This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 1c6db14ca1 deps: update parquet version to 1.16.0 in pom.xml (#3844)
1c6db14ca1 is described below
commit 1c6db14ca1491d0cc56d4e16004dc0475678fc4b
Author: Philipp Zehnder <[email protected]>
AuthorDate: Thu Oct 16 15:25:45 2025 +0200
deps: update parquet version to 1.16.0 in pom.xml (#3844)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e4f5370c6e..360f9329ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<postgresql.version>42.7.2</postgresql.version>
<protobuf.version>4.28.2</protobuf.version>
<pulsar.version>3.2.2</pulsar.version>
- <parquet.version>1.12.0</parquet.version>
+ <parquet.version>1.16.0</parquet.version>
<quartz.version>2.3.2</quartz.version>
<!-- needs to be lower than 4.x.x, see
https://github.com/apache/streampipes/issues/1495 -->
<rdf4j.version>3.7.7</rdf4j.version>