Skip to content

Commit

Permalink
Update logback version
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 24, 2024
1 parent 76a8cff commit 8e3413f
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 @@ -76,7 +76,7 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
testImplementation 'ch.qos.logback:logback-classic:1.3.12'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation('org.awaitility:awaitility:4.0.2') {
exclude group: 'org.hamcrest'
}
Expand Down

0 comments on commit 8e3413f

Please sign in to comment.