We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7444ad0 + 4e0f2e0 commit 34fd6beCopy full SHA for 34fd6be
1 file changed
build.gradle
@@ -130,7 +130,7 @@ project(":core") {
130
compile group: 'org.python', name: 'jython', version: '2.7.0'
131
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.8'
132
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
133
- compile group: 'com.google.guava', name: 'guava', version: '18.0'
+ compile group: 'com.google.guava', name: 'guava', version: '19.0'
134
// We use the no_aop version of Guice because the aop isn't avaiable in arm java
135
// http://stackoverflow.com/a/15235190/3708426
136
// https://github.com/google/guice/wiki/OptionalAOP
0 commit comments