Skip to content

Commit

Permalink
fix(commons-text): Bump commons text for CVE (#2010)
Browse files Browse the repository at this point in the history
Another PR ideal to bump all the other libs that are WAY out of date... snakeyaml to 1.28 maybe? :P BUT fixes CVE scans.
  • Loading branch information
jasonmcintosh authored Jan 27, 2023
1 parent 61ab715 commit aa7ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halyard-cli/halyard-cli.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation "io.spinnaker.fiat:fiat-core:$fiatVersion"
implementation 'io.spinnaker.kork:kork-secrets'
implementation 'org.apache.commons:commons-lang3'
implementation 'org.apache.commons:commons-text:1.6'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'ch.qos.logback:logback-classic'
implementation 'com.squareup.retrofit:retrofit'
implementation 'com.squareup.retrofit:converter-jackson'
Expand Down

0 comments on commit aa7ef01

Please # to comment.