Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.4 (
Browse files Browse the repository at this point in the history
…#140)

Co-authored-by: Andriy Godovanets <88106804+andriygg@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 18, 2022
1 parent 186ba9a commit b0c1db6
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.1'
testImplementation 'ch.qos.logback:logback-classic:1.4.4'
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
testImplementation "io.mockk:mockk:$mockkVersion"

Expand Down

0 comments on commit b0c1db6

Please sign in to comment.