Skip to content

Commit 4b45418

Browse files
Bump the java group in /java with 9 updates
Bumps the java group in /java with 9 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.2.2` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.0` | `3.6.2` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.16.1` | `2.16.2` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.24.3` | `3.25.1` | | com.google.protobuf:protobuf-java-util | `3.24.3` | `3.25.1` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.10` | `0.8.11` | | [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.58.0` | `1.59.0` | | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.25.1` | `2.28.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.1.1` | Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.2) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.0 to 3.6.2 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.1 to 2.16.2 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](mojohaus/versions@2.16.1...2.16.2) Updates `com.google.protobuf:protobuf-java` from 3.24.3 to 3.25.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.24.3...v3.25.1) Updates `com.google.protobuf:protobuf-java-util` from 3.24.3 to 3.25.1 Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.11) Updates `io.grpc:grpc-bom` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.58.0...v1.59.0) Updates `com.google.api.grpc:proto-google-common-protos` from 2.25.1 to 2.28.0 - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.28.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.1.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a70560d commit 4b45418

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

java/pgv-artifacts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<plugin>
1818
<groupId>org.codehaus.mojo</groupId>
1919
<artifactId>exec-maven-plugin</artifactId>
20-
<version>3.1.0</version>
20+
<version>3.1.1</version>
2121
<executions>
2222
<execution>
2323
<id>osx-x86_64</id>

java/pgv-java-grpc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.jacoco</groupId>
111111
<artifactId>jacoco-maven-plugin</artifactId>
112-
<version>0.8.10</version>
112+
<version>0.8.11</version>
113113
<executions>
114114
<execution>
115115
<goals>

java/pgv-java-stub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.jacoco</groupId>
115115
<artifactId>jacoco-maven-plugin</artifactId>
116-
<version>0.8.10</version>
116+
<version>0.8.11</version>
117117
<executions>
118118
<execution>
119119
<goals>

java/pgv-java-validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.jacoco</groupId>
118118
<artifactId>jacoco-maven-plugin</artifactId>
119-
<version>0.8.10</version>
119+
<version>0.8.11</version>
120120
<executions>
121121
<execution>
122122
<goals>

java/pgv-test-coverage-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.jacoco</groupId>
4040
<artifactId>jacoco-maven-plugin</artifactId>
41-
<version>0.8.10</version>
41+
<version>0.8.11</version>
4242
<executions>
4343
<execution>
4444
<goals>

java/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040

4141
<protoc.version>3.22.2</protoc.version>
42-
<google.protobuf.version>3.24.3</google.protobuf.version>
42+
<google.protobuf.version>3.25.1</google.protobuf.version>
4343
<protobuf.maven.plugin.version>0.6.1</protobuf.maven.plugin.version>
4444

4545
<re2j.version>1.7</re2j.version>
4646
<commons.validator.version>1.7</commons.validator.version>
47-
<grpc.version>1.58.0</grpc.version>
47+
<grpc.version>1.59.0</grpc.version>
4848
<junit.version>4.13.2</junit.version>
4949
<assertj.version>3.24.2</assertj.version>
5050
<java.release>8</java.release>
5151
<java.version>1.8</java.version>
52-
<proto-google-common-protos.version>2.25.1</proto-google-common-protos.version>
52+
<proto-google-common-protos.version>2.28.0</proto-google-common-protos.version>
5353
</properties>
5454

5555
<dependencies>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-surefire-plugin</artifactId>
87-
<version>3.1.2</version>
87+
<version>3.2.2</version>
8888
<configuration>
8989
<useSystemClassLoader>false</useSystemClassLoader>
9090
</configuration>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-javadoc-plugin</artifactId>
96-
<version>3.6.0</version>
96+
<version>3.6.2</version>
9797
<configuration>
9898
<author>false</author>
9999
<breakiterator>true</breakiterator>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.codehaus.mojo</groupId>
153153
<artifactId>versions-maven-plugin</artifactId>
154-
<version>2.16.1</version>
154+
<version>2.16.2</version>
155155
</plugin>
156156

157157
<plugin>

0 commit comments

Comments
 (0)