We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109aa9c commit aa9c5b8Copy full SHA for aa9c5b8
postgres-cdc/build.gradle
@@ -17,7 +17,7 @@ testing {
17
suites {
18
test {
19
dependencies {
20
- implementation("org.testcontainers:postgresql:1.19.8")
+ implementation("org.testcontainers:postgresql:1.20.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.1")
0 commit comments