From 03c021a89dec71a08dd5ade339d1bbb5c8f54e6e Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:36:12 +0100 Subject: [PATCH] Update protobuf-java to 3.25.5 (#229) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 26692f36..a4eec012 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -30,7 +30,7 @@ object Dependencies { lazy val testDependencies = Def.setting(Seq( "org.apache.pekko" %% "pekko-discovery" % pekkoVersion, - "com.google.protobuf" % "protobuf-java" % "3.25.4", // use the same version as in scalapb + "com.google.protobuf" % "protobuf-java" % "3.25.5", // use the same version as in scalapb ("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test).excludeAll( confluentLibsExclusionRules: _*), "commons-codec" % "commons-codec" % "1.17.1" % Test,