Skip to content

Commit

Permalink
Fix CVE error for Jetty version 11.0.12 (opensearch-project#3548)
Browse files Browse the repository at this point in the history
* Fix CVE error for Jetty version 11.0.12

Signed-off-by: Haidong <[email protected]>

---------

Signed-off-by: Haidong <[email protected]>
Co-authored-by: Haidong <[email protected]>
  • Loading branch information
wanghd89 and Haidong authored Oct 26, 2023
1 parent ad45c2f commit 267d3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
implementation 'org.apache.httpcomponents:httpcore:4.4.15'
testImplementation libs.commons.lang3
testImplementation 'com.github.tomakehurst:wiremock:3.0.0-beta-8'
testImplementation 'org.eclipse.jetty:jetty-bom:11.0.17'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
testImplementation testLibs.junit.vintage
testImplementation project(':data-prepper-test-common')
Expand Down

0 comments on commit 267d3bc

Please sign in to comment.