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

pjfanning 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 59e7f5af Update protobuf-java to 4.36.0 (#640)
59e7f5af is described below

commit 59e7f5af1fd96075693cebc0515ce617bb476b4f
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 21 16:47:39 2026 +0200

    Update protobuf-java to 4.36.0 (#640)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 292f651d..0bde59b8 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" % "4.35.1", // use the same 
version as in scalapb
+    "com.google.protobuf" % "protobuf-java" % "4.36.0", // use the same 
version as in scalapb
     ("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion 
% Test).excludeAll(
       confluentLibsExclusionRules: _*),
     "commons-codec" % "commons-codec" % "1.22.1" % Test,


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

Reply via email to