Skip to content

Commit 80fb4eb

Browse files
Bump org.wiremock:wiremock-standalone from 3.7.0 to 3.8.0 in /service (#771)
Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.7.0...3.8.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone 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 3ba6b79 commit 80fb4eb

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
@@ -63,7 +63,7 @@ dependencies {
6363
testImplementation 'org.testcontainers:testcontainers:1.19.8'
6464
testImplementation 'org.awaitility:awaitility:4.2.1'
6565
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
66-
testImplementation 'org.wiremock:wiremock-standalone:3.7.0'
66+
testImplementation 'org.wiremock:wiremock-standalone:3.8.0'
6767
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
6868
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
6969
}

0 commit comments

Comments
 (0)