Upgrade to SnakeYAML 1.19

This commit is contained in:
Juergen Hoeller
2017-10-18 12:17:13 +02:00
parent e5a55327f4
commit 5f270bc432

View File

@@ -5,10 +5,10 @@ apply plugin: "groovy"
dependencies {
compile(project(':spring-core'))
optional("javax.inject:javax.inject:1")
optional("org.yaml:snakeyaml:1.19")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
optional("org.yaml:snakeyaml:1.18")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
}