Skip to content

Commit

Permalink
Parquet: Bump to Apache Parquet 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Nov 28, 2024
1 parent 8fccdec commit 4e083d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
maven {
url = uri("https://repository.apache.org/content/repositories/orgapacheparquet-1067")
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ netty-buffer = "4.1.115.Final"
netty-buffer-compat = "4.1.115.Final"
object-client-bundle = "3.3.2"
orc = "1.9.5"
parquet = "1.14.4"
parquet = "1.15.0"
roaringbitmap = "1.3.0"
scala-collection-compat = "2.12.0"
slf4j = "2.0.16"
Expand Down

0 comments on commit 4e083d5

Please sign in to comment.