File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,12 @@ ext {
111111 names : [' grails-async' , ' grails-events' ],
112112 modules : [' gpars' , ' rxjava' , ' rxjava2' ]
113113 ],
114+ snakeyaml : [
115+ version : snakeyamlVersion,
116+ group : ' org.yaml' ,
117+ names : [' snakeyaml' ],
118+ modules : [' ' ]
119+ ],
114120 spock : [
115121 version : spockVersion,
116122 group : ' org.spockframework' ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ jansiVersion=1.18
2020jlineVersion =2.14.6
2121jnaVersion =4.5.2
2222slf4jVersion =1.7.30
23+ snakeyamlVersion =2.2
2324directoryWatcherVersion =0.9.9
2425junitVersion =4.13
2526caffeineVersion =2.6.2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
33dependencies {
44 compile ( " org.codehaus.groovy:groovy-xml:$groovyVersion " )
55 compile ( " org.codehaus.groovy:groovy-templates:$groovyVersion " )
6- compile " org.yaml:snakeyaml:2.2 "
6+ compile " org.yaml:snakeyaml:$s nakeyamlVersion "
77
88 compileOnly(" io.methvin:directory-watcher:0.16.1" )
99 compileOnly(" org.fusesource.jansi:jansi:$jansiVersion " )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 " org.slf4j:jcl-over-slf4j:$slf4jVersion " ,
1010 " org.apache.ant:ant:$antVersion " ,
1111 ' org.grails:grails-gdoc-engine:1.0.1' ,
12- ' org.yaml:snakeyaml:1.33 ' ,
12+ " org.yaml:snakeyaml:$s nakeyamlVersion " ,
1313 " org.codehaus.groovy:groovy-ant:$groovyVersion "
1414
1515 compile ' org.asciidoctor:asciidoctorj:2.5.6'
You can’t perform that action at this time.
0 commit comments