From a6e22664fc97914759db4eb5bb9e0161b1e1dd4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Nov 2024 16:34:15 +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 23f8ea3..877dc8c 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.28.3" +lazy val protobufV = "4.29.0" // List of exclusions for the grpc module and its dependencies lazy val grpcExclusions = Seq(