Skip to content

Commit 879a7e8

Browse files
dependabot[bot]amotl
authored andcommitted
Bump org.testcontainers:testcontainers in /testing/testcontainers/java
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.2 to 1.21.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.21.2...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4583b0 commit 879a7e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/testcontainers/java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies {
2626
implementation 'org.slf4j:slf4j-simple:2.0.17'
2727
testImplementation 'junit:junit:4.13.2'
2828
testImplementation "org.assertj:assertj-core:3.27.3"
29-
testImplementation 'org.testcontainers:testcontainers:1.21.2'
30-
testImplementation 'org.testcontainers:cratedb:1.21.2'
31-
testImplementation 'org.testcontainers:postgresql:1.21.2'
29+
testImplementation 'org.testcontainers:testcontainers:1.21.3'
30+
testImplementation 'org.testcontainers:cratedb:1.21.3'
31+
testImplementation 'org.testcontainers:postgresql:1.21.3'
3232
}
3333

3434
java {

0 commit comments

Comments
 (0)