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
Jackson threw an unexpected exception and its runtime version ($jacksonVersion) mismatches the version the SDK was compiled with ($COMPILED_JACKSON_VERSION).
70
+
71
+
You may be using a version of `com.fasterxml.jackson.core:jackson-databind` that's not binary compatible with the SDK.
72
+
73
+
This can happen if you are either:
74
+
1. Directly depending on a different Jackson version
75
+
2. Depending on some library that depends on a different Jackson version, potentially transitively
76
+
77
+
Double-check that you are depending on a compatible Jackson version.
0 commit comments