This is an automated email from the ASF dual-hosted git repository.
hepin 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 aef5cf50 Update protobuf-java to 4.33.5
aef5cf50 is described below
commit aef5cf506f94a6c3c907b2c2b447a4f4299c0e1b
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 31 17:49:16 2026 +0000
Update protobuf-java to 4.33.5
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f0508c64..2b792a14 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.33.4", // use the same
version as in scalapb
+ "com.google.protobuf" % "protobuf-java" % "4.33.5", // use the same
version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion
% Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.21.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]