Skip to content

Commit

Permalink
Use Groovy 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 29, 2015
1 parent 0bde613 commit 3a0ac97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class GrailsCoreDependencies {

public final String grailsVersion;
public final String servletVersion;
protected final String groovyVersion = System.getenv("CI_GROOVY_VERSION") != null ? System.getenv("CI_GROOVY_VERSION") : "2.4.3";
protected final String groovyVersion = System.getenv("CI_GROOVY_VERSION") != null ? System.getenv("CI_GROOVY_VERSION") : "2.4.4";
protected final String springVersion = "4.1.6.RELEASE";
protected final String log4jVersion = "1.2.17";
protected final String h2Version = "1.3.176";
Expand Down

0 comments on commit 3a0ac97

Please sign in to comment.