This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 f6f1811c Update protobuf-java to 4.33.2 (#408)
f6f1811c is described below
commit f6f1811c9e4ff61a6a49cb0b073c5e0bd586e49e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 7 10:54:52 2025 +0100
Update protobuf-java to 4.33.2 (#408)
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 1da3c61f..7af33eb2 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.1", // use the same
version as in scalapb
+ "com.google.protobuf" % "protobuf-java" % "4.33.2", // use the same
version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion
% Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.20.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]