Skip to content

Commit 6a8cbec

Browse files
Bump org.wiremock:wiremock in /data-prepper-plugins/s3-source (#6302)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.13.1 to 3.13.2. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.13.1...3.13.2) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdcef98 commit 6a8cbec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-plugins/s3-source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation 'dev.failsafe:failsafe:3.3.2'
3535
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
3636
testImplementation libs.commons.lang3
37-
testImplementation 'org.wiremock:wiremock:3.13.1'
37+
testImplementation 'org.wiremock:wiremock:3.13.2'
3838
testImplementation 'org.eclipse.jetty:jetty-bom:11.0.25'
3939
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
4040
testImplementation testLibs.junit.vintage

0 commit comments

Comments
 (0)