diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index a6b49ecba7b7e..c247c3e3970d2 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -54,7 +54,7 @@ dependencies { api "org.mockito:mockito-core:${versions.mockito}" api "com.google.protobuf:protobuf-java:3.21.9" api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}" - api 'org.eclipse.jetty:jetty-server:9.4.49.v20220914' + api 'org.eclipse.jetty:jetty-server:11.0.14' api 'org.apache.zookeeper:zookeeper:3.8.0' api "org.apache.commons:commons-text:1.10.0" api "commons-net:commons-net:3.9.0"