We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc180ae commit 9055e82Copy full SHA for 9055e82
build.gradle
@@ -35,8 +35,8 @@ publishing {
35
}
36
37
dependencies {
38
- implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
39
- testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
+ implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.6'
+ testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.6'
40
testImplementation group: 'junit', name: 'junit', version: '4.12'
41
testImplementation group: 'org.json', name: 'json', version: '20180813'
42
0 commit comments