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 262e16b commit 01808e5Copy full SHA for 01808e5
gradle/libs.versions.toml
@@ -48,7 +48,7 @@ quarkus-kotlin = { module = "io.quarkus:quarkus-kotlin" }
48
quarkus-resteasy = { module = "io.quarkus:quarkus-resteasy" }
49
quarkus-resteasy-jsonb = { module = "io.quarkus:quarkus-resteasy-jsonb" }
50
51
-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.3" }
+testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.1" }
52
testcontainers-mysql = { module = "org.testcontainers:mysql" }
53
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
54
0 commit comments