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 50d6cb35 Update kafka-avro-serializer to 7.6.1 (#195)
50d6cb35 is described below
commit 50d6cb351999e3d42294d9ea128c40540e066352
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 9 02:31:42 2024 +0100
Update kafka-avro-serializer to 7.6.1 (#195)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Versions.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Versions.scala b/project/Versions.scala
index ef597ba9..7b4811b9 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -36,7 +36,7 @@ object Versions {
// this depends on Kafka, and should be upgraded to such latest version
// that depends on the same Kafka version, as is defined above
// See
https://mvnrepository.com/artifact/io.confluent/kafka-avro-serializer?repo=confluent-packages
- val confluentAvroSerializerVersion = "7.0.14"
+ val confluentAvroSerializerVersion = "7.6.1"
val confluentLibsExclusionRules = Seq(
ExclusionRule("log4j", "log4j"),
ExclusionRule("org.slf4j", "slf4j-log4j12"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]