Skip to content

Commit d8623ab

Browse files
Bump org.testcontainers:testcontainers from 1.15.1 to 1.21.0 (#299)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.15.1 to 1.21.0. - [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.15.1...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e9e226 commit d8623ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
6868
}
6969

70-
testImplementation "org.testcontainers:testcontainers:1.15.1"
70+
testImplementation "org.testcontainers:testcontainers:1.21.0"
7171
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.0.3'
7272
testImplementation("org.assertj:assertj-core:3.27.3")
7373
}

0 commit comments

Comments
 (0)