Skip to content

Commit 7d1fe32

Browse files
authored
MINOR: update latest version to 1.15.1 (#3179)
1 parent e9c97e7 commit 7d1fe32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,29 +149,29 @@ The build runs in [GitHub Actions](https://github.com/apache/parquet-java/action
149149

150150
## Add Parquet as a dependency in Maven
151151

152-
The current release is version `1.15.0`.
152+
The current release is version `1.15.1`.
153153

154154
```xml
155155
<dependencies>
156156
<dependency>
157157
<groupId>org.apache.parquet</groupId>
158158
<artifactId>parquet-common</artifactId>
159-
<version>1.15.0</version>
159+
<version>1.15.1</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.apache.parquet</groupId>
163163
<artifactId>parquet-encoding</artifactId>
164-
<version>1.15.0</version>
164+
<version>1.15.1</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.apache.parquet</groupId>
168168
<artifactId>parquet-column</artifactId>
169-
<version>1.15.0</version>
169+
<version>1.15.1</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.apache.parquet</groupId>
173173
<artifactId>parquet-hadoop</artifactId>
174-
<version>1.15.0</version>
174+
<version>1.15.1</version>
175175
</dependency>
176176
</dependencies>
177177
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<!-- Guarantees no newer classes/methods/constants are used by parquet. -->
9696
<hadoop.version>3.3.0</hadoop.version>
9797
<parquet.format.version>2.10.0</parquet.format.version>
98-
<previous.version>1.15.0</previous.version>
98+
<previous.version>1.15.1</previous.version>
9999
<thrift.executable>thrift</thrift.executable>
100100
<format.thrift.executable>${thrift.executable}</format.thrift.executable>
101101
<pig.version>0.16.0</pig.version>

0 commit comments

Comments
 (0)