Skip to content

Commit 4e45621

Browse files
Bump org.testcontainers:postgresql from 1.19.3 to 1.21.3 (#1139)
1 parent 25b2cd8 commit 4e45621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appsignals-tests/contract-tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
testImplementation("software.amazon.awssdk:sts")
5757
testImplementation(kotlin("test"))
5858
implementation(project(":appsignals-tests:images:grpc:grpc-base"))
59-
testImplementation("org.testcontainers:kafka:1.19.3")
60-
testImplementation("org.testcontainers:postgresql:1.19.3")
59+
testImplementation("org.testcontainers:kafka:1.21.3")
60+
testImplementation("org.testcontainers:postgresql:1.21.3")
6161
testImplementation("org.testcontainers:mysql:1.19.8")
6262
testImplementation("com.mysql:mysql-connector-j:8.4.0")
6363
}

0 commit comments

Comments
 (0)