Skip to content

Commit

Permalink
Merge pull request #57 from raurquhart/master
Browse files Browse the repository at this point in the history
Update snakeyaml version due to vulnerability in 1.23.
  • Loading branch information
sbglasius authored May 30, 2022
2 parents f89b801 + ba229b8 commit 858121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation "org.grails:grails-testing-support"

runtimeOnly 'com.virtualdogbert:GroovyConfigWriter:1.1'
runtimeOnly 'org.yaml:snakeyaml:1.23'
runtimeOnly 'org.yaml:snakeyaml:1.30'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 858121d

Please sign in to comment.