Skip to content

Commit f44080a

Browse files
Bump org.testcontainers:testcontainers from 1.21.1 to 1.21.2 (#256)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.1 to 1.21.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.21.1...1.21.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c09999 commit f44080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repositories {
4848
}
4949

5050
dependencies {
51-
implementation("org.testcontainers:testcontainers:1.21.1")
51+
implementation("org.testcontainers:testcontainers:1.21.2")
5252
testImplementation(platform("org.junit:junit-bom:5.13.1"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
5454
testImplementation("org.junit.jupiter:junit-jupiter-params")

0 commit comments

Comments
 (0)