google / TestParameterInjector

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

Replace deprecated call to org.yaml.snakeyaml.constructor.SafeConstructor #32

Closed eikemeier closed 1 year ago

eikemeier commented 1 year ago

Calling SafeConstructor()is deprecated in SnakeYaml 1.x und was removed in 2.0, making TestParameterInjector fail with this version on the class path:

https://github.com/snakeyaml/snakeyaml/commit/3e755d254aeaa902675053047fd53368a175565a#diff-2f3798f3a205b35967d24a4611fce96716257d3a809dc4a0e3455b46ac7441f5

nymanjens commented 1 year ago

Thanks for fixing this!

nymanjens commented 1 year ago

I just released this change in v1.11

eikemeier commented 1 year ago

Thanks for fixing this!

Thanks for the quick merge ;)