Skip to content

Commit 1abc370

Browse files
committed
Updated 2.1 branch with Groovy 1.8.8
1 parent b151be5 commit 1abc370

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
datastoreVersion = "1.1.0.RELEASE"
2828
gantVersion = "1.9.6"
2929
gdocEngineVersion = "1.0.1"
30-
groovyVersion = "1.8.7"
30+
groovyVersion = "1.8.8"
3131
gradleGroovyVersion = groovyVersion
3232
gradleGroovyVersion = "1.8.2"
3333
ivyVersion = "2.2.0"

dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The following libraries are included in Grails because they are required either
8888
- Gant 1.9.5 (http://gant.codehaus.org) Apache 2.0 License
8989
- required for the command line tools (Gant)
9090

91-
* groovy-all-1.8.7.jar
92-
- Groovy 1.8.7 (http://groovy.codehaus.org) Apache 2.0 License
91+
* groovy-all-1.8.8.jar
92+
- Groovy 1.8.8 (http://groovy.codehaus.org) Apache 2.0 License
9393
- required for the command line tools (Gant)
9494
- required for building Grails core
9595
- required for running Grails applications

grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public Object doCall() {
169169

170170
// dependencies needed at compile time
171171
ModuleRevisionId[] groovyDependencies = {
172-
ModuleRevisionId.newInstance("org.codehaus.groovy", "groovy-all", "1.8.7")
172+
ModuleRevisionId.newInstance("org.codehaus.groovy", "groovy-all", "1.8.8")
173173
};
174174
registerDependencies(dependencyManager, compileTimeDependenciesMethod, groovyDependencies, "jline");
175175

0 commit comments

Comments
 (0)