We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3b0ea commit d70ab5dCopy full SHA for d70ab5d
1 file changed
gradle/java.gradle
@@ -32,8 +32,8 @@ repositories {
32
33
dependencies {
34
// Logging:
35
- compile 'org.slf4j:slf4j-api:1.7.+'
36
- compile 'ch.qos.logback:logback-classic:1.+'
+ compile 'org.slf4j:slf4j-api:1.7.21'
+ compile 'ch.qos.logback:logback-classic:1.1.7'
37
// You can also use the JDK's built-in logging as the back end:
38
- // compile group: 'org.slf4j', name: 'slf4j-jdk14', version: '1.7.5'
+ // compile group: 'org.slf4j:slf4j-jdk14:1.7.21'
39
}
0 commit comments