We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56dff0f commit f9fd75eCopy full SHA for f9fd75e
postgres-cdc/build.gradle
@@ -17,7 +17,7 @@ testing {
17
suites {
18
test {
19
dependencies {
20
- implementation("org.testcontainers:postgresql:1.20.4")
+ implementation("org.testcontainers:postgresql:1.21.0")
21
implementation("org.assertj:assertj-core:3.26.3")
22
implementation("org.flywaydb:flyway-core:9.22.3")
23
implementation("org.awaitility:awaitility:4.2.2")
0 commit comments