Skip to content

Commit

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

Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12
  • Loading branch information
mfvanek authored Oct 28, 2024
2 parents 5587a0e + a1cb370 commit ebb0c90
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.12.0")
implementation("org.testcontainers:testcontainers")
implementation("org.testcontainers:postgresql")
implementation("ch.qos.logback:logback-classic:1.5.11")
implementation("ch.qos.logback:logback-classic:1.5.12")

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

0 comments on commit ebb0c90

Please sign in to comment.