This is an automated email from the ASF dual-hosted git repository.
mbalassi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 89d9f14c982 [FLINK-37760][format] Bump parquet from 1.15.1 to 1.15.2
89d9f14c982 is described below
commit 89d9f14c982a14ebd427ab2791c6192bb5ad4659
Author: Márton Balassi <[email protected]>
AuthorDate: Wed May 7 16:01:53 2025 +0200
[FLINK-37760][format] Bump parquet from 1.15.1 to 1.15.2
---
.../flink-sql-parquet/src/main/resources/META-INF/NOTICE | 14 +++++++-------
flink-formats/pom.xml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
index 0d420c7106a..4659f6ab268 100644
--- a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
+++ b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
@@ -6,11 +6,11 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.apache.parquet:parquet-avro:1.15.1
-- org.apache.parquet:parquet-hadoop:1.15.1
-- org.apache.parquet:parquet-column:1.15.1
-- org.apache.parquet:parquet-common:1.15.1
-- org.apache.parquet:parquet-encoding:1.15.1
-- org.apache.parquet:parquet-format-structures:1.15.1
-- org.apache.parquet:parquet-jackson:1.15.1
+- org.apache.parquet:parquet-avro:1.15.2
+- org.apache.parquet:parquet-hadoop:1.15.2
+- org.apache.parquet:parquet-column:1.15.2
+- org.apache.parquet:parquet-common:1.15.2
+- org.apache.parquet:parquet-encoding:1.15.2
+- org.apache.parquet:parquet-format-structures:1.15.2
+- org.apache.parquet:parquet-jackson:1.15.2
- commons-pool:commons-pool:1.6
diff --git a/flink-formats/pom.xml b/flink-formats/pom.xml
index 32141aecfdd..e8ce76b6641 100644
--- a/flink-formats/pom.xml
+++ b/flink-formats/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<properties>
-
<flink.format.parquet.version>1.15.1</flink.format.parquet.version>
+
<flink.format.parquet.version>1.15.2</flink.format.parquet.version>
</properties>
<artifactId>flink-formats</artifactId>