Skip to content

Commit 43907a5

Browse files
Updated com.google.protobuf:protobuf-java-util to 4.30.0
1 parent 7d581eb commit 43907a5

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ enola_maven.install(
9696
"com.google.truth.extensions:truth-proto-extension:1.4.4",
9797
# Protobuf
9898
"com.google.protobuf:protobuf-java:4.29.3",
99-
"com.google.protobuf:protobuf-java-util:4.29.3",
99+
"com.google.protobuf:protobuf-java-util:4.30.0",
100100
# gRPC
101101
"io.grpc:grpc-netty:%s" % GRPC_JAVA_VERSION,
102102
"io.grpc:grpc-stub:%s" % GRPC_JAVA_VERSION,

maven_install.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": -1547960451,
4-
"__RESOLVED_ARTIFACTS_HASH": 1800325533,
3+
"__INPUT_ARTIFACTS_HASH": -1226555666,
4+
"__RESOLVED_ARTIFACTS_HASH": 1779805677,
5+
"conflict_resolution": {
6+
"com.google.protobuf:protobuf-java:4.29.3": "com.google.protobuf:protobuf-java:4.30.0"
7+
},
58
"artifacts": {
69
"ch.vorburger.exec:exec": {
710
"shasums": {
@@ -313,17 +316,17 @@
313316
},
314317
"com.google.protobuf:protobuf-java": {
315318
"shasums": {
316-
"jar": "442db5991a11974d72127353be7d7e7abdf8d943d83b16668cb2e336d7392f54",
317-
"sources": "6a755c09e0e5112a39c9e0910e07021d8700294666cd22c431fcf572acb4eb77"
319+
"jar": "3e9ec992a1bd02eeec7229879e5e99798c0f582a3cbfc924792640256e87b67d",
320+
"sources": "e35ec099342a21c69f8554498768bb2a31fb8132ee0393e3a5219a09f6b9cb75"
318321
},
319-
"version": "4.29.3"
322+
"version": "4.30.0"
320323
},
321324
"com.google.protobuf:protobuf-java-util": {
322325
"shasums": {
323-
"jar": "426bbe64d5beff09458a2b011a65e20db80e3be54034886a329d3732d59c933c",
324-
"sources": "676fe2cb6e2b0cbdf36b29e10db924c3f252b36188fe46a6fe24883e257e7bc8"
326+
"jar": "5e7c1da2eaf30a74172d53ab3ed8381a4348ea0dc2585016d3782eb7fbeaf8d9",
327+
"sources": "83732008d60a9d43965bab3c6959ee49528502045e0e882d70c51c2b038da58c"
325328
},
326-
"version": "4.29.3"
329+
"version": "4.30.0"
327330
},
328331
"com.google.truth.extensions:truth-java8-extension": {
329332
"shasums": {

0 commit comments

Comments
 (0)