Skip to content

Commit 7fc82e9

Browse files
build(deps): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [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.1...1.20.2) --- 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 71f7e15 commit 7fc82e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ testing {
132132
dependencies {
133133
implementation project
134134
implementation 'org.testcontainers:junit-jupiter:1.20.2'
135-
implementation 'org.testcontainers:localstack:1.20.1'
136-
implementation 'org.testcontainers:testcontainers:1.20.1'
135+
implementation 'org.testcontainers:localstack:1.20.2'
136+
implementation 'org.testcontainers:testcontainers:1.20.2'
137137
}
138138
}
139139
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)