Skip to content

Commit

Permalink
Bumped testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jul 15, 2024
1 parent f210339 commit 9d98019
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 @@ -96,7 +96,7 @@ dependencyResolutionManagement {
library("jackson-core", "com.fasterxml.jackson.core:jackson-core:$jackson")
library("jackson-databind", "com.fasterxml.jackson.core:jackson-databind:$jackson")

val testcontainers = "1.18.3"
val testcontainers = "1.19.8"
library("testcontainers-postgresql", "org.testcontainers:postgresql:$testcontainers")
library("testcontainers-mysql", "org.testcontainers:mysql:$testcontainers")
library("testcontainers-localstack", "org.testcontainers:localstack:$testcontainers")
Expand Down

0 comments on commit 9d98019

Please sign in to comment.