Skip to content

Commit 03cc664

Browse files
committed
Upgrade Guava 19.0 to 20.0
1 parent 7d2e260 commit 03cc664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
compile 'org.slf4j:slf4j-api:1.7.21'
9797

9898
// Useful utilities
99-
compile 'com.google.guava:guava:19.0'
99+
compile 'com.google.guava:guava:20.0'
100100

101101
// Unit testing
102102
testCompile 'org.testng:testng:6.9.10'

0 commit comments

Comments
 (0)