Skip to content

Commit 9d5dabf

Browse files
committed
Gradle: prefer version 2.0.3 of slf4j-api.
1 parent 0588f8d commit 9d5dabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation('org.slf4j:slf4j-api') {
5454
version {
5555
require '[1.7.28,)'
56-
prefer '1.7.36'
56+
prefer '2.0.3'
5757
}
5858
}
5959
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)