Skip to content

Commit 07dc8f7

Browse files
authored
Merge pull request #534 from larsgrefer/dependabot/gradle/3.x/ch.qos.logback-logback-classic-1.5.8
Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8
2 parents 5ee102e + b19277f commit 07dc8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5252

53-
testImplementation 'ch.qos.logback:logback-classic:1.5.7'
53+
testImplementation 'ch.qos.logback:logback-classic:1.5.8'
5454
}
5555

5656
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)