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