diff --git a/build.gradle b/build.gradle
index 431f893084..6e7b884636 100644
--- a/build.gradle
+++ b/build.gradle
@@ -117,7 +117,7 @@ configure(javaprojects) {
cglibVersion = '2.2'
commonsNetVersion = '3.0.1'
easymockVersion = '2.3'
- groovyVersion = '1.8.4'
+ groovyVersion = '1.8.5'
jacksonVersion = '1.8.3'
javaxActivationVersion = '1.1.1'
junitVersion = '4.8.2'
diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml
index 127d3074df..a094f9f601 100644
--- a/spring-integration-groovy/pom.xml
+++ b/spring-integration-groovy/pom.xml
@@ -107,9 +107,9 @@
test
- org.springframework.integration
- spring-integration-scripting
- 2.1.0.BUILD-SNAPSHOT
+ org.codehaus.groovy
+ groovy-all
+ 1.8.5
compile
@@ -118,24 +118,18 @@
2.3
test
-
- org.codehaus.groovy
- groovy-all
- 1.8.4
- compile
-
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.hamcrest
hamcrest-all
1.1
test
+
+ org.springframework.integration
+ spring-integration-scripting
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.mockito
mockito-all
@@ -154,6 +148,12 @@
2.2
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
junit
junit-dep
diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml
index fed4eff17f..479f0e1f9a 100644
--- a/spring-integration-scripting/pom.xml
+++ b/spring-integration-scripting/pom.xml
@@ -137,15 +137,15 @@
test
- org.easymock
- easymockclassextension
- 2.3
+ org.codehaus.groovy
+ groovy-all
+ 1.8.5
test
- org.codehaus.groovy
- groovy-all
- 1.8.4
+ org.easymock
+ easymockclassextension
+ 2.3
test