Skip to content

Commit f5a4f60

Browse files
Bump the tools-java-cpp-build group across 1 directory with 6 updates
Bumps the tools-java-cpp-build group with 6 updates in the /tools/java/cpp-build directory: | Package | From | To | | --- | --- | --- | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.5` | `4.29.3` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.14.0` | | [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `1.3` | `3.1.0` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.4.0` | `3.6.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` | 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-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.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: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 `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) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java-cpp-build - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java-cpp-build - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java-cpp-build - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java-cpp-build - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java-cpp-build - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java-cpp-build ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60e94ad commit f5a4f60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/java/cpp-build/pom.xml

Lines changed: 6 additions & 6 deletions
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

0 commit comments

Comments
 (0)