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 56dff0f commit 992e8acCopy full SHA for 992e8ac
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.20.6")
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