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
Because SnakeYaml due to https://www.cve.org/CVERecord?id=CVE-2022-1471 has been updated and in version 2.0 does not support class Constructor with an empty constructor, it's not possible to update SnakeYaml to 2.0 version.
Trying to update SnakeYaml in a project using emv library results with error:
Exception in thread "main" java.lang.NoSuchMethodError: org.yaml.snakeyaml.constructor.Constructor: method 'void <init>()' not found
at io.github.binaryfoo.TagMetaData$Companion.load(TagMetaData.kt:70)
at io.github.binaryfoo.TagMetaData.load(TagMetaData.kt)
at io.github.binaryfoo.EmvTags.<clinit>(EmvTags.java:9)
at org.test.EmvTagsChecker.main(EmvTagsChecker.java:8)
The text was updated successfully, but these errors were encountered:
Because SnakeYaml due to https://www.cve.org/CVERecord?id=CVE-2022-1471 has been updated and in version 2.0 does not support class Constructor with an empty constructor, it's not possible to update SnakeYaml to 2.0 version.
Trying to update SnakeYaml in a project using emv library results with error:
The text was updated successfully, but these errors were encountered: