Skip to content

Commit 5f159f7

Browse files
committed
Upgrade Jetty to 9.4.58 and exclude unused Jetty from hive-metastore3-libs
1 parent bbb14ad commit 5f159f7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

catalogs/hive-metastore3-libs/build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ plugins {
2626
}
2727

2828
dependencies {
29-
implementation(libs.hadoop2.common)
30-
implementation(libs.hive3.metastore)
29+
implementation(libs.hadoop2.common) {
30+
exclude("org.eclipse.jetty")
31+
}
32+
implementation(libs.hive3.metastore) {
33+
exclude("org.eclipse.jetty")
34+
}
3135
}
3236

3337
tasks {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log4j = "2.24.3"
3131
lance = "0.39.0"
3232
lance-namespace = "0.0.20"
3333
delta-kernel = "3.3.0"
34-
jetty = "9.4.51.v20230217"
34+
jetty = "9.4.58.v20250814"
3535
jersey = "2.41"
3636
mockito = "4.11.0"
3737
airlift-json = "237"

0 commit comments

Comments
 (0)