-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to jackson-databind 2.17.0 #110
base: main
Are you sure you want to change the base?
Conversation
Fixes jfrog#109 Signed-off-by: Alexander Veit <[email protected]>
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
This issue causes jeremylong/DependencyCheck#6542. |
@veita, |
Sure that the reason for the failure is Jackson version 2.17.0?
|
I believe so @veita. |
I see Eyal and you're probably right. But I don't understand how the error could relate to Java class file major version 61 when the class files in jackson-databind-2.17.0.jar from Maven Central have version 52.0. Could it be that the jackson-databind-2.17.0.jar in the test is not the original from Maven Central but something built with Java 17? |
@veita @eyalbe4 It's due to forward-incompatible behaviour of Gradle with respect to multi-release jars in its instrumentation attempts for plugins. See gradle/gradle#27156 for all the detail. |
Fixes #109
tests.