Skip to content

Commit 8c96e94

Browse files
Bump org.testcontainers:mockserver in /modules/testcontainers
Bumps [org.testcontainers:mockserver](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:mockserver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4197e81 commit 8c96e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testcontainers/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:4.0'
2323

2424
testImplementation 'org.slf4j:slf4j-log4j12:2.0.16'
25-
testImplementation 'org.testcontainers:mockserver:1.20.1'
25+
testImplementation 'org.testcontainers:mockserver:1.20.2'
2626

2727
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
2828
}

0 commit comments

Comments
 (0)