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 6c6ff135 Update protobuf-java to 4.35.1 (#544)
6c6ff135 is described below
commit 6c6ff135e2b6be25d347039f71a2b3118e1afd3b
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jun 12 16:55:01 2026 +0200
Update protobuf-java to 4.35.1 (#544)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 543b8f23..0e335cd6 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.0", // use the same
version as in scalapb
+ "com.google.protobuf" % "protobuf-java" % "4.35.1", // use the same
version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion
% Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.22.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]