Skip to content

Commit

Permalink
Updates wiremock to 3.3.1. This also involves changing the groupId to…
Browse files Browse the repository at this point in the history
… org.wiremock which is the new groupId as of 3.0.0. (#3969)

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Jan 17, 2024
1 parent 29b0630 commit e0ed91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'dev.failsafe:failsafe:3.3.2'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
testImplementation libs.commons.lang3
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'org.wiremock:wiremock:3.3.1'
testImplementation 'org.eclipse.jetty:jetty-bom:11.0.17'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
testImplementation testLibs.junit.vintage
Expand Down

0 comments on commit e0ed91c

Please sign in to comment.