Skip to content

Commit f39b1dc

Browse files
MINOR: Bump parquet.version from 1.15.2 to 1.16.0
Bumps `parquet.version` from 1.15.2 to 1.16.0. Updates `org.apache.parquet:parquet-avro` from 1.15.2 to 1.16.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.15.2...apache-parquet-1.16.0) Updates `org.apache.parquet:parquet-hadoop` from 1.15.2 to 1.16.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.15.2...apache-parquet-1.16.0) --- updated-dependencies: - dependency-name: org.apache.parquet:parquet-avro dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.parquet:parquet-hadoop dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 266dfc1 commit f39b1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataset/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232

3333
<properties>
3434
<arrow.cpp.build.dir>../../../cpp/release-build/</arrow.cpp.build.dir>
35-
<parquet.version>1.15.2</parquet.version>
35+
<parquet.version>1.16.0</parquet.version>
3636
<avro.version>1.12.0</avro.version>
3737
</properties>
3838

0 commit comments

Comments
 (0)