Skip to content

Commit 5e8d914

Browse files
authored
bump jetty client to 11 0 14 (#78)
* bump jetty client to 11 0 14 Signed-off-by: Derek Ho <dxho@amazon.com> * add additional resolutions Signed-off-by: Derek Ho <dxho@amazon.com> --------- Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent ddd0417 commit 5e8d914

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ jacocoTestCoverageVerification {
239239
configurations.all {
240240
// fixes https://www.mend.io/vulnerability-database/CVE-2023-24998
241241
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'
242245
}
243246

244247

0 commit comments

Comments
 (0)