Skip to content

Commit

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

Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12
  • Loading branch information
larsgrefer authored Nov 19, 2024
2 parents 3c32d7f + cbcdbfb commit 10c5d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

testImplementation 'ch.qos.logback:logback-classic:1.5.11'
testImplementation 'ch.qos.logback:logback-classic:1.5.12'
}

tasks.withType(Test).configureEach {
Expand Down

0 comments on commit 10c5d03

Please sign in to comment.