This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 13d5918e Update protobuf-java to 3.25.8 (#318)
13d5918e is described below

commit 13d5918eaaf7afe8f26d2c623e5768d86a9d1b96
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 09:52:33 2025 +0200

    Update protobuf-java to 3.25.8 (#318)
    
    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 32f3d9c9..95c0a14f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
     "org.apache.kafka" % "kafka-clients" % kafkaVersion)
 
   lazy val testDependencies = Seq(
-    "com.google.protobuf" % "protobuf-java" % "3.25.7", // use the same 
version as in scalapb
+    "com.google.protobuf" % "protobuf-java" % "3.25.8", // use the same 
version as in scalapb
     ("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion 
% Test).excludeAll(
       confluentLibsExclusionRules: _*),
     "commons-codec" % "commons-codec" % "1.18.0" % Test,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to