From a39964d7828867e228d350f19b51b2c3d3816706 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Dec 2024 01:17:16 +0000 Subject: [PATCH] Update protobuf-java to 4.29.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 37bc57b..e1debfc 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.29.0" inThisBuild( List(