Bump jackson libs to 2.20.0 #105
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Trying to resolve version conflict with omero-zarr-pixel-buffer (#11 will use jackson libs version 2.20.0); omero-server comes with 2.14.2, which I tracked down to ome-common-java (omero-server -> bioformats -> ome-common-java), although it's actually not used in the server or in bioformats
ome-common-java/pom.xml
Line 128 in 5fd163e
Could this be bumped to 2.20.0? As far as I can see it's used in bioformats2raw/raw2ometiff, image-region microservice and Insight: https://github.com/search?q=org%3Aome%20import%20com.fasterxml.jackson&type=code . It should be backwards compatible with 2.14, so I wouldn't expect any changes needed.