Skip to content

Commit 2897cd8

Browse files
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) | `3.11.0` | `3.14.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 3.11.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.14.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](mojohaus/build-helper-maven-plugin@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](apache/maven-antrun-plugin@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](mojohaus/exec-maven-plugin@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](apache/maven-jar-plugin@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-minor 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] <[email protected]>
1 parent 8ca9b26 commit 2897cd8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

tools/java/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-compiler-plugin</artifactId>
32-
<version>3.11.0</version>
32+
<version>3.14.0</version>
3333
<configuration>
3434
<source>8</source>
3535
<target>8</target>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.codehaus.mojo</groupId>
4343
<artifactId>build-helper-maven-plugin</artifactId>
44-
<version>3.4.0</version>
44+
<version>3.6.0</version>
4545
<executions>
4646
<execution>
4747
<id>add-source</id>

tools/java/cpp-build/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-compiler-plugin</artifactId>
28-
<version>3.11.0</version>
28+
<version>3.14.0</version>
2929
<configuration>
3030
<source>8</source>
3131
<target>8</target>
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-antrun-plugin</artifactId>
39-
<version>1.3</version>
39+
<version>3.1.0</version>
4040
<executions>
4141
<execution>
4242
<id>create-generated-directory</id>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.codehaus.mojo</groupId>
5757
<artifactId>build-helper-maven-plugin</artifactId>
58-
<version>3.4.0</version>
58+
<version>3.6.0</version>
5959
<executions>
6060
<execution>
6161
<id>add-source</id>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.codehaus.mojo</groupId>
8686
<artifactId>exec-maven-plugin</artifactId>
87-
<version>3.1.0</version>
87+
<version>3.5.0</version>
8888
<executions>
8989
<execution>
9090
<phase>generate-sources</phase>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-jar-plugin</artifactId>
108-
<version>3.3.0</version>
108+
<version>3.4.2</version>
109109
<configuration>
110110
<archive>
111111
<manifest>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>com.google.protobuf</groupId>
156156
<artifactId>protobuf-java</artifactId>
157-
<version>3.25.5</version>
157+
<version>4.30.2</version>
158158
</dependency>
159159
</dependencies>
160160

tools/java/data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-compiler-plugin</artifactId>
50-
<version>3.11.0</version>
50+
<version>3.14.0</version>
5151
<configuration>
5252
<source>8</source>
5353
<target>8</target>

tools/java/java-build/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-compiler-plugin</artifactId>
50-
<version>3.11.0</version>
50+
<version>3.14.0</version>
5151
<configuration>
5252
<source>8</source>
5353
<target>8</target>
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.codehaus.mojo</groupId>
5959
<artifactId>build-helper-maven-plugin</artifactId>
60-
<version>3.4.0</version>
60+
<version>3.6.0</version>
6161
<executions>
6262
<execution>
6363
<id>add-source</id>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.guava</groupId>
140140
<artifactId>guava</artifactId>
141-
<version>33.3.0-jre</version>
141+
<version>33.4.6-jre</version>
142142
</dependency>
143143
</dependencies>
144144

0 commit comments

Comments
 (0)