From 8aa07bb0aac5f41746aaab5288f662e349044aa0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Aug 2024 02:36:22 +0000 Subject: [PATCH] Update protobuf-java to 4.27.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 88e9a85..fa42b72 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.27.3" inThisBuild( List(