Skip to content

Commit 07db9cd

Browse files
Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.1 in /service
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.1. - [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.21.3...2.0.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb4bbde commit 07db9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ dependencies {
7878
testImplementation 'org.springframework.boot:spring-boot-starter-test'
7979
testImplementation "org.assertj:assertj-core:3.27.5"
8080
testImplementation 'org.apache.commons:commons-compress:1.28.0'
81-
testImplementation 'org.testcontainers:testcontainers:1.21.3'
82-
testImplementation 'org.testcontainers:junit-jupiter:1.21.3'
81+
testImplementation 'org.testcontainers:testcontainers:2.0.1'
82+
testImplementation 'org.testcontainers:junit-jupiter:2.0.1'
8383
testImplementation 'org.awaitility:awaitility:4.3.0'
8484
testImplementation 'org.wiremock:wiremock-standalone:3.13.1'
8585
testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'

0 commit comments

Comments
 (0)