This is an automated email from the ASF dual-hosted git repository.

Fokko pushed a commit to branch fd-bump-version
in repository https://gitbox.apache.org/repos/asf/parquet-java.git

commit 12a4bf6a3db926a0a91e0bac74bcc4fed34914a4
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Sep 4 13:37:47 2026 +0200

    Update Parquet version to 1.18.1 in README
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index a7f6931b2..335c9b183 100644
--- a/README.md
+++ b/README.md
@@ -174,29 +174,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.17.0`.
+The current release is version `1.18.1`.
 
 ```xml
   <dependencies>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-common</artifactId>
-      <version>1.17.0</version>
+      <version>1.18.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-encoding</artifactId>
-      <version>1.17.0</version>
+      <version>1.18.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-column</artifactId>
-      <version>1.17.0</version>
+      <version>1.18.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-hadoop</artifactId>
-      <version>1.17.0</version>
+      <version>1.18.1</version>
     </dependency>
   </dependencies>
 ```

Reply via email to