Skip to content

Commit cfb9da7

Browse files
Bump org.testcontainers:testcontainers from 1.20.3 to 1.20.4 in /service
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [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.3...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d75381 commit cfb9da7

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
@@ -66,7 +66,7 @@ dependencies {
6666
// Test
6767
testImplementation 'org.springframework.boot:spring-boot-starter-test'
6868
testImplementation "org.assertj:assertj-core:3.26.3"
69-
testImplementation 'org.testcontainers:testcontainers:1.20.3'
69+
testImplementation 'org.testcontainers:testcontainers:1.20.4'
7070
testImplementation 'org.awaitility:awaitility:4.2.2'
7171
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
7272
testImplementation 'org.wiremock:wiremock-standalone:3.9.2'

0 commit comments

Comments
 (0)