Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
pleo-bot-renovate committed Nov 21, 2022
1 parent 781e497 commit 285e278
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 @@ -61,7 +61,7 @@ subprojects {
implementation "dev.misfitlabs.kotlinguice4:kotlin-guice:$kotlinGuiceVersion"

testImplementation 'com.google.truth:truth:1.1.3'
testImplementation 'ch.qos.logback:logback-classic:1.4.4'
testImplementation 'ch.qos.logback:logback-classic:1.4.5'
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
testImplementation "io.mockk:mockk:$mockkVersion"

Expand Down

0 comments on commit 285e278

Please sign in to comment.