Skip to content

Commit 3741d1c

Browse files
build(deps): bump org.testcontainers:testcontainers (#561)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.2 to 1.20.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.20.2...1.20.3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad4b960 commit 3741d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ testing {
131131
integrationTest(JvmTestSuite) {
132132
dependencies {
133133
implementation project
134-
implementation 'org.testcontainers:junit-jupiter:1.20.2'
135-
implementation 'org.testcontainers:localstack:1.20.2'
136-
implementation 'org.testcontainers:testcontainers:1.20.2'
134+
implementation 'org.testcontainers:junit-jupiter:1.20.3'
135+
implementation 'org.testcontainers:localstack:1.20.3'
136+
implementation 'org.testcontainers:testcontainers:1.20.3'
137137
}
138138
}
139139
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)