Skip to content

Commit 9cb0ea1

Browse files
Bump org.wiremock:wiremock-standalone from 3.12.1 to 3.13.0 in /service (#1214)
Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.1...3.13.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8135136 commit 9cb0ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
testImplementation "org.assertj:assertj-core:3.27.3"
6969
testImplementation 'org.testcontainers:testcontainers:1.20.6'
7070
testImplementation 'org.awaitility:awaitility:4.3.0'
71-
testImplementation 'org.wiremock:wiremock-standalone:3.12.1'
71+
testImplementation 'org.wiremock:wiremock-standalone:3.13.0'
7272
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
7373
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7474
testImplementation 'io.findify:s3mock_2.13:0.2.6'

0 commit comments

Comments
 (0)