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 @@ -43,7 +43,7 @@ dependencies {
43
43
testCompile(group : " org.mockito" , name : " mockito-core" , version : " 2.28.2" );
44
44
// FIXME: update to 3.x once we're off of Java 7
45
45
testCompile(group : " org.assertj" , name : " assertj-core" , version : " 2.9.1" );
46
- testCompile(group : " com.google.guava" , name : " guava" , version : " 28.1 -android" );
46
+ testCompile(group : " com.google.guava" , name : " guava" , version : " 28.2 -android" );
47
47
}
48
48
49
49
javadoc. options {
@@ -57,7 +57,7 @@ javadoc.options {
57
57
links(" https://fasterxml.github.com/jackson-databind/javadoc/2.11/" );
58
58
links(" https://fasterxml.github.com/jackson-core/javadoc/2.11/" );
59
59
links(" https://fasterxml.github.com/jackson-annotations/javadoc/2.11/" );
60
- links(" https://www.javadoc.io/doc/com.google.guava/guava/28.1 -android/" );
60
+ links(" https://www.javadoc.io/doc/com.google.guava/guava/28.2 -android/" );
61
61
links(" https://java-json-tools.github.io/msg-simple/" );
62
62
links(" https://java-json-tools.github.io/jackson-coreutils/" );
63
63
}
You can’t perform that action at this time.
0 commit comments