File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
33dependencies {
44 api ( " org.codehaus.groovy:groovy-xml:$groovyVersion " )
55 api ( " org.codehaus.groovy:groovy-templates:$groovyVersion " )
6- api " org.yaml:snakeyaml:1.31 "
6+ api " org.yaml:snakeyaml:1.32 "
77 api " io.micronaut:micronaut-inject:$micronautVersion "
88
99 compileOnly(" io.methvin:directory-watcher:$methvinDirectoryWatcherVersion " )
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.31 ' ,
12+ ' org.yaml:snakeyaml:1.32 ' ,
1313 " org.codehaus.groovy:groovy-ant:$groovyVersion "
1414
1515 api ' org.asciidoctor:asciidoctorj:2.5.5'
You can’t perform that action at this time.
0 commit comments