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


The following commit(s) were added to refs/heads/main by this push:
     new 5dae649e7 Update parquet-avro to 1.16.0 (#1157)
5dae649e7 is described below

commit 5dae649e7b8a5b93575682571a8ff05008b96faf
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 7 08:44:52 2025 +0100

    Update parquet-avro to 1.16.0 (#1157)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index aade70a35..0e624d931 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -223,7 +223,7 @@ object Dependencies {
 
   val AvroParquet = Seq(
     libraryDependencies ++= Seq(
-      "org.apache.parquet" % "parquet-avro" % "1.15.2",
+      "org.apache.parquet" % "parquet-avro" % "1.16.0",
       "org.apache.avro" % "avro" % AvroVersion,
       ("org.apache.hadoop" % "hadoop-client" % "3.3.6" % 
Test).exclude("log4j", "log4j"),
       ("org.apache.hadoop" % "hadoop-common" % "3.3.6" % 
Test).exclude("log4j", "log4j"),


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

Reply via email to