You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchFieldError: Class com.fasterxml.jackson.annotation.JsonFormat$Feature does not have member
field 'com.fasterxml.jackson.annotation.JsonFormat$Feature READ_DATE_TIMESTAMPS_AS_NANOSECONDS'
Describe the bug
The plugin pulls in the outdated Jackson version 2.14.1 https://github.com/jfrog/artifactory-gradle-plugin/blob/2576ef39a4a8a5e6a523a00a4e3be1ec1e1a18d2/build.gradle.kts#L48C71-L48C77.
This causes errors in other plugins.
Current behavior
Gradle build fails with errors.
Reproduction steps
Go to https://github.com/veita/gradle-plugin-dependency-bug and follow the steps described there.
Expected behavior
The Artifactory should play nicely with other plugins.
Artifactory Gradle plugin version
5.1.1
Operating system type and version
Linux
JFrog Artifactory version
Any.
Gradle version
8.6
The text was updated successfully, but these errors were encountered: