Skip to content

Commit d38cec6

Browse files
fix(deps): update dependency org.testcontainers:testcontainers to v2.0.5 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d1af29 commit d38cec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "juni
1616
junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junitVersion" }
1717
junitPlatforLauncher = { module = "org.junit.platform:junit-platform-launcher" }
1818
assertJCore = { module = "org.assertj:assertj-core", version = "3.27.7" }
19-
testContainers = { module = "org.testcontainers:testcontainers", version = "2.0.4" }
19+
testContainers = { module = "org.testcontainers:testcontainers", version = "2.0.5" }
2020

2121
[plugins]
2222
gradlePublish = { id = "com.gradle.plugin-publish", version = "2.1.1" }

0 commit comments

Comments
 (0)