We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd0417 commit 5e8d914Copy full SHA for 5e8d914
build.gradle
@@ -239,6 +239,9 @@ jacocoTestCoverageVerification {
239
configurations.all {
240
// fixes https://www.mend.io/vulnerability-database/CVE-2023-24998
241
resolutionStrategy.force 'commons-fileupload:commons-fileupload:1.5'
242
+ resolutionStrategy.force 'org.eclipse.jetty:jetty-client:11.0.14'
243
+ resolutionStrategy.force 'org.eclipse.jetty:jetty-servlets:11.0.14'
244
+ resolutionStrategy.force 'org.eclipse.jetty:jetty-webapp:11.0.14'
245
}
246
247
0 commit comments