Skip to content

Commit 972827a

Browse files
committed
Parquet: Bump to Apache Parquet 1.15.0
1 parent 8fccdec commit 972827a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ allprojects {
119119
repositories {
120120
mavenCentral()
121121
mavenLocal()
122+
maven {
123+
url = uri("https://repository.apache.org/content/repositories/orgapacheparquet-1067")
124+
}
122125
}
123126
}
124127

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ netty-buffer = "4.1.115.Final"
7575
netty-buffer-compat = "4.1.115.Final"
7676
object-client-bundle = "3.3.2"
7777
orc = "1.9.5"
78-
parquet = "1.14.4"
78+
parquet = "1.15.0"
7979
roaringbitmap = "1.3.0"
8080
scala-collection-compat = "2.12.0"
8181
slf4j = "2.0.16"

0 commit comments

Comments
 (0)