This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 7d1fe32c8 MINOR: update latest version to 1.15.1 (#3179)
7d1fe32c8 is described below
commit 7d1fe32c8c972710a9d780ec5e7d1f95d871374d
Author: Gang Wu <[email protected]>
AuthorDate: Mon Mar 17 13:58:01 2025 +0800
MINOR: update latest version to 1.15.1 (#3179)
---
README.md | 10 +++++-----
pom.xml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 828d4859c..4c2223cf3 100644
--- a/README.md
+++ b/README.md
@@ -149,29 +149,29 @@ The build runs in [GitHub
Actions](https://github.com/apache/parquet-java/action
## Add Parquet as a dependency in Maven
-The current release is version `1.15.0`.
+The current release is version `1.15.1`.
```xml
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-common</artifactId>
- <version>1.15.0</version>
+ <version>1.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-encoding</artifactId>
- <version>1.15.0</version>
+ <version>1.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-column</artifactId>
- <version>1.15.0</version>
+ <version>1.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
- <version>1.15.0</version>
+ <version>1.15.1</version>
</dependency>
</dependencies>
```
diff --git a/pom.xml b/pom.xml
index a6a9db2e7..c81f6f9af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<!-- Guarantees no newer classes/methods/constants are used by parquet. -->
<hadoop.version>3.3.0</hadoop.version>
<parquet.format.version>2.10.0</parquet.format.version>
- <previous.version>1.15.0</previous.version>
+ <previous.version>1.15.1</previous.version>
<thrift.executable>thrift</thrift.executable>
<format.thrift.executable>${thrift.executable}</format.thrift.executable>
<pig.version>0.16.0</pig.version>