Skip to content

Commit b2a25dc

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] <[email protected]>
1 parent 1aa8619 commit b2a25dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ testing {
133133
implementation project
134134
implementation 'org.testcontainers:junit-jupiter:1.20.2'
135135
implementation 'org.testcontainers:localstack:1.20.2'
136-
implementation 'org.testcontainers:testcontainers:1.20.1'
136+
implementation 'org.testcontainers:testcontainers:1.20.2'
137137
}
138138
}
139139
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)