Skip to content

Commit 1a90208

Browse files
update jetty-server (#998)
1 parent dc42fa6 commit 1a90208

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

dumper/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
exclude group: "org.slf4j", module: "slf4j-reload4j"
7070
}
7171
implementation libs.commons.beanutils // explicit version for vulnerabilities update
72+
implementation libs.jetty.server // explicit version for vulnerabilities update
7273
implementation libs.hadoop.hdfs.client
7374
implementation(libs.harawata.appdirs) {
7475
exclude group: "net.java.dev.jna", module: "jna"

dumper/app/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@ org.datanucleus:datanucleus-api-jdo:4.2.5=testRuntimeClasspath
234234
org.datanucleus:datanucleus-core:4.1.17=testRuntimeClasspath
235235
org.datanucleus:datanucleus-rdbms:4.1.20=testRuntimeClasspath
236236
org.datanucleus:javax.jdo:3.2.1=testRuntimeClasspath
237-
org.eclipse.jetty:jetty-http:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
238-
org.eclipse.jetty:jetty-io:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
239-
org.eclipse.jetty:jetty-security:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
240-
org.eclipse.jetty:jetty-server:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
241-
org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
242-
org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
243-
org.eclipse.jetty:jetty-util:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
244-
org.eclipse.jetty:jetty-webapp:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
245-
org.eclipse.jetty:jetty-xml:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
237+
org.eclipse.jetty:jetty-http:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
238+
org.eclipse.jetty:jetty-io:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
239+
org.eclipse.jetty:jetty-security:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
240+
org.eclipse.jetty:jetty-server:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
241+
org.eclipse.jetty:jetty-servlet:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
242+
org.eclipse.jetty:jetty-util-ajax:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
243+
org.eclipse.jetty:jetty-util:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
244+
org.eclipse.jetty:jetty-webapp:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
245+
org.eclipse.jetty:jetty-xml:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
246246
org.glassfish.corba:glassfish-corba-omgapi:4.2.2=testRuntimeClasspath
247247
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
248248
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ amazon = "2.31.16"
7272
cloudrun = "0.60.0"
7373
jna = "5.17.0"
7474
commons-beanutils = "1.11.0"
75+
jetty-server = "9.4.58.v20250814"
7576

7677
[libraries]
7778
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -104,6 +105,7 @@ guava = { module = "com.google.guava:guava", version.ref = "guava" }
104105
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
105106
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
106107
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
108+
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty-server" }
107109
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
108110
harawata-appdirs = {module = "net.harawata:appdirs", version = "1.3.0"}
109111
hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }

0 commit comments

Comments
 (0)