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
Hello there, you release awrong version of a class: in com.github.fge.jsonschema.core.keyword.syntax.checkers.common.EnumSyntaxChecker you call the class com.github.fge.jackson.JsonNumEquivalence that is not supposed to be in the other library since it has been changed to JsonNumEquals.
can you fix this?