Skip to content

Commit

Permalink
chore: Bump protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Sep 25, 2024
1 parent 2ae67dd commit a85e2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bazel_dep(
)
bazel_dep(
name = "protobuf",
version = "21.7",
version = "28.2",
repo_name = "com_google_protobuf",
)
bazel_dep(
Expand Down
36 changes: 3 additions & 33 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 728228764,
"__RESOLVED_ARTIFACTS_HASH": 247655140,
"__INPUT_ARTIFACTS_HASH": -526329695,
"__RESOLVED_ARTIFACTS_HASH": 727686239,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
"com.google.errorprone:error_prone_annotations:2.20.0": "com.google.errorprone:error_prone_annotations:2.23.0",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.23.0",
"com.google.guava:guava:31.1-jre": "com.google.guava:guava:33.0.0-jre",
"com.google.j2objc:j2objc-annotations:1.3": "com.google.j2objc:j2objc-annotations:2.8",
"com.google.truth:truth:1.1.2": "com.google.truth:truth:1.1.5",
"net.bytebuddy:byte-buddy:1.14.0": "net.bytebuddy:byte-buddy:1.14.10",
"org.mockito:mockito-core:4.3.1": "org.mockito:mockito-core:5.8.0"
"net.bytebuddy:byte-buddy:1.14.0": "net.bytebuddy:byte-buddy:1.14.10"
},
"artifacts": {
"com.google.auto.value:auto-value": {
Expand Down Expand Up @@ -67,12 +61,6 @@
},
"version": "33.0.0-jre"
},
"com.google.guava:guava-testlib": {
"shasums": {
"jar": "aadc71b10d5c3ac474dd16be84cfb18d257e584d1e0a59f8cab64ef4376226ce"
},
"version": "31.1-jre"
},
"com.google.guava:listenablefuture": {
"shasums": {
"jar": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99"
Expand Down Expand Up @@ -186,14 +174,6 @@
"com.google.j2objc:j2objc-annotations",
"org.checkerframework:checker-qual"
],
"com.google.guava:guava-testlib": [
"com.google.code.findbugs:jsr305",
"com.google.errorprone:error_prone_annotations",
"com.google.guava:guava",
"com.google.j2objc:j2objc-annotations",
"junit:junit",
"org.checkerframework:checker-qual"
],
"com.google.truth.extensions:truth-java8-extension": [
"com.google.truth:truth",
"org.checkerframework:checker-qual"
Expand Down Expand Up @@ -353,15 +333,6 @@
"com.google.common.xml",
"com.google.thirdparty.publicsuffix"
],
"com.google.guava:guava-testlib": [
"com.google.common.collect.testing",
"com.google.common.collect.testing.features",
"com.google.common.collect.testing.google",
"com.google.common.collect.testing.testers",
"com.google.common.escape.testing",
"com.google.common.testing",
"com.google.common.util.concurrent.testing"
],
"com.google.j2objc:j2objc-annotations": [
"com.google.j2objc.annotations"
],
Expand Down Expand Up @@ -596,7 +567,6 @@
"com.google.flogger:flogger-system-backend",
"com.google.guava:failureaccess",
"com.google.guava:guava",
"com.google.guava:guava-testlib",
"com.google.guava:listenablefuture",
"com.google.j2objc:j2objc-annotations",
"com.google.truth.extensions:truth-java8-extension",
Expand Down

0 comments on commit a85e2c8

Please sign in to comment.