Skip to content

Commit 363bff7

Browse files
Bump the maven-dependencies group with 6 updates (#925)
Bumps the maven-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.72.0` | `1.73.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.mockito:mockito-bom](https://github.com/mockito/mockito) | `5.17.0` | `5.18.0` | | [org.json:json](https://github.com/douglascrockford/JSON-java) | `20250107` | `20250517` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.30.2` | `4.31.1` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.23.1` | `10.25.0` | Updates `io.grpc:grpc-bom` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.72.0...v1.73.0) Updates `org.junit:junit-bom` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.2...r5.13.0) Updates `org.mockito:mockito-bom` from 5.17.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.18.0) Updates `org.json:json` from 20250107 to 20250517 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Updates `com.google.protobuf:protobuf-java` from 4.30.2 to 4.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.30.2...v4.31.1) Updates `com.puppycrawl.tools:checkstyle` from 10.23.1 to 10.25.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.23.1...checkstyle-10.25.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.mockito:mockito-bom dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.json:json dependency-version: '20250517' dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.31.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd2f071 commit 363bff7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<dependency>
2020
<groupId>org.junit</groupId>
2121
<artifactId>junit-bom</artifactId>
22-
<version>5.12.2</version>
22+
<version>5.13.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.mockito</groupId>
2828
<artifactId>mockito-bom</artifactId>
29-
<version>5.17.0</version>
29+
<version>5.18.0</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.json</groupId>
5353
<artifactId>json</artifactId>
54-
<version>20250107</version>
54+
<version>20250517</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.google.protobuf</groupId>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>com.puppycrawl.tools</groupId>
237237
<artifactId>checkstyle</artifactId>
238-
<version>10.23.1</version>
238+
<version>10.25.0</version>
239239
</dependency>
240240
</dependencies>
241241
<executions>
@@ -316,8 +316,8 @@
316316
<maven.compiler.source>${java.version}</maven.compiler.source>
317317
<maven.compiler.target>${java.version}</maven.compiler.target>
318318

319-
<protobuf.version>4.30.2</protobuf.version>
320-
<grpc.version>1.72.0</grpc.version>
319+
<protobuf.version>4.31.1</protobuf.version>
320+
<grpc.version>1.73.0</grpc.version>
321321
</properties>
322322

323323
</project>

0 commit comments

Comments
 (0)