From 03c5fd6c59ee35ac5ce9e148ab18e45d0a139a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:24:44 +0000 Subject: [PATCH] Bump the maven group with 5 updates Bumps the maven group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.7.1` | `3.25.5` | | [com.google.guava:guava](https://github.com/google/guava) | `29.0-jre` | `32.0.0-jre` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.6` | `2.8.9` | | [junit:junit](https://github.com/junit-team/junit4) | `4.13` | `4.13.1` | | [org.json:json](https://github.com/douglascrockford/JSON-java) | `20180130` | `20231013` | Updates `com.google.protobuf:protobuf-java` from 3.7.1 to 3.25.5 - [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/compare/v3.7.1...v3.25.5) Updates `com.google.guava:guava` from 29.0-jre to 32.0.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.code.gson:gson` from 2.8.6 to 2.8.9 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.9) Updates `junit:junit` from 4.13 to 4.13.1 - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1) Updates `org.json:json` from 20180130 to 20231013 - [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) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: com.google.code.gson:gson dependency-type: direct:production dependency-group: maven - dependency-name: junit:junit dependency-type: direct:production dependency-group: maven - dependency-name: org.json:json dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 36a3c530..0930d5ff 100644 --- a/pom.xml +++ b/pom.xml @@ -51,27 +51,27 @@ com.google.protobuf protobuf-java - 3.7.1 + 3.25.5 com.google.guava guava - 29.0-jre + 32.0.0-jre com.google.code.gson gson - 2.8.6 + 2.8.9 junit junit - 4.13 + 4.13.1 org.json json - 20180130 + 20231013 com.google.protobuf