Skip to content

Commit 5f270bc

Browse files
committed
Upgrade to SnakeYAML 1.19
1 parent e5a5532 commit 5f270bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-beans/spring-beans.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ apply plugin: "groovy"
55
dependencies {
66
compile(project(':spring-core'))
77
optional("javax.inject:javax.inject:1")
8+
optional("org.yaml:snakeyaml:1.19")
9+
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
810
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
911
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
10-
optional("org.yaml:snakeyaml:1.18")
11-
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
1212
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
1313
}
1414

0 commit comments

Comments
 (0)