Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.19.8 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 4c1515b commit c093f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencyResolutionManagement {
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
bundle("junit", listOf("junit-jupiter", "junit-params"))

version("testcontainers", "1.19.6")
version("testcontainers", "1.19.8")
library("testcontainers-postgres", "org.testcontainers", "postgresql").versionRef("testcontainers")
library("testcontainers-mariadb", "org.testcontainers", "mariadb").versionRef("testcontainers")
library("testcontainers-mysql", "org.testcontainers", "mysql").versionRef("testcontainers")
Expand Down

0 comments on commit c093f41

Please sign in to comment.