Skip to content

Commit

Permalink
Upgraded SnakeYaml to get rid of some CVEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Feb 9, 2023
1 parent cbcda17 commit 87c5732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ repositories {
maven { url "https://repo.grails.org/grails/core" }
}

// Upgrading snakeyaml to 1.33 from 1.30 to get rid of some CVEs
ext['snakeyaml.version'] = '1.33'

dependencies {
compileOnly 'io.micronaut:micronaut-inject-groovy'
implementation 'org.grails:grails-logging'
Expand Down

0 comments on commit 87c5732

Please sign in to comment.