Skip to content

Commit 1bbf135

Browse files
build(deps): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.19.5...1.19.6) --- 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 cd83c83 commit 1bbf135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ testing {
127127
integrationTest(JvmTestSuite) {
128128
dependencies {
129129
implementation project
130-
implementation 'org.testcontainers:junit-jupiter:1.19.5'
131-
implementation 'org.testcontainers:localstack:1.19.5'
132-
implementation 'org.testcontainers:testcontainers:1.19.5'
130+
implementation 'org.testcontainers:junit-jupiter:1.19.6'
131+
implementation 'org.testcontainers:localstack:1.19.6'
132+
implementation 'org.testcontainers:testcontainers:1.19.6'
133133
}
134134
}
135135
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)