Skip to content

Commit 92cd355

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1
1 parent ba57b6c commit 92cd355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ subprojects {
185185
testImplementation "org.scalatest:scalatest_$scalaVersion:3.0.8"
186186
testImplementation 'org.mockito:mockito-all:1.10.19'
187187
testImplementation "com.typesafe.scala-logging:scala-logging_$scalaVersion:3.9.4"
188-
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
188+
testImplementation 'ch.qos.logback:logback-classic:1.5.1'
189189

190190
testImplementation 'org.pegdown:pegdown:1.6.0'
191191
}

0 commit comments

Comments
 (0)