Skip to content

Commit

Permalink
Use property instead of hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Dec 4, 2023
1 parent 67d2887 commit cf8e451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
dependencies {
compile ( "org.codehaus.groovy:groovy-xml:$groovyVersion" )
compile ( "org.codehaus.groovy:groovy-templates:$groovyVersion" )
compile "org.yaml:snakeyaml:2.2"
compile "org.yaml:snakeyaml:$snakeyamlVersion"

compileOnly("io.methvin:directory-watcher:0.16.1")
compileOnly("org.fusesource.jansi:jansi:$jansiVersion")
Expand Down
2 changes: 1 addition & 1 deletion grails-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
"org.apache.ant:ant:$antVersion",
'org.grails:grails-gdoc-engine:1.0.1',
'org.yaml:snakeyaml:1.33',
'org.yaml:snakeyaml:$snakeyamlVersion',
"org.codehaus.groovy:groovy-ant:$groovyVersion"

compile 'org.asciidoctor:asciidoctorj:2.5.6'
Expand Down

0 comments on commit cf8e451

Please sign in to comment.