java.lang.NoClassDefFoundError: com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap$$ExternalSyntheticLambda0 #3657
Labels
to-evaluate
Issue that has been received but not yet evaluated
Describe the bug
The following snippet
crashes with
java.lang.NoClassDefFoundError: com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap$$ExternalSyntheticLambda0
The same snippet is working under 2.13.3 but is now failing with 2.14.0
Version information
2.14.0, gradle compileSdkVersion 33, minSdkVersion 22
Error only happens on Android API 23 or lower
Additional Information
The single gradle line relating to this is
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
where
jackson_version
is set to 2.14.0Gradle dependency tree is as follows:
The text was updated successfully, but these errors were encountered: