We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60137bc commit eb27384Copy full SHA for eb27384
data-prepper-plugins/s3-source/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation 'dev.failsafe:failsafe:3.3.2'
32
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
33
testImplementation libs.commons.lang3
34
- testImplementation 'org.wiremock:wiremock:3.3.1'
+ testImplementation 'org.wiremock:wiremock:3.4.2'
35
testImplementation 'org.eclipse.jetty:jetty-bom:11.0.20'
36
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
37
testImplementation testLibs.junit.vintage
0 commit comments