Skip to content

Commit

Permalink
Merge pull request #292 from mfvanek/dependabot/gradle/ch.qos.logback…
Browse files Browse the repository at this point in the history
…-logback-classic-1.5.15

Bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15
  • Loading branch information
mfvanek authored Dec 23, 2024
2 parents dd234a8 + 0161c8e commit c66c4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-index-health-demo-without-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.apache.commons:commons-dbcp2:2.13.0")
implementation("org.testcontainers:testcontainers")
implementation("org.testcontainers:postgresql")
implementation("ch.qos.logback:logback-classic:1.5.14")
implementation("ch.qos.logback:logback-classic:1.5.15")

testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
Expand Down

0 comments on commit c66c4fb

Please sign in to comment.