Skip to content

Commit

Permalink
INVT-11619: Update snakeyaml to version 2.2
Browse files Browse the repository at this point in the history
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 committed Sep 13, 2023
1 parent 976308b commit a638291
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 @@ -69,3 +69,4 @@ detekt {
}
}

ext["snakeyaml.version"] = "2.2"

0 comments on commit a638291

Please sign in to comment.