Skip to content

Commit 95aa0c9

Browse files
Bump org.testcontainers:testcontainers from 1.20.4 to 1.20.5 in /service
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.5. - [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.4...1.20.5) --- 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 ece8ad1 commit 95aa0c9

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

0 commit comments

Comments
 (0)