We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1af29 commit d38cec6Copy full SHA for d38cec6
1 file changed
gradle/libs.versions.toml
@@ -16,7 +16,7 @@ junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "juni
16
junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junitVersion" }
17
junitPlatforLauncher = { module = "org.junit.platform:junit-platform-launcher" }
18
assertJCore = { module = "org.assertj:assertj-core", version = "3.27.7" }
19
-testContainers = { module = "org.testcontainers:testcontainers", version = "2.0.4" }
+testContainers = { module = "org.testcontainers:testcontainers", version = "2.0.5" }
20
21
[plugins]
22
gradlePublish = { id = "com.gradle.plugin-publish", version = "2.1.1" }
0 commit comments