File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments