Merge pull request #16526 from zhem0004/snakeYMLupgrade

fix(sec): upgrade org.yaml:snakeyaml 1.31
This commit is contained in:
Anton Georgiev 2023-01-24 19:29:54 -05:00 committed by GitHub
commit 3daecea9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ dependencies {
implementation "org.grails:grails-plugin-url-mappings"
implementation "org.grails:grails-plugin-interceptors"
implementation 'org.grails.plugins:external-config:1.2.2'
//implementation "org.grails.plugins:cache"
implementation "org.yaml:snakeyaml:1.31"
implementation "org.grails.plugins:views-json:2.1.1"
implementation "org.grails.plugins:cache"
implementation "org.apache.xmlbeans:xmlbeans:5.0.3"