Skip to content

Commit

Permalink
build(deps): Bump Protobuf from 4.0.0-rc-2 to 4.28.2
Browse files Browse the repository at this point in the history
Bazel version bump manually created; pom.xml by Dependabot.

Bumps the maven group with 2 updates in the /java directory: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and com.google.protobuf:protobuf-java-util.

Updates `com.google.protobuf:protobuf-java` from 4.0.0-rc-2 to 4.28.2
- [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 `com.google.protobuf:protobuf-java-util` from 4.0.0-rc-2 to 4.28.2

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and vorburger committed Oct 1, 2024
1 parent dba5124 commit b452a61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ maven_install(
"com.google.truth.extensions:truth-java8-extension:1.4.4",
"com.google.truth.extensions:truth-proto-extension:1.4.4",
# Protobuf
"com.google.protobuf:protobuf-java:4.0.0-rc-2",
"com.google.protobuf:protobuf-java-util:4.0.0-rc-2",
"com.google.protobuf:protobuf-java:4.28.2",
"com.google.protobuf:protobuf-java-util:4.28.2",
# gRPC
"io.grpc:grpc-netty:%s" % GRPC_JAVA_VERSION,
"io.grpc:grpc-stub:%s" % GRPC_JAVA_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<grpc.version>1.66.0</grpc.version>
<errorprone.version>2.29.2</errorprone.version>
<protobuf.version>4.0.0-rc-2</protobuf.version>
<protobuf.version>4.28.2</protobuf.version>
<rdf4j.version>5.0.1</rdf4j.version>
</properties>

Expand Down
19 changes: 10 additions & 9 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 969452892,
"__RESOLVED_ARTIFACTS_HASH": 1171809476,
"__INPUT_ARTIFACTS_HASH": 1162489340,
"__RESOLVED_ARTIFACTS_HASH": 860935325,
"conflict_resolution": {
"com.fasterxml.jackson.core:jackson-databind:2.13.5": "com.fasterxml.jackson.core:jackson-databind:2.17.2",
"com.google.guava:failureaccess:1.0.1": "com.google.guava:failureaccess:1.0.2",
"com.google.protobuf:protobuf-java:4.0.0-rc-2": "com.google.protobuf:protobuf-java:4.27.2",
"com.google.truth:truth:1.4.2": "com.google.truth:truth:1.4.4",
"com.squareup.okio:okio:2.10.0": "com.squareup.okio:okio:3.6.0",
"io.opencensus:opencensus-api:0.31.0": "io.opencensus:opencensus-api:0.31.1"
Expand Down Expand Up @@ -272,17 +271,17 @@
},
"com.google.protobuf:protobuf-java": {
"shasums": {
"jar": "becb817df6e8a1a8de2bf5ff0157fa008f23ac037ab30b7ed5cd43662be145d5",
"sources": "b2d6164a8601c83c15edbd79f4967a39e065110111213561350663521ccf5bb4"
"jar": "707bccf406f4fc61b841d4700daa8d3e84db8ab499ef3481a060fa6a0f06e627",
"sources": "b339bcc1b424b708d40c11d39fda85f00f9c4b80b0055b3b2c4dbc719f670c07"
},
"version": "4.27.2"
"version": "4.28.2"
},
"com.google.protobuf:protobuf-java-util": {
"shasums": {
"jar": "a1ead8c3907859c7325bb42a2795547e586b71f4e7865e2b35f879f8648e5263",
"sources": "f391b529fc1f5fdbcd964b21c626e3c579728b494e3ed45eda17d6daa9288eda"
"jar": "3e8a8a267952449c6a1e9925df2b53ba40a4eeaa91b118e2597a2bd9e920565f",
"sources": "5980f3a72fa9b386956c94a7be877d800ee8a857c834ac5b0609d19930d23e39"
},
"version": "4.0.0-rc-2"
"version": "4.28.2"
},
"com.google.re2j:re2j": {
"shasums": {
Expand Down Expand Up @@ -1512,9 +1511,11 @@
"com.google.guava:guava"
],
"com.google.protobuf:protobuf-java-util": [
"com.google.code.findbugs:jsr305",
"com.google.code.gson:gson",
"com.google.errorprone:error_prone_annotations",
"com.google.guava:guava",
"com.google.j2objc:j2objc-annotations",
"com.google.protobuf:protobuf-java"
],
"com.google.truth.extensions:truth-java8-extension": [
Expand Down

0 comments on commit b452a61

Please sign in to comment.