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 14155198d Update parquet-avro to 1.18.1 (#1913)
14155198d is described below

commit 14155198d44d77e64059822a75fa5ef2a561c688
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 4 19:35:08 2026 +0200

    Update parquet-avro to 1.18.1 (#1913)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fe63dc38f..aaa188021 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -205,7 +205,7 @@ object Dependencies {
 
   val AvroParquet = Seq(
     libraryDependencies ++= Seq(
-      "org.apache.parquet" % "parquet-avro" % "1.18.0",
+      "org.apache.parquet" % "parquet-avro" % "1.18.1",
       "org.apache.avro" % "avro" % AvroVersion,
       ("org.apache.hadoop" % "hadoop-client" % HadoopVersion % Test)
         .exclude("ch.qos.reload4j", "reload4j")


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

Reply via email to