Skip to content

Bump the all-dependencies group with 5 updates#7

Merged
codejanovic merged 1 commit intomainfrom
dependabot/maven/all-dependencies-be837b4b1c
Mar 13, 2026
Merged

Bump the all-dependencies group with 5 updates#7
codejanovic merged 1 commit intomainfrom
dependabot/maven/all-dependencies-be837b4b1c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps the all-dependencies group with 5 updates:

Package From To
com.github.f4b6a3:uuid-creator 5.3.7 6.1.1
com.github.f4b6a3:ulid-creator 5.2.3 5.2.4
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 3.15.0
org.apache.maven.plugins:maven-source-plugin 3.3.1 3.4.0
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.12.0

Updates com.github.f4b6a3:uuid-creator from 5.3.7 to 6.1.1

Changelog

Sourced from com.github.f4b6a3:uuid-creator's changelog.

[6.1.1] - 2025-04-13

  • Fixed incorrect timestamp in UUIDv7 when using user-specified instant. #107

[6.1.0] - 2025-03-29

  • Added microsecond precision to UUIDv7;
  • Added methods to GUID;
  • Refactored many classes;
  • Updated some tests.

[6.0.0] - 2024-07-07

This version has breaking changes.

  • Added UuidBuilder as a helper for generating custom UUIDs (UUIDv8);
  • Renamed StringCodec to StandardStringCodec;
  • Renamed BinaryCodec to StandardBinaryCodec;
  • Removed GUID.v8() (deprecated);
  • Removed UuidCreator.getNameBasedMD5() with UUID as name parameter (deprecated);
  • Removed UuidCreator.getNameBasedSHA1() with UUID as name parameter (deprecated);
  • Removed several code-smells in order improve code-quality and adhere to SOLID principles (by Jay Patel);
  • Updated references to the IETF standard RFC 9562;
  • Many refactorings and optimizations.
Commits
  • f935773 [maven-release-plugin] prepare release uuid-creator-6.1.1
  • 66769cd fix: incorrect timestamp in UUIDv7 when using user-specified instant #107
  • e2e75c0 Update pom.xml
  • bde4d2b Update CHANGELOG.md
  • 29e6bc9 Update CHANGELOG.md
  • d630e75 Update CHANGELOG.md
  • cb3267d [maven-release-plugin] prepare for next development iteration
  • fa2e10f [maven-release-plugin] prepare release uuid-creator-6.1.0
  • 8ef5024 Merge pull request #105 from f4b6a3/development
  • 3987996 Final updates before v6.1.0
  • Additional commits viewable in compare view

Updates com.github.f4b6a3:ulid-creator from 5.2.3 to 5.2.4

Changelog

Sourced from com.github.f4b6a3:ulid-creator's changelog.

[5.2.4] - 2026-02-21

  • Change UlidCreator to use thread-safe lazy initialization and to be more friendly with GraalVM native compilation. #36
  • use new release mechanism, see this blog post.
Commits
  • 46f015a [maven-release-plugin] prepare release ulid-creator-5.2.4
  • 19c9a52 Update pom.xml
  • 5721cc4 Update docs
  • 7894092 Change UlidCreator to use thread-safe lazy initialization
  • 7335848 Add maven wrapper
  • 6b06c5c cleanup
  • 672d553 Merge pull request #38 from moxim/master
  • 31f78ab prepare for new release mechanism
  • 1b82480 Update pom.xml
  • 477d5dc [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.15.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.14.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

3.14.0

... (truncated)

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0

Release notes

Sourced from org.apache.maven.plugins:maven-source-plugin's releases.

3.4.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • ecf937a [maven-release-plugin] prepare release maven-source-plugin-3.4.0
  • 95b3bf4 Revert "[maven-release-plugin] prepare for next development iteration"
  • 7a9a770 [maven-release-plugin] prepare for next development iteration
  • 292c1ce Use plexus-utils version from parent
  • bf79b71 Bump m-invoker-p to 3.9.1
  • 4f3fcb9 Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • a867442 Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
  • 51c66ac Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5
  • 267df46 Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3
  • ef85324 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.12.0

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

3.12.0

💥 Breaking changes

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.11.3

🚨 Removed

🚀 New features and improvements

🐛 Bug Fixes

  • Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) (#1217) @​fridrich
  • [MJAVADOC-826] - Don't try to modify project source roots (#358) @​oehme

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 2a06bed [maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0
  • a71ecf9 bump version 3.12.0-SNAPSHOT
  • 88f2b71 [maven-release-plugin] prepare for next development iteration
  • 7e18956 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4
  • c11b76c In legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...
  • bc9904b remove fix mojo (#1263)
  • f310135 Fix package {...} does not exist in legacyMode (#1243)
  • c8270f9 detectOfflineLinks is now false per default for all jar mojo issue #1258 ...
  • 953e609 Delete flaky test (#1260)
  • 2bba7a4 Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 13, 2026
@codejanovic
Copy link
Member

@dependabot rebase

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.github.f4b6a3:uuid-creator](https://github.com/f4b6a3/uuid-creator) | `5.3.7` | `6.1.1` |
| [com.github.f4b6a3:ulid-creator](https://github.com/f4b6a3/ulid-creator) | `5.2.3` | `5.2.4` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.12.0` |


Updates `com.github.f4b6a3:uuid-creator` from 5.3.7 to 6.1.1
- [Release notes](https://github.com/f4b6a3/uuid-creator/releases)
- [Changelog](https://github.com/f4b6a3/uuid-creator/blob/master/CHANGELOG.md)
- [Commits](f4b6a3/uuid-creator@uuid-creator-5.3.7...uuid-creator-6.1.1)

Updates `com.github.f4b6a3:ulid-creator` from 5.2.3 to 5.2.4
- [Release notes](https://github.com/f4b6a3/ulid-creator/releases)
- [Changelog](https://github.com/f4b6a3/ulid-creator/blob/master/CHANGELOG.md)
- [Commits](f4b6a3/ulid-creator@ulid-creator-5.2.3...ulid-creator-5.2.4)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/apache/maven-source-plugin/releases)
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to 3.12.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.12.0)

---
updated-dependencies:
- dependency-name: com.github.f4b6a3:uuid-creator
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: com.github.f4b6a3:ulid-creator
  dependency-version: 5.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/all-dependencies-be837b4b1c branch from 1e7b4b5 to 6f378dd Compare March 13, 2026 08:21
@codejanovic codejanovic merged commit 9278504 into main Mar 13, 2026
6 checks passed
@codejanovic codejanovic deleted the dependabot/maven/all-dependencies-be837b4b1c branch March 13, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant