Skip to content

Commit 7752678

Browse files
committed
update dependencies and gradle wrapper
1 parent 8699ee0 commit 7752678

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.github.ben-manes.versions" version "0.11.3"
2+
id "com.github.ben-manes.versions" version "0.12.0"
33
id "com.github.hierynomus.license" version "0.11.0"
44
}
55

@@ -18,8 +18,8 @@ repositories {
1818
jcenter()
1919
}
2020

21-
def googleGuavaVersion = '18.0'
22-
def rxJavaVersion = '1.0.16'
21+
def googleGuavaVersion = '19.0'
22+
def rxJavaVersion = '1.1.0'
2323
def rxSwingVersion = '0.25.0'
2424
def jcipVersion = '1.0'
2525
def jsr305Version = '3.0.1'

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Nov 27 10:57:49 CET 2015
1+
#Fri Jan 29 15:34:09 CET 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)