We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51a4b9 commit f42bc22Copy full SHA for f42bc22
logcapture-core/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
dependencies {
6
api "org.hamcrest:hamcrest-library:2.2"
7
api "ch.qos.logback:logback-classic:1.2.11"
8
- api "org.slf4j:slf4j-api:1.7.36"
+ api "org.slf4j:slf4j-api:2.0.17"
9
10
testImplementation "junit:junit:4.13.2"
11
testImplementation "org.assertj:assertj-core:3.27.3"
0 commit comments