Skip to content

Commit 2941b94

Browse files
dependabot[bot]kruton
authored andcommitted
build(deps): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.2 to 1.21.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.21.2...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ec726e commit 2941b94

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
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation("junit:junit:4.13.2")
5151
testImplementation("commons-io:commons-io:2.19.0")
5252
testImplementation("commons-codec:commons-codec:1.18.0")
53-
testImplementation("org.testcontainers:testcontainers:1.21.2")
53+
testImplementation("org.testcontainers:testcontainers:1.21.3")
5454
testImplementation("org.jetbrains:annotations:26.0.2")
5555
testImplementation("ch.qos.logback:logback-classic:1.5.18")
5656
testImplementation("org.hamcrest:hamcrest:3.0")

0 commit comments

Comments
 (0)