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 e3eebc0 commit fb73647Copy full SHA for fb73647
settings.gradle.kts
@@ -36,7 +36,7 @@ dependencyResolutionManagement {
36
version("sadu", "2.3.4")
37
library("sadu-testing", "de.chojo.sadu", "sadu-testing").versionRef("sadu")
38
39
- version("testcontainers", "2.0.1")
+ version("testcontainers", "2.0.2")
40
library("testcontainers-postgres", "org.testcontainers", "testcontainers-postgresql").versionRef("testcontainers")
41
library("testcontainers-core", "org.testcontainers", "testcontainers").versionRef("testcontainers")
42
library("testcontainers-junit", "org.testcontainers", "testcontainers-junit-jupiter").versionRef("testcontainers")
0 commit comments