Skip to content

Commit

Permalink
KAFKA-17810 upgrade Jetty because of CVE-2024-8184 (#17517)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
jlprat authored and chia7712 committed Oct 17, 2024
1 parent a22be4b commit 8333ccc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,16 @@ jackson-module-scala_2.13-2.16.2
jackson-module-scala_2.12-2.16.2
jakarta.validation-api-2.0.2
javassist-3.29.2-GA
jetty-client-9.4.54.v20240208
jetty-continuation-9.4.54.v20240208
jetty-http-9.4.54.v20240208
jetty-io-9.4.54.v20240208
jetty-security-9.4.54.v20240208
jetty-server-9.4.54.v20240208
jetty-servlet-9.4.54.v20240208
jetty-servlets-9.4.54.v20240208
jetty-util-9.4.54.v20240208
jetty-util-ajax-9.4.54.v20240208
jetty-client-9.4.56.v20240826
jetty-continuation-9.4.56.v20240826
jetty-http-9.4.56.v20240826
jetty-io-9.4.56.v20240826
jetty-security-9.4.56.v20240826
jetty-server-9.4.56.v20240826
jetty-servlet-9.4.56.v20240826
jetty-servlets-9.4.56.v20240826
jetty-util-9.4.56.v20240826
jetty-util-ajax-9.4.56.v20240826
jose4j-0.9.4
lz4-java-1.8.0
maven-artifact-3.9.6
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ versions += [
jackson: "2.16.2",
jacoco: "0.8.10",
javassist: "3.29.2-GA",
jetty: "9.4.54.v20240208",
jetty: "9.4.56.v20240826",
jersey: "2.39.1",
jline: "3.25.1",
jmh: "1.37",
Expand Down

0 comments on commit 8333ccc

Please sign in to comment.