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 @@ -61,7 +61,7 @@ dependencies {
6161 */
6262dependencies {
6363 compile(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.9.9" );
64- compile(group : " com.google.guava" , name : " guava" , version : " 25 .1-android" );
64+ compile(group : " com.google.guava" , name : " guava" , version : " 28 .1-android" );
6565 compile(group : " com.github.java-json-tools" , name : " jackson-coreutils" , version : " 1.11-SNAPSHOT" );
6666 compile(group : " com.github.java-json-tools" , name : " uri-template" , version : " 0.10-SNAPSHOT" );
6767 // FIXME: no javadoc
@@ -89,7 +89,7 @@ javadoc {
8989 links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
9090 links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
9191 links(" https://fasterxml.github.io/jackson-core/javadoc/2.2.0/" );
92- links(" https://www.javadoc.io/doc/com.google.guava/guava/25 .1-android/" );
92+ links(" https://www.javadoc.io/doc/com.google.guava/guava/28 .1-android/" );
9393 links(" https://java-json-tools.github.io/btf/" );
9494 links(" https://java-json-tools.github.io/msg-simple/" );
9595 links(" https://java-json-tools.github.io/jackson-coreutils/" );
You can’t perform that action at this time.
0 commit comments