Skip to content

Commit acd5cd4

Browse files
Bump org.testcontainers:testcontainers from 1.20.2 to 1.20.3 in /service (#977)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.2 to 1.20.3. - [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.2...1.20.3) --- 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 5db5fcd commit acd5cd4

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

0 commit comments

Comments
 (0)