Skip to content

Commit 9335134

Browse files
Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0 in /service (#797)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.0. - [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.19.8...1.20.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers 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 8048001 commit 9335134

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
@@ -60,7 +60,7 @@ dependencies {
6060
// Test
6161
testImplementation 'org.springframework.boot:spring-boot-starter-test'
6262
testImplementation "org.assertj:assertj-core:3.26.3"
63-
testImplementation 'org.testcontainers:testcontainers:1.19.8'
63+
testImplementation 'org.testcontainers:testcontainers:1.20.0'
6464
testImplementation 'org.awaitility:awaitility:4.2.1'
6565
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
6666
testImplementation 'org.wiremock:wiremock-standalone:3.8.0'

0 commit comments

Comments
 (0)