From a898457ff35e3e7a17f61e00ebaf0d1e19be841c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 22 Sep 2024 17:17:58 +0000 Subject: [PATCH] Update protobuf-java to 4.28.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 412905b..54498f1 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" % "4.28.2" inThisBuild( List(