Skip to content

Commit eb5aea5

Browse files
Bump gradle version and dependency versions.
1 parent 6f30017 commit eb5aea5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
compile "org.ow2.asm:asm:6.2"
2222
compile "org.ow2.asm:asm-commons:6.2"
23-
compile "com.google.guava:guava:24.1-jre"
23+
compile "com.google.guava:guava:26.0-jre"
2424
compile 'org.slf4j:slf4j-api:1.7.25'
2525
compile 'org.slf4j:slf4j-log4j12:1.7.25'
2626

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Jun 12 00:14:02 PDT 2018
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip
5+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)