We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c38cb commit 16a3156Copy full SHA for 16a3156
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.13"
9
10
testImplementation "junit:junit:4.13.2"
11
testImplementation "org.assertj:assertj-core:3.25.3"
0 commit comments