Skip to content

Commit

Permalink
build(deps): Bump protobuf.version to v4.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 29, 2024
1 parent fc67df0 commit 1a4252a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.28.2",
"com.google.protobuf:protobuf-java-util:4.28.2",
"com.google.protobuf:protobuf-java:4.29.2",
"com.google.protobuf:protobuf-java-util:4.29.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.36.0</errorprone.version>
<protobuf.version>4.28.2</protobuf.version>
<protobuf.version>4.29.2</protobuf.version>
<rdf4j.version>5.0.2</rdf4j.version>
</properties>

Expand Down
16 changes: 8 additions & 8 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1906484541,
"__RESOLVED_ARTIFACTS_HASH": 508248119,
"__INPUT_ARTIFACTS_HASH": 1152795491,
"__RESOLVED_ARTIFACTS_HASH": -1090637732,
"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",
Expand Down Expand Up @@ -271,17 +271,17 @@
},
"com.google.protobuf:protobuf-java": {
"shasums": {
"jar": "707bccf406f4fc61b841d4700daa8d3e84db8ab499ef3481a060fa6a0f06e627",
"sources": "b339bcc1b424b708d40c11d39fda85f00f9c4b80b0055b3b2c4dbc719f670c07"
"jar": "7441a6394dca477b3f8b7c86f17bef035f705a8aaa11f53065d380300158177c",
"sources": "68f0f47297335e2c3fb5a904ade91aadef884b3aa8f558a4efac16ba803b8b27"
},
"version": "4.28.2"
"version": "4.29.2"
},
"com.google.protobuf:protobuf-java-util": {
"shasums": {
"jar": "3e8a8a267952449c6a1e9925df2b53ba40a4eeaa91b118e2597a2bd9e920565f",
"sources": "5980f3a72fa9b386956c94a7be877d800ee8a857c834ac5b0609d19930d23e39"
"jar": "edf24645a188f56c82938b2f25baffc70ae835d1c2873e17d9340a697500ab5d",
"sources": "676fe2cb6e2b0cbdf36b29e10db924c3f252b36188fe46a6fe24883e257e7bc8"
},
"version": "4.28.2"
"version": "4.29.2"
},
"com.google.re2j:re2j": {
"shasums": {
Expand Down

0 comments on commit 1a4252a

Please sign in to comment.