google / TestParameterInjector

A simple yet powerful parameterized test runner for Java.
Apache License 2.0
397 stars 34 forks source link

Bump org.yaml.snakeyaml 1.27 -> 2.0 #36

Closed ArnasSmicius closed 1 year ago

ArnasSmicius commented 1 year ago

org.yaml.snakeyaml library contains multiple security vulnerabilities: https://mvnrepository.com/artifact/org.yaml/snakeyaml/1.27 Bumping this dependency to the latest version Release notes: https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes

This release contains some backward incompatible changes I went through all the usage of snakeyaml, so I couldn't find any issues. But I'm not able to build and run tests, so I'm not 100% sure if this change doesn't break something

nymanjens commented 1 year ago

Thanks!