Avoid use of dynamic versions for reproducibility
This commit is contained in:
parent
0d3b0ea724
commit
d70ab5d3cc
@ -32,8 +32,8 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Logging:
|
// Logging:
|
||||||
compile 'org.slf4j:slf4j-api:1.7.+'
|
compile 'org.slf4j:slf4j-api:1.7.21'
|
||||||
compile 'ch.qos.logback:logback-classic:1.+'
|
compile 'ch.qos.logback:logback-classic:1.1.7'
|
||||||
// You can also use the JDK's built-in logging as the back end:
|
// You can also use the JDK's built-in logging as the back end:
|
||||||
// compile group: 'org.slf4j', name: 'slf4j-jdk14', version: '1.7.5'
|
// compile group: 'org.slf4j:slf4j-jdk14:1.7.21'
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user