We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b2606 commit ce0b1e9Copy full SHA for ce0b1e9
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
19
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
20
apiguardian = { module = "org.apiguardian:apiguardian-api", version = "1.1.2" }
21
22
-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.6" }
+testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.0" }
23
testcontainers-mysql = { module = "org.testcontainers:mysql" }
24
testcontainers-oracle = { module = "org.testcontainers:oracle-xe" }
25
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
0 commit comments