Skip to content

Commit 1fc1035

Browse files
Bump the tools-java group across 1 directory with 9 updates
Bumps the tools-java group with 9 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.1` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.4.0` | `3.6.1` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.5` | `4.33.1` | | [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `1.3` | `3.2.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.6.2` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.5.0` | | [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.11.0` | `1.11.1` | | [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.11.0` | `1.11.1` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.5.0-jre` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.14.1 - [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.1) Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.6.1 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.6.1) Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `org.apache.maven.plugins:maven-antrun-plugin` from 1.3 to 3.2.0 - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-1.3...maven-antrun-plugin-3.2.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.6.2 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.6.2) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.5.0 - [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.5.0) Updates `com.google.auto.value:auto-value` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1) Updates `com.google.auto.value:auto-value-annotations` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1) Updates `com.google.guava:guava` from 33.3.0-jre to 33.5.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-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tools-java - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java - 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: tools-java - dependency-name: com.google.auto.value:auto-value dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tools-java - dependency-name: com.google.auto.value:auto-value-annotations dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tools-java - dependency-name: com.google.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1454c5c commit 1fc1035

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

tools/java/common/pom.xml

Lines changed: 2 additions & 2 deletions
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.1</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.1</version>
4545
<executions>
4646
<execution>
4747
<id>add-source</id>

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.1</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.2.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.1</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.6.3</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.5.0</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.33.2</version>
158158
</dependency>
159159
</dependencies>
160160

tools/java/data/pom.xml

Lines changed: 1 addition & 1 deletion
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.1</version>
5151
<configuration>
5252
<source>8</source>
5353
<target>8</target>

tools/java/java-build/pom.xml

Lines changed: 5 additions & 5 deletions
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.1</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.1</version>
6161
<executions>
6262
<execution>
6363
<id>add-source</id>
@@ -119,14 +119,14 @@
119119
<dependency>
120120
<groupId>com.google.auto.value</groupId>
121121
<artifactId>auto-value</artifactId>
122-
<version>1.11.0</version>
122+
<version>1.11.1</version>
123123
<scope>provided</scope>
124124
</dependency>
125125
<!-- https://mvnrepository.com/artifact/com.google.auto.value/auto-value-annotations -->
126126
<dependency>
127127
<groupId>com.google.auto.value</groupId>
128128
<artifactId>auto-value-annotations</artifactId>
129-
<version>1.11.0</version>
129+
<version>1.11.1</version>
130130
</dependency>
131131
<!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 -->
132132
<dependency>
@@ -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.5.0-jre</version>
142142
</dependency>
143143
</dependencies>
144144

0 commit comments

Comments
 (0)