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 cfaa0ba38 Update readme to 1.14.1 release (#2947)
cfaa0ba38 is described below
commit cfaa0ba380f6cbc2aa73b63bf400f7051bfc1846
Author: Wei Guo <[email protected]>
AuthorDate: Sun Jul 14 04:31:43 2024 +0800
Update readme to 1.14.1 release (#2947)
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index c7a09c7cf..244c1f1d7 100644
--- a/README.md
+++ b/README.md
@@ -166,29 +166,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.14.0`
+The current release is version `1.14.1`
```xml
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-common</artifactId>
- <version>1.14.0</version>
+ <version>1.14.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-encoding</artifactId>
- <version>1.14.0</version>
+ <version>1.14.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-column</artifactId>
- <version>1.14.0</version>
+ <version>1.14.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
- <version>1.14.0</version>
+ <version>1.14.1</version>
</dependency>
</dependencies>
```