Skip to content

Commit c8d7daf

Browse files
committed
Update Groovy to latest bugfix release
1 parent 1b5a1ec commit c8d7daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency org="org.gradle" name="gradle-base-services-groovy" rev="&gradle.version;" conf="build"/>
4141
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.7" conf="build"/>
4242
<!-- Gradle also needs Groovy, but we need it as build tool, too: -->
43-
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.4.15" conf="build,buildtools"/>
43+
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.4.17" conf="build,buildtools"/>
4444
<!-- ASM minimal (latest version) required: -->
4545
<dependency org="org.ow2.asm" name="asm" rev="&asm.version;" conf="build,bundle,buildtools"/>
4646
<dependency org="org.ow2.asm" name="asm-commons" rev="&asm.version;" conf="build,bundle,buildtools"/>

0 commit comments

Comments
 (0)