Merge pull request #663 from kami-blue/dependabot/gradle/org.yaml-snakeyaml-1.26

Bump snakeyaml from 1.25 to 1.26
This commit is contained in:
Dominika 2020-04-08 18:51:10 -04:00 committed by GitHub
commit dba8e1366d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ dependencies {
}
compile "com.github.ZeroMemes:Alpine:1.7"
compile group: 'net.jodah', name: 'typetools', version: '0.5.0'
compile group: 'org.yaml', name: 'snakeyaml', version: '1.25'
compile group: 'org.yaml', name: 'snakeyaml', version: '1.26'
compile(group: 'org.reflections', name: 'reflections', version: '0.9.12') {
exclude group: 'com.google.guava', module: 'guava'
}