Skip to content

Commit 331c291

Browse files
committed
Bump both versions of jetty to the latest versions
This is to resolve a Denial of Service (DoS) Affecting org.eclipse.jetty:jetty-server package, versions [9.3.12,9.4.56) [10.0.0,10.0.24) [11.0.0,11.0.24) [12.0.0,12.0.9) See the following for more information: * https://www.cve.org/CVERecord?id=CVE-2024-8184 * https://security.snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-8186142
1 parent 1a6fde5 commit 331c291

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group = 'org.wiremock'
3333
project.ext {
3434
versions = [
3535
handlebars : '4.3.1',
36-
jetty : '11.0.20',
36+
jetty : '11.0.24',
3737
guava : '33.3.1-jre',
3838
jackson : '2.17.2',
3939
xmlUnit : '2.10.0',

wiremock-jetty12/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ java {
2929

3030
project.ext {
3131
versions = [
32-
jetty : '12.0.8',
32+
jetty : '12.0.14',
3333
junitJupiter : '5.10.2'
3434
]
3535
}

0 commit comments

Comments
 (0)