Skip to content

Commit

Permalink
INVT-11610: Update snakeyaml to version 2.2 (#74)
Browse files Browse the repository at this point in the history
This one is a derived dependency of spring-boot, and we are already in the latest spring boot version. This is a false positive as stated here spring-projects/spring-boot#33457 and since we are not doing any manual yaml parsing. However, we can update to v2.2 to completely remove the snakeyaml 1.33 from our jars.
  • Loading branch information
lefteris-tsallas-leanix authored and mohamedlajmileanix committed Oct 6, 2023
1 parent 92c535f commit 373fc3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ tasks.processResources {
file("build/resources/main/gradle.properties").writeText("version=${project.version}")
}
}
ext["snakeyaml.version"] = "2.2"

0 comments on commit 373fc3d

Please sign in to comment.