summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 436d696..ab0037e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<properties>
- <spring.version>3.2.15.RELEASE</spring.version>
+ <spring.version>3.2.18.RELEASE</spring.version>
<cxf.version>3.0.4</cxf.version>
<jstl.version>1.2</jstl.version>
<maven.compiler.target>1.7</maven.compiler.target>
@@ -103,7 +103,7 @@
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web</artifactId>
- <version>2.4.4</version>
+ <version>2.5.4</version>
<exclusions>
<exclusion>
<groupId>org.grails</groupId>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-bootstrap</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -271,7 +271,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.6</version>
+ <version>3.4.10</version>
</dependency>
<!-- JSON libraries -->