Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent ba57b6c commit 8d29b52
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 @@ -185,7 +185,7 @@ subprojects {
testImplementation "org.scalatest:scalatest_$scalaVersion:3.0.8"
testImplementation 'org.mockito:mockito-all:1.10.19'
testImplementation "com.typesafe.scala-logging:scala-logging_$scalaVersion:3.9.4"
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'ch.qos.logback:logback-classic:1.5.5'

testImplementation 'org.pegdown:pegdown:1.6.0'
}
Expand Down

0 comments on commit 8d29b52

Please sign in to comment.