This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 a1d8829b8 Update Parquet version to 1.18.1 in README (#3766)
a1d8829b8 is described below
commit a1d8829b8354f1f70698d00939add8947ef911e2
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Sep 4 16:03:43 2026 +0200
Update Parquet version to 1.18.1 in README (#3766)
---
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>
```