Skip to content

Commit 81c137e

Browse files
Bump org.testcontainers:testcontainers from 1.20.5 to 1.20.6 in /service (#1173)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.20.6. - [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.5...1.20.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 851381d commit 81c137e

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.27.3"
69-
testImplementation 'org.testcontainers:testcontainers:1.20.5'
69+
testImplementation 'org.testcontainers:testcontainers:1.20.6'
7070
testImplementation 'org.awaitility:awaitility:4.2.2'
7171
testImplementation 'org.wiremock:wiremock-standalone:3.12.1'
7272
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'

0 commit comments

Comments
 (0)