Skip to content

Commit f745dfd

Browse files
authored
MINOR: Upgrade jetty version (#19680)
When building RC, the current version of Jetty has been reporting for CVE. Hence, we should upgrade the Jetty version to fix it.
1 parent c0b64c2 commit f745dfd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

LICENSE-binary

Lines changed: 10 additions & 10 deletions
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.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
232+
jetty-client-9.4.57.v20241219
233+
jetty-continuation-9.4.57.v20241219
234+
jetty-http-9.4.57.v20241219
235+
jetty-io-9.4.57.v20241219
236+
jetty-security-9.4.57.v20241219
237+
jetty-server-9.4.57.v20241219
238+
jetty-servlet-9.4.57.v20241219
239+
jetty-servlets-9.4.57.v20241219
240+
jetty-util-9.4.57.v20241219
241+
jetty-util-ajax-9.4.57.v20241219
242242
jose4j-0.9.4
243243
lz4-java-1.8.0
244244
maven-artifact-3.9.6

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ versions += [
9999
jackson: "2.16.2",
100100
jacoco: "0.8.10",
101101
javassist: "3.29.2-GA",
102-
jetty: "9.4.56.v20240826",
102+
jetty: "9.4.57.v20241219",
103103
jersey: "2.39.1",
104104
jline: "3.25.1",
105105
jmh: "1.37",

0 commit comments

Comments
 (0)