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 febaa6f commit c7d7411Copy full SHA for c7d7411
data-prepper-plugins/s3-source/build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
35
testImplementation libs.commons.lang3
36
testImplementation 'org.wiremock:wiremock:3.13.1'
37
- testImplementation 'org.eclipse.jetty:jetty-bom:11.0.20'
+ testImplementation 'org.eclipse.jetty:jetty-bom:11.0.25'
38
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
39
testImplementation testLibs.junit.vintage
40
testImplementation project(':data-prepper-test:test-common')
0 commit comments