Skip to content

Commit

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

Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16
  • Loading branch information
mfvanek authored Jan 6, 2025
2 parents 56c0b79 + 69a74ca commit c95e300
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.15")
implementation("ch.qos.logback:logback-classic:1.5.16")

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

0 comments on commit c95e300

Please sign in to comment.