From 5050547be5d6d3478548a0fc441740c91f7ab3c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Sep 2024 19:02:09 +0000 Subject: [PATCH] Update protobuf-java to 4.28.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d69c2f1..df918a8 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.4" +def protobufJava = "com.google.protobuf" % "protobuf-java" % "4.28.1" inThisBuild( List(