File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' idea'
2
2
3
- version = ' 0.9.1 '
3
+ version = ' 1.0.0-M1 '
4
4
def jarVersion = version
5
5
6
6
buildscript {
@@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
12
12
dependencies {
13
- classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4 .0'
13
+ classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.5 .0'
14
14
}
15
15
}
16
16
@@ -52,7 +52,7 @@ subprojects {
52
52
mockito : ' org.mockito:mockito-core:1.10.19' ,
53
53
perfidix : ' org.perfidix:perfidix:3.6.9' ,
54
54
proguard_gradle : ' net.sf.proguard:proguard-gradle:5.2.1' ,
55
- slf4j_api : ' org.slf4j:slf4j-api:1.7.13 ' ,
55
+ slf4j_api : ' org.slf4j:slf4j-api:1.7.16 ' ,
56
56
trove4j : ' net.sf.trove4j:trove4j:3.0.3' ,
57
57
]
58
58
}
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
22
22
23
23
// Logging
24
24
compile depends. slf4j_api
25
- compile ' ch.qos.logback:logback-core:1.1.3 '
26
- compile ' ch.qos.logback:logback-classic:1.1.3 '
25
+ compile ' ch.qos.logback:logback-core:1.1.5 '
26
+ compile ' ch.qos.logback:logback-classic:1.1.5 '
27
27
28
28
// Testing
29
29
testCompile depends. junit
You can’t perform that action at this time.
0 commit comments