Skip to content

Commit bc7d2b3

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.20.4 to 1.20.5. - [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.4...1.20.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 834073c commit bc7d2b3

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.16'
2727
testImplementation 'junit:junit:4.13.2'
2828
testImplementation "org.assertj:assertj-core:3.27.3"
29-
testImplementation 'org.testcontainers:testcontainers:1.20.4'
30-
testImplementation 'org.testcontainers:cratedb:1.20.4'
31-
testImplementation 'org.testcontainers:postgresql:1.20.4'
29+
testImplementation 'org.testcontainers:testcontainers:1.20.5'
30+
testImplementation 'org.testcontainers:cratedb:1.20.5'
31+
testImplementation 'org.testcontainers:postgresql:1.20.5'
3232
}
3333

3434
java {

0 commit comments

Comments
 (0)