From 20020ca3fb759de0c0f0bead0fe90643edc8d653 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Nov 2024 21:52:14 +0000 Subject: [PATCH] Update protobuf-java to 4.28.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2bc9d83..591bae7 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.3" inThisBuild( List(