arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
118 stars 98 forks source link

chore(deps): bumps snakeyaml to 1.24 #1137

Closed papegaaij closed 4 years ago

papegaaij commented 5 years ago

This PR fixes issue #1049

In snakeyaml 1.20 the API of BaseConstructor.constructScalar(ScalarNode) changed to return a String. This broke binary compatibility. arquillian-cube at the moment cannot be used with snakeyaml versions 1.20 or newer. The actual change is really simple: just upgrade to 1.24, no changes in source are needed. Recompiling the code with the new dependency will make it work with the new version.