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 3b2601f7 Update kafka-avro-serializer to 8.2.1 (#526)
3b2601f7 is described below
commit 3b2601f718ae1d4e576ed1eff3c0783634d1ce58
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 15 22:31:52 2026 +0200
Update kafka-avro-serializer to 8.2.1 (#526)
---
project/Versions.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Versions.scala b/project/Versions.scala
index 9da53bc1..6d054791 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -34,7 +34,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 = "8.2.0"
+ val confluentAvroSerializerVersion = "8.2.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]