Skip to content

Commit b052d25

Browse files
committed
Update guava to 32.1.2
With version 28 we intermittently get errors: java.lang.NoClassDefFoundError: Could not initialize class sun.reflect.generics.reflectiveObjects.WildcardTypeImpl Presumably this is because guava was compiled with Java 8 and we're testing with 9+ which moved `sun.reflect` to `sun.unused`. The latest guava has a javac setting using Java 9, so hoping that resolves the issue.
1 parent d610c70 commit b052d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<!-- NB: Deploy releases to the SciJava Maven repository. -->
103103
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
104104

105-
<guava.version>28.2-jre</guava.version>
105+
<guava.version>32.1.2-jre</guava.version>
106106
<geantyref.version>1.3.6</geantyref.version>
107107

108108
<script-maven-plugin.version>1.0.0</script-maven-plugin.version>

0 commit comments

Comments
 (0)