Skip to content

Commit

Permalink
chore: bump protobuf dependency to 27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Aug 26, 2024
1 parent fd18798 commit ee1d11f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 102 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 = "27.3",
repo_name = "com_google_protobuf",
)
bazel_dep(
Expand Down
82 changes: 14 additions & 68 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": -1340736648,
"__RESOLVED_ARTIFACTS_HASH": 1712402666,
"__INPUT_ARTIFACTS_HASH": -2034023675,
"__RESOLVED_ARTIFACTS_HASH": 1527698531,
"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 @@ -180,14 +168,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 @@ -347,15 +327,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 @@ -587,7 +558,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 ee1d11f

Please sign in to comment.