Skip to content

Commit 34fd6be

Browse files
committed
Merge pull request #453 from JLLeitschuh/build/updateToGuava19
Updates to Guava 19
2 parents 7444ad0 + 4e0f2e0 commit 34fd6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ project(":core") {
130130
compile group: 'org.python', name: 'jython', version: '2.7.0'
131131
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.8'
132132
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
133-
compile group: 'com.google.guava', name: 'guava', version: '18.0'
133+
compile group: 'com.google.guava', name: 'guava', version: '19.0'
134134
// We use the no_aop version of Guice because the aop isn't avaiable in arm java
135135
// http://stackoverflow.com/a/15235190/3708426
136136
// https://github.com/google/guice/wiki/OptionalAOP

0 commit comments

Comments
 (0)