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/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 0da657f60 avro4s 5.0.9 (#422)
0da657f60 is described below

commit 0da657f60093fae508d331c6715c25deaedf7535
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jan 28 17:07:06 2024 +0100

    avro4s 5.0.9 (#422)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 117addff9..fe9568f94 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -164,7 +164,7 @@ object Dependencies {
       "com.google.jimfs" % "jimfs" % "1.3.0" % Test))
 
   val avro4sVersion: Def.Initialize[String] = Def.setting {
-    if (Common.isScala3.value) "5.0.5" else "4.1.1"
+    if (Common.isScala3.value) "5.0.9" else "4.1.1"
   }
 
   val AvroParquet = Seq(


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

Reply via email to