From 6f378dd6a6f149402d2d96a26549d5701fe886e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:21:28 +0000 Subject: [PATCH] Bump the all-dependencies group with 5 updates 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](https://github.com/f4b6a3/uuid-creator/compare/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](https://github.com/f4b6a3/ulid-creator/compare/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](https://github.com/apache/maven-compiler-plugin/compare/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](https://github.com/apache/maven-source-plugin/compare/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](https://github.com/apache/maven-javadoc-plugin/compare/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] --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 35ae422..c560a8c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.15.0 ${maven.compiler.source} ${maven.compiler.target} @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.12.0 attach-javadocs @@ -62,12 +62,12 @@ com.github.f4b6a3 uuid-creator - 5.3.7 + 6.1.1 com.github.f4b6a3 ulid-creator - 5.2.3 + 5.2.4 com.github.f4b6a3