Skip to content

Commit 64fe569

Browse files
committed
GH-16480 - fix CVE-2024-5046 with mina-core upgrade to 2.2.4
1 parent 9e25432 commit 64fe569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h2o-jetty-9/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation "org.mockito:mockito-core:2.23.0"
2121

2222
constraints{
23-
api("org.apache.mina:mina-core:2.2.3") {
23+
api("org.apache.mina:mina-core:2.2.4") {
2424
because 'Fixes CVE-2024-52046'
2525
}
2626
}

0 commit comments

Comments
 (0)