diff --git a/MODULE.bazel b/MODULE.bazel index 19a49858..aa74b404 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -79,8 +79,8 @@ maven.install( # These technically aren't needed, but the protobuf version pulled # in by these older deps has compatibility issues with the newer # protobuf runtimes. - "com.google.protobuf:protobuf-java:4.31.1", - "com.google.protobuf:protobuf-java-util:4.31.1", + "com.google.protobuf:protobuf-java:4.32.1", + "com.google.protobuf:protobuf-java-util:4.32.1", ], repositories = [ "https://maven.google.com", @@ -117,8 +117,8 @@ maven.install( "jakarta.inject:jakarta.inject-api:2.0.1", "junit:junit:4.13.2", "com.beust:jcommander:1.82", - "com.google.protobuf:protobuf-java:4.31.1", - "com.google.protobuf:protobuf-java-util:4.31.1", + "com.google.protobuf:protobuf-java:4.32.1", + "com.google.protobuf:protobuf-java-util:4.32.1", "com.google.code.findbugs:jsr305:3.0.2", "androidx.databinding:databinding-compiler:8.7.0", "org.ow2.asm:asm:9.6", diff --git a/defs.bzl b/defs.bzl index 6d9fff79..1dd037a5 100644 --- a/defs.bzl +++ b/defs.bzl @@ -57,8 +57,8 @@ def rules_android_workspace(): # These technically aren't needed, but the protobuf version pulled # in by these older deps has compatibility issues with the newer # protobuf runtimes. - "com.google.protobuf:protobuf-java:4.31.1", - "com.google.protobuf:protobuf-java-util:4.31.1", + "com.google.protobuf:protobuf-java:4.32.1", + "com.google.protobuf:protobuf-java-util:4.32.1", ], repositories = [ "https://maven.google.com", @@ -94,8 +94,8 @@ def rules_android_workspace(): "jakarta.inject:jakarta.inject-api:2.0.1", "junit:junit:4.13.2", "com.beust:jcommander:1.82", - "com.google.protobuf:protobuf-java:4.31.1", - "com.google.protobuf:protobuf-java-util:4.31.1", + "com.google.protobuf:protobuf-java:4.32.1", + "com.google.protobuf:protobuf-java-util:4.32.1", "com.google.code.findbugs:jsr305:3.0.2", "androidx.databinding:databinding-compiler:8.7.0", "org.ow2.asm:asm:9.6",