Skip to content

Commit 621811c

Browse files
GRAILS-8282 - Replace ant 1.7.1 with 1.8.2
1 parent 293cd84 commit 621811c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
gradleConf gradleApi()
88
compile "commons-lang:commons-lang:$commonsLangVersion",
99
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
10-
'org.apache.ant:ant:1.7.1',
10+
"org.apache.ant:ant:$antVersion",
1111
'org.xhtmlrenderer:core-renderer:R8',
1212
'org.grails:grails-gdoc-engine:1.0.1',
1313
'org.yaml:snakeyaml:1.8'

0 commit comments

Comments
 (0)