From 0b5981ba31e5424e644757284c1484dd322f5d2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Apr 2025 19:41:10 +0000 Subject: [PATCH] Update protobuf-java to 3.25.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e10bda..8482d61 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.5" +def protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.7" inThisBuild( List(