Skip to content

Commit 4e0acb1

Browse files
Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.2
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.2. - [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.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9859188 commit 4e0acb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ dependencies {
7979
testRuntimeOnly 'org.postgresql:postgresql'
8080

8181
// Additional test dependencies for improved testing
82-
testImplementation 'org.testcontainers:testcontainers:1.21.3'
83-
testImplementation 'org.testcontainers:mariadb:1.21.3'
82+
testImplementation 'org.testcontainers:testcontainers:2.0.2'
83+
testImplementation 'org.testcontainers:mariadb:2.0.2'
8484
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
8585
testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1'
8686
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)