diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f5b2ed5..43e63c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -48,9 +48,9 @@ quarkus-kotlin = { module = "io.quarkus:quarkus-kotlin" } quarkus-resteasy = { module = "io.quarkus:quarkus-resteasy" } quarkus-resteasy-jsonb = { module = "io.quarkus:quarkus-resteasy-jsonb" } -testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.3" } -testcontainers-mysql = { module = "org.testcontainers:mysql" } -testcontainers-postgresql = { module = "org.testcontainers:postgresql" } +testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.1" } +testcontainers-mysql = { module = "org.testcontainers:testcontainers-mysql" } +testcontainers-postgresql = { module = "org.testcontainers:testcontainers-postgresql" } freemarker = { module = "org.freemarker:freemarker", version = "2.3.34" } freemarker-java8 = { module = "no.api.freemarker:freemarker-java8", version = "3.0.3" }