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.git


The following commit(s) were added to refs/heads/main by this push:
     new 8759ce5ee latest avro4s versions (#1758)
8759ce5ee is described below

commit 8759ce5ee5db66ccc85fe61301c9e5b177329261
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jul 7 16:37:56 2026 +0100

    latest avro4s versions (#1758)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3443dcbe5..7570364d4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -202,7 +202,7 @@ object Dependencies {
       "com.google.jimfs" % "jimfs" % "1.3.1" % Test))
 
   val avro4sVersion: Def.Initialize[String] = Def.setting {
-    if (Common.isScala3.value) "5.0.9" else "4.1.1"
+    if (Common.isScala3.value) "5.0.15" else "4.1.2"
   }
 
   val AvroParquet = Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to