From 090e61abd0f98f108289281b81ee571dd454341e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 15:13:33 +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 10caaf1..c4f2e8f 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val jenaV = "5.2.0" lazy val rdf4jV = "5.1.0" // !! When updating ScalaPB also change the version of the plugin in plugins.sbt lazy val scalapbV = "0.11.17" -lazy val protobufV = "4.29.1" +lazy val protobufV = "4.29.2" // List of exclusions for the grpc module and its dependencies lazy val grpcExclusions = Seq(