diff --git a/template-project/build.gradle b/template-project/build.gradle index ffecf20a..e626f072 100644 --- a/template-project/build.gradle +++ b/template-project/build.gradle @@ -33,8 +33,8 @@ gaelykPrecompileTemplate.runtimeClasspath += project.configurations.precompile */ dependencies { - def gaeVersion = '1.7.4' - def groovyVersion = '2.1.0' + def gaeVersion = '1.7.6' + def groovyVersion = '2.1.2' groovy "org.codehaus.groovy:groovy-all:${groovyVersion}" // precompile "org.codehaus.groovy:groovy-ant:${groovyVersion}" // precompile "org.ow2.asm:asm:4.0"