Skip to content

Commit 2be68ca

Browse files
committed
Bump guava to 28.2-android
1 parent ef14f20 commit 2be68ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project.gradle

+2-2
Original file line numberDiff line numberDiff 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

4949
javadoc.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
}

0 commit comments

Comments
 (0)