Skip to content

Commit 031ab45

Browse files
Go back to Guava 23.5, because SpotBugs does not yet understand the
nullability annotations used by Guava 23.6.
1 parent 870c27b commit 031ab45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .classpath

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
<classpathentry kind="lib" path="lib/java/test/mockito-core.jar" sourcepath="lib/java-contrib/mockito-core-sources.jar"/>
1111
<classpathentry kind="lib" path="lib/java/test/objenesis.jar"/>
1212
<classpathentry kind="lib" path="lib/java/build/auto-service.jar"/>
13-
<classpathentry kind="lib" path="lib/java/build/error_prone_annotations.jar" sourcepath="lib/java-contrib/error_prone_annotations-sources.jar"/>
13+
<classpathentry kind="lib" path="lib/java/runtime/error_prone_annotations.jar" sourcepath="lib/java-contrib/error_prone_annotations-sources.jar"/>
1414
<classpathentry kind="lib" path="lib/java/build/auto-value.jar"/>
1515
<classpathentry kind="lib" path="lib/java/test/truth-java8-extension.jar" sourcepath="lib/java-contrib/truth-java8-extension-sources.jar"/>
1616
<classpathentry kind="lib" path="lib/java/test/byte-buddy.jar"/>
1717
<classpathentry kind="lib" path="lib/java/runtime/spotbugs-annotations.jar" sourcepath="lib/java-contrib/spotbugs-annotations-sources.jar"/>
1818
<classpathentry kind="lib" path="lib/java/runtime/jsr305.jar" sourcepath="lib/java-contrib/jsr305-sources.jar"/>
19+
<classpathentry kind="lib" path="lib/java/runtime/checker-compat-qual.jar"/>
1920
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
2021
<classpathentry kind="src" path=".apt-generated">
2122
<attributes>

Diff for: lib/ivy.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
<dependencies>
3737
<!-- Google Core Libraries for Java
3838
Contains a lot of helpful data structures. -->
39-
<dependency org="com.google.guava" name="guava" rev="23.6-jre" conf="runtime->default; contrib->sources"/>
39+
<dependency org="com.google.guava" name="guava" rev="23.5-jre" conf="runtime->default; contrib->sources"/>
4040

4141
<!-- Guava-testlib contains many useful testing utilities -->
42-
<dependency org="com.google.guava" name="guava-testlib" rev="23.6-jre" conf="test->default; contrib->sources"/>
42+
<dependency org="com.google.guava" name="guava-testlib" rev="23.5-jre" conf="test->default; contrib->sources"/>
4343

4444
<!-- Dependency on Ivy itself so that we can ugprade it easily.
4545
Change version number in build.xml for upgrading. -->

0 commit comments

Comments
 (0)