Skip to content

Commit 2b179c5

Browse files
Fix hdfs-fixture kerb-admin & hadoop-minicluster dependencies are not being updated / false positive reports on CVEs (#14729) (#14731)
(cherry picked from commit 82bffb1) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a26db33 commit 2b179c5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
3333
group = 'hdfs'
3434

3535
versions << [
36-
'jetty': '9.4.53.v20231009'
36+
'jetty': '9.4.55.v20240627'
3737
]
3838

3939
dependencies {
@@ -72,7 +72,12 @@ dependencies {
7272
api "commons-net:commons-net:3.11.1"
7373
api "ch.qos.logback:logback-core:1.5.6"
7474
api "ch.qos.logback:logback-classic:1.2.13"
75-
api 'org.apache.kerby:kerb-admin:2.0.3'
75+
api "org.jboss.xnio:xnio-nio:3.8.16.Final"
76+
api 'org.jline:jline:3.26.2'
77+
api ('org.apache.kerby:kerb-admin:2.0.3') {
78+
exclude group: "org.jboss.xnio"
79+
exclude group: "org.jline"
80+
}
7681
runtimeOnly "com.google.guava:guava:${versions.guava}"
7782
runtimeOnly("com.squareup.okhttp3:okhttp:4.12.0") {
7883
exclude group: "com.squareup.okio"

0 commit comments

Comments
 (0)