Skip to content

Commit e2906f6

Browse files
committed
Prepare for 1.0.0-M1 release
Also, update some dependencies.
1 parent e2ca0d4 commit e2906f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'idea'
22

3-
version = '0.9.1'
3+
version = '1.0.0-M1'
44
def jarVersion = version
55

66
buildscript {
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
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'
1414
}
1515
}
1616

@@ -52,7 +52,7 @@ subprojects {
5252
mockito: 'org.mockito:mockito-core:1.10.19',
5353
perfidix: 'org.perfidix:perfidix:3.6.9',
5454
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',
5656
trove4j: 'net.sf.trove4j:trove4j:3.0.3',
5757
]
5858
}

simplify/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222

2323
// Logging
2424
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'
2727

2828
// Testing
2929
testCompile depends.junit

0 commit comments

Comments
 (0)