Skip to content

Commit

Permalink
BEAM-4986: Bump to Apache Parquet 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko Driesprong authored and Fokko committed Jan 25, 2021
1 parent 4861df4 commit 4a0f056
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 4a0f056

Please sign in to comment.