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 5b038c8d9 avro4s 4.1.1 (test dependency) (#132)
5b038c8d9 is described below

commit 5b038c8d99ddead89e0d862427cf6d4e8f09231d
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 31 08:20:30 2023 +0100

    avro4s 4.1.1 (test dependency) (#132)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 958619141..b12caed0b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -166,7 +166,7 @@ object Dependencies {
       "org.apache.parquet" % "parquet-avro" % "1.10.1", // Apache2
       ("org.apache.hadoop" % "hadoop-client" % "3.2.1" % 
Test).exclude("log4j", "log4j"), // Apache2
       ("org.apache.hadoop" % "hadoop-common" % "3.2.1" % 
Test).exclude("log4j", "log4j"), // Apache2
-      "com.sksamuel.avro4s" %% "avro4s-core" % "3.0.9" % Test,
+      "com.sksamuel.avro4s" %% "avro4s-core" % "4.1.1" % Test,
       "org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
       "org.specs2" %% "specs2-core" % "4.8.3" % Test, // MIT like: 
https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
       "org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT 
like: http://www.slf4j.org/license.html


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

Reply via email to