From f87f2fb7858d5fbe2bbef1e4373c1c52dc12b71b Mon Sep 17 00:00:00 2001 From: oss-47 Date: Fri, 20 Dec 2024 05:11:51 +0000 Subject: [PATCH] Update protobuf-java to 4.29.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 517bb98b..f6d78e5d 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val commonSettings = Seq( "io.higherkindness" %% "droste-macros" % "0.9.0", "org.apache.avro" % "avro" % "1.12.0", "com.github.os72" % "protoc-jar" % "3.11.4", - "com.google.protobuf" % "protobuf-java" % "4.29.1", + "com.google.protobuf" % "protobuf-java" % "4.29.2", "io.circe" %% "circe-core" % "0.14.10", "io.circe" %% "circe-parser" % "0.14.10", "io.circe" %% "circe-yaml" % "1.15.0",