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.
2 parents 8bc336d + 2b1563f commit 88b8f32Copy full SHA for 88b8f32
pg-index-health-demo-without-spring/build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation("org.apache.commons:commons-dbcp2:2.13.0")
19
implementation("org.testcontainers:testcontainers")
20
implementation("org.testcontainers:postgresql")
21
- implementation("ch.qos.logback:logback-classic:1.5.19")
+ implementation("ch.qos.logback:logback-classic:1.5.20")
22
23
testImplementation("org.junit.jupiter:junit-jupiter-api")
24
testImplementation("org.junit.jupiter:junit-jupiter-params")
0 commit comments