add postgresql testcontainers

This commit is contained in:
2025-01-30 15:08:26 +01:00
parent f8467693f3
commit bd46362347

View File

@@ -46,7 +46,8 @@ thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf-
# testing libraries # testing libraries
assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" } assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" } mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
testcontainers-junit = { group = "org.testcontainers", name = "junit-jupiter" }
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" }
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" } junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" } kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }