Skip to content

Commit e478c36

Browse files
Bump org.wiremock:wiremock in /data-prepper-plugins/s3-source
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.3.1 to 3.4.2. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.3.1...3.4.2) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60137bc commit e478c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: data-prepper-plugins/s3-source/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'dev.failsafe:failsafe:3.3.2'
3232
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
3333
testImplementation libs.commons.lang3
34-
testImplementation 'org.wiremock:wiremock:3.3.1'
34+
testImplementation 'org.wiremock:wiremock:3.4.2'
3535
testImplementation 'org.eclipse.jetty:jetty-bom:11.0.20'
3636
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
3737
testImplementation testLibs.junit.vintage

0 commit comments

Comments
 (0)