From c709f336065ef9c09392a11c944246db7ffdf014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:19:30 +0000 Subject: [PATCH] Bump the tools-java group across 1 directory with 7 updates Bumps the tools-java group with 7 updates in the /tools/java directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `2.0.2` | `3.13.0` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.4.0` | `3.6.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.5` | `4.29.3` | | [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `1.3` | `3.1.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.5.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.2` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.4.0-jre` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 2.0.2 to 3.13.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-2.0.2...maven-compiler-plugin-3.13.0) Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.6.0 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.4.0...3.6.0) Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 4.29.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `org.apache.maven.plugins:maven-antrun-plugin` from 1.3 to 3.1.0 - [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-1.3...maven-antrun-plugin-3.1.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.5.0 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.1.0...3.5.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.2 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.2) Updates `com.google.guava:guava` from 33.3.0-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java ... Signed-off-by: dependabot[bot] --- tools/java/common/pom.xml | 4 ++-- tools/java/cpp-build/pom.xml | 12 ++++++------ tools/java/data/pom.xml | 2 +- tools/java/java-build/pom.xml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/java/common/pom.xml b/tools/java/common/pom.xml index b5ae6f8b6f..0a42b2f6be 100644 --- a/tools/java/common/pom.xml +++ b/tools/java/common/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 1.7 1.7 @@ -41,7 +41,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.6.0 add-source diff --git a/tools/java/cpp-build/pom.xml b/tools/java/cpp-build/pom.xml index c49146a004..c0c3088f2c 100644 --- a/tools/java/cpp-build/pom.xml +++ b/tools/java/cpp-build/pom.xml @@ -25,7 +25,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 1.7 1.7 @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + 3.1.0 create-generated-directory @@ -55,7 +55,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.6.0 add-source @@ -84,7 +84,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.5.0 generate-sources @@ -105,7 +105,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 @@ -154,7 +154,7 @@ com.google.protobuf protobuf-java - 3.25.5 + 4.29.3 diff --git a/tools/java/data/pom.xml b/tools/java/data/pom.xml index 3fae1234d5..ea45e960fd 100644 --- a/tools/java/data/pom.xml +++ b/tools/java/data/pom.xml @@ -47,7 +47,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.13.0 1.7 1.7 diff --git a/tools/java/java-build/pom.xml b/tools/java/java-build/pom.xml index 2548ac58c1..e91b7c1671 100644 --- a/tools/java/java-build/pom.xml +++ b/tools/java/java-build/pom.xml @@ -47,7 +47,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.13.0 1.7 1.7 @@ -57,7 +57,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.6.0 add-source @@ -138,7 +138,7 @@ com.google.guava guava - 33.3.0-jre + 33.4.0-jre