Skip to content

Commit 4c15f65

Browse files
Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.1
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.1. - [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.21.3...2.0.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40d5d2a commit 4c15f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref
5454
protobuf-kotlinlite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
5555
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
5656
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
57-
testcontainers = { module = "org.testcontainers:testcontainers", version = "1.21.3" }
57+
testcontainers = { module = "org.testcontainers:testcontainers", version = "2.0.1" }
5858

5959
[plugins]
6060
git = { id = "com.palantir.git-version", version = "4.0.0" }

0 commit comments

Comments
 (0)