smallrye / smallrye-config

SmallRye Config - A Java Configuration library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snakeyaml upgrade

magicprinc opened this issue · comments

org.yaml:snakeyaml:1.30 is old and has 7 vulnerabilities

Is it time to upgrade?

https://mvnrepository.com/artifact/org.yaml/snakeyaml/2.2

Are you on an old version of Smallrye Config?

We updated to 2.2 in 3.5.0:
#985

Crazy situation!
I have had io.smallrye.config:smallrye-config-source-yaml:3.8.1, but org.yaml:snakeyaml:1.30.

Spring Boot 2 Gradle plugin has somehow been forcing 1.30.
But IDEA Gradle dependency inspector was showing 1.30 was coming from Smallrye Config.

I have explicitly added dependency org.yaml:snakeyaml:2.2 to fix this.

Sorry and thank you!