From 7c2b889e496bd8bb98c4486d56d8848683189c7f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Sep 2025 19:28:49 +0000 Subject: [PATCH] Update protobuf-java to 4.32.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ad4d5ce..6ab8510a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ publish / skip := true sonatypeProfileName := "com.thesamet" -def protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.8" +def protobufJava = "com.google.protobuf" % "protobuf-java" % "4.32.1" inThisBuild( List(