Skip to content

Commit

Permalink
Uses current version of snakeyaml
Browse files Browse the repository at this point in the history
We only use snakeyaml transitively, but we want to use the current
version due to existing CVEs.
  • Loading branch information
quandor committed Mar 28, 2023
1 parent d07dceb commit 2db9555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ dependencies {
'org.springframework.boot:spring-boot-starter-actuator',
'org.springframework.boot:spring-boot-starter-validation',

// We only use snakeyaml transitively, but we want to force the
// current version due to existing CVEs.
'org.yaml:snakeyaml:2.0',

'org.apache.commons:commons-text:1.10.0',
'org.influxdb:influxdb-java'
)
Expand Down

0 comments on commit 2db9555

Please sign in to comment.