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 @@ -43,7 +43,7 @@ dependencies {
4343 testCompile(group : " org.mockito" , name : " mockito-core" , version : " 2.28.2" );
4444 // FIXME: update to 3.x once we're off of Java 7
4545 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" );
4747}
4848
4949javadoc. options {
@@ -57,7 +57,7 @@ javadoc.options {
5757 links(" https://fasterxml.github.com/jackson-databind/javadoc/2.11/" );
5858 links(" https://fasterxml.github.com/jackson-core/javadoc/2.11/" );
5959 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/" );
6161 links(" https://java-json-tools.github.io/msg-simple/" );
6262 links(" https://java-json-tools.github.io/jackson-coreutils/" );
6363}
You can’t perform that action at this time.
0 commit comments