scijava / pom-scijava

Friendly base POM for all SciJava-based software
https://imagej.net/BOM
The Unlicense
25 stars 34 forks source link

Bump Jackson and dependents to 2.16.1 #256

Closed skalarproduktraum closed 8 months ago

skalarproduktraum commented 8 months ago

This PR bumps Jackson and its dependents to the current version, 2.16.1. It also removes the warning about not changing the version, as the issue seems to be gone with this new version.

ctrueden commented 8 months ago

Thanks @skalarproduktraum and sorry for the failing build. I force-pushed a commit before yours to this PR, which should hopefully resolve the build failure, which is unrelated to this change.

ctrueden commented 8 months ago

Sad to say that this change does result in the dreaded NullPointerException in the maven-enforcer-plugin:

Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce (enforce-rules) on project mega-melt: Execution enforce-rules of goal org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce failed. NullPointerException -> [Help 1]

I'll try to make time to investigate soon...