java-faker
java-faker copied to clipboard
Upgrade snakeyaml to 1.30
snakeyaml in v1.30 doesn't support an android classifier.
Hi @tandel-pratik , I'd advice you to check out https://www.datafaker.net, which already has the latest SnakeYML, plus other security and performance enhancements.
This PR is quite useful as currently including java-faker
breaks several Quarkus based projects (they use the latest version of SnakeYaml) and due to Maven's dependency mediation, i.e., the "nearest dependency wins", the older SnakeYaml, declared by java-faker
"wins" thus breaking other Quarkus libraries depending on SnakeYaml 1.3.0
.
Context: https://github.com/quarkusio/quarkus/issues/6420#issuecomment-581137728
Hi @chris-asl , could you try using https://github.com/datafaker-net/datafaker instead? Does that give the same issue? Thanks!