Skip to content

Commit 589ebee

Browse files
authored
Merge pull request #550 from larsgrefer/dependabot/gradle/3.x/ch.qos.logback-logback-classic-1.5.9
Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9
2 parents e278726 + e6fa312 commit 589ebee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.8'
53+
testImplementation 'ch.qos.logback:logback-classic:1.5.9'
5454
}
5555

5656
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)