From 831dd782593a29dc464f6f9361563697339267f7 Mon Sep 17 00:00:00 2001 From: Sheroz Nazhmudinov Date: Tue, 16 Dec 2025 15:20:48 +0100 Subject: [PATCH] Bump protobuf-java version to fix ProtobufRuntimeVersionException --- MODULE.bazel | 8 ++++---- defs.bzl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 19a49858f..aa74b4047 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 6d9fff799..1dd037a51 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",