fix(deps): update dependency org.testcontainers:postgresql to v1.19.6 (main) (#10638)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-22 14:55:25 +02:00 committed by GitHub
parent 362e3143b2
commit cb5382c519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
testImplementation("org.testcontainers:testcontainers:1.19.6")
testImplementation("org.testcontainers:postgresql:1.19.5")
testImplementation("org.testcontainers:postgresql:1.19.6")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")