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 9929258fb Update parquet-avro to 1.17.0 (#1361)
9929258fb is described below
commit 9929258fbaf9222a2ae9530cf4298220277b0733
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jan 13 21:19:50 2026 +0100
Update parquet-avro to 1.17.0 (#1361)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 006ce5e0d..e92e18935 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -201,7 +201,7 @@ object Dependencies {
val AvroParquet = Seq(
libraryDependencies ++= Seq(
- "org.apache.parquet" % "parquet-avro" % "1.16.0",
+ "org.apache.parquet" % "parquet-avro" % "1.17.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]