From e87fa66d498f17696efb6a6342be17d311dd9b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:05:37 +0000 Subject: [PATCH] Bump the maven group with 9 updates Bumps the maven group with 9 updates: | Package | From | To | | --- | --- | --- | | [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.43.0` | `2.44.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.0` | | [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.1.1` | `3.2.0` | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.43.0` | `2.44.0` | | [com.guardsquare:proguard-base](https://github.com/Guardsquare/proguard) | `7.8.0` | `7.8.1` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.11.2` | `0.11.3` | | com.android.tools:r8 | `8.11.18` | `8.13.17` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.0` | `4.33.1` | Updates `com.google.errorprone:error_prone_core` from 2.43.0 to 2.44.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.43.0...v2.44.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.1.1...maven-release-3.2.0) Updates `com.google.errorprone:error_prone_annotations` from 2.43.0 to 2.44.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.43.0...v2.44.0) Updates `com.guardsquare:proguard-base` from 7.8.0 to 7.8.1 - [Release notes](https://github.com/Guardsquare/proguard/releases) - [Commits](https://github.com/Guardsquare/proguard/compare/v7.8...v7.8.1) Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3) Updates `com.android.tools:r8` from 8.11.18 to 8.13.17 Updates `com.google.protobuf:protobuf-java` from 4.33.0 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.guardsquare:proguard-base dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.tools:r8 dependency-version: 8.13.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- gson/pom.xml | 4 ++-- pom.xml | 6 +++--- proto/pom.xml | 2 +- test-graal-native-image/pom.xml | 4 ++-- test-shrinker/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gson/pom.xml b/gson/pom.xml index 10969fb8a9..aa2393e188 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -50,7 +50,7 @@ com.google.errorprone error_prone_annotations - 2.43.0 + 2.44.0 @@ -211,7 +211,7 @@ com.guardsquare proguard-base - 7.8.0 + 7.8.1 com.guardsquare diff --git a/pom.xml b/pom.xml index f25a4110ce..d290256ee0 100644 --- a/pom.xml +++ b/pom.xml @@ -293,7 +293,7 @@ com.google.errorprone error_prone_core - 2.43.0 + 2.44.0 @@ -341,7 +341,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 org.apache.maven.plugins @@ -388,7 +388,7 @@ org.apache.maven.plugins maven-release-plugin - 3.1.1 + 3.2.0 true diff --git a/proto/pom.xml b/proto/pom.xml index 7d0cc73495..10fe8e89df 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -31,7 +31,7 @@ 2025-09-10T20:39:14Z - 4.33.0 + 4.33.1 diff --git a/test-graal-native-image/pom.xml b/test-graal-native-image/pom.xml index 44b7ac010c..aa3055437a 100644 --- a/test-graal-native-image/pom.xml +++ b/test-graal-native-image/pom.xml @@ -39,7 +39,7 @@ org.junit junit-bom - 6.0.0 + 6.0.1 pom import @@ -137,7 +137,7 @@ org.graalvm.buildtools native-maven-plugin - 0.11.2 + 0.11.3 true diff --git a/test-shrinker/pom.xml b/test-shrinker/pom.xml index 996f8ad079..47e8d0778b 100644 --- a/test-shrinker/pom.xml +++ b/test-shrinker/pom.xml @@ -79,7 +79,7 @@ com.guardsquare proguard-base - 7.8.0 + 7.8.1 com.guardsquare @@ -189,7 +189,7 @@ but it appears that can be ignored --> com.android.tools r8 - 8.11.18 + 8.13.17