Skip to content

Commit

Permalink
Merge pull request #13806: BEAM-4986: Bump Apache Parquet to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Jan 26, 2021
2 parents 17e833e + 4a0f056 commit 67989ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/java/io/parquet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def hadoopVersions = [

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}

def parquet_version = "1.10.0"
def parquet_version = "1.11.1"

dependencies {
compile library.java.vendored_guava_26_0_jre
Expand Down

0 comments on commit 67989ca

Please sign in to comment.