Skip to content

Commit 8333ccc

Browse files
jlpratchia7712
authored andcommitted
KAFKA-17810 upgrade Jetty because of CVE-2024-8184 (#17517)
Reviewers: Chia-Ping Tsai <[email protected]>
1 parent a22be4b commit 8333ccc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

LICENSE-binary

+10-10
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,16 @@ jackson-module-scala_2.13-2.16.2
229229
jackson-module-scala_2.12-2.16.2
230230
jakarta.validation-api-2.0.2
231231
javassist-3.29.2-GA
232-
jetty-client-9.4.54.v20240208
233-
jetty-continuation-9.4.54.v20240208
234-
jetty-http-9.4.54.v20240208
235-
jetty-io-9.4.54.v20240208
236-
jetty-security-9.4.54.v20240208
237-
jetty-server-9.4.54.v20240208
238-
jetty-servlet-9.4.54.v20240208
239-
jetty-servlets-9.4.54.v20240208
240-
jetty-util-9.4.54.v20240208
241-
jetty-util-ajax-9.4.54.v20240208
232+
jetty-client-9.4.56.v20240826
233+
jetty-continuation-9.4.56.v20240826
234+
jetty-http-9.4.56.v20240826
235+
jetty-io-9.4.56.v20240826
236+
jetty-security-9.4.56.v20240826
237+
jetty-server-9.4.56.v20240826
238+
jetty-servlet-9.4.56.v20240826
239+
jetty-servlets-9.4.56.v20240826
240+
jetty-util-9.4.56.v20240826
241+
jetty-util-ajax-9.4.56.v20240826
242242
jose4j-0.9.4
243243
lz4-java-1.8.0
244244
maven-artifact-3.9.6

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ versions += [
107107
jackson: "2.16.2",
108108
jacoco: "0.8.10",
109109
javassist: "3.29.2-GA",
110-
jetty: "9.4.54.v20240208",
110+
jetty: "9.4.56.v20240826",
111111
jersey: "2.39.1",
112112
jline: "3.25.1",
113113
jmh: "1.37",

0 commit comments

Comments
 (0)