ome / ome-common-java

Java library providing common functionality for all OME Java components
Other
2 stars 19 forks source link

Bump guava version to 31.1-jre #75

Closed dgault closed 1 year ago

dgault commented 1 year ago

Bumping the guava dependency to match the updated FIJI version as in https://github.com/ome/bioformats/issues/3970

The impact here is not so much on the Bio-Formats stack but on downstream components such as OMERO.

Also included in the FIJI version bumps are some components downstream of guava:

These versions differ from those included with this guava bump to 31.1:

+- com.google.guava:guava:jar:31.1-jre:compile
|  +- org.checkerframework:checker-qual:jar:3.12.0:compile
|  +- com.google.errorprone:error_prone_annotations:jar:2.11.0:compile
|  \- com.google.j2objc:j2objc-annotations:jar:1.3:compile

Realistically though these dependencies will not be used by the Bio-Formats plugin in the FIJI environment so the impact of the new FIJI versions is likely to be low in this case.