mirror of https://github.com/apache/druid.git
Bump parquet.version from 1.11.1 to 1.12.0 (#11346)
* Bump parquet.version from 1.11.1 to 1.12.0 Bumps `parquet.version` from 1.11.1 to 1.12.0. Updates `parquet-column` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.11.1...apache-parquet-1.12.0) Updates `parquet-avro` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.11.1...apache-parquet-1.12.0) Updates `parquet-hadoop` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.11.1...apache-parquet-1.12.0) --- updated-dependencies: - dependency-name: org.apache.parquet:parquet-column dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.parquet:parquet-avro dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.parquet:parquet-hadoop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update license Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suneet Saldanha <suneet@apache.org>
This commit is contained in:
parent
8aaefb91e3
commit
776ddf76f4
|
@ -33,7 +33,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<properties>
|
||||
<parquet.version>1.11.1</parquet.version>
|
||||
<parquet.version>1.12.0</parquet.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -3684,7 +3684,7 @@ name: Apache Parquet
|
|||
license_category: binary
|
||||
module: extensions/druid-parquet-extensions
|
||||
license_name: Apache License version 2.0
|
||||
version: 1.11.1
|
||||
version: 1.12.0
|
||||
libraries:
|
||||
- org.apache.parquet: parquet-avro
|
||||
- org.apache.parquet: parquet-column
|
||||
|
|
Loading…
Reference in New Issue