File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 * List of dependencies
6161 */
6262dependencies {
63- compile(group : " com.google.guava" , name : " guava" , version : " 25 .1-android" );
63+ compile(group : " com.google.guava" , name : " guava" , version : " 28 .1-android" );
6464 compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.12-SNAPSHOT" );
6565 compile(group : " com.sun.mail" , name : " mailapi" , version : " 1.6.1" );
6666 compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
@@ -87,7 +87,7 @@ javadoc {
8787 links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
8888 links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
8989 links(" https://fasterxml.github.io/jackson-core/javadoc/2.2.0/" );
90- links(" https://www.javadoc.io/doc/com.google.guava/guava/25 .1-android/" );
90+ links(" https://www.javadoc.io/doc/com.google.guava/guava/28 .1-android/" );
9191 links(" https://java-json-tools.github.io/btf/" );
9292 links(" https://java-json-tools.github.io/msg-simple/" );
9393 links(" https://java-json-tools.github.io/jackson-coreutils/" );
You can’t perform that action at this time.
0 commit comments