Skip to content

Commit

Permalink
GH-16472 - fix CVE-2024-52046 with mina-core upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Jan 8, 2025
1 parent 6f19a16 commit ace7eac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions h2o-jetty-9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ dependencies {

testImplementation group: "junit", name: "junit", version: "4.12"
testImplementation "org.mockito:mockito-core:2.23.0"

constraints{
api("org.apache.mina:mina-core:2.2.3") {
because 'Fixes CVE-2024-52046'
}
}
}

0 comments on commit ace7eac

Please sign in to comment.