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 a04996e commit d6985f2Copy full SHA for d6985f2
gradle/libs.versions.toml
@@ -17,7 +17,7 @@ junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.re
17
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
18
apiguardian = { module = "org.apiguardian:apiguardian-api", version = "1.1.2" }
19
20
-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.4" }
+testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.5" }
21
testcontainers-mysql = { module = "org.testcontainers:mysql" }
22
testcontainers-oracle = { module = "org.testcontainers:oracle-xe" }
23
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
0 commit comments