File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
* List of dependencies
61
61
*/
62
62
dependencies {
63
- compile(group : " com.google.guava" , name : " guava" , version : " 25 .1-android" );
63
+ compile(group : " com.google.guava" , name : " guava" , version : " 28 .1-android" );
64
64
compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.12-SNAPSHOT" );
65
65
compile(group : " com.sun.mail" , name : " mailapi" , version : " 1.6.1" );
66
66
compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
@@ -87,7 +87,7 @@ javadoc {
87
87
links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
88
88
links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
89
89
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/" );
91
91
links(" https://java-json-tools.github.io/btf/" );
92
92
links(" https://java-json-tools.github.io/msg-simple/" );
93
93
links(" https://java-json-tools.github.io/jackson-coreutils/" );
You can’t perform that action at this time.
0 commit comments