diff --git a/pom.xml b/pom.xml
index 3ae4b02caa..a0b2fafc06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,11 +17,11 @@
4.0.0.BUILD-SNAPSHOT
3.1.3.RELEASE
1.0.0.CI-SNAPSHOT
- 2.2.3.RELEASE
+ 2.2.4.RELEASE
2.2.0.RELEASE
- 7.0.39
+ 7.0.42
8.1.9.v20130131
- 1.7.2
+ 1.7.3
http://github.com/SpringSource/spring-bootstrap
@@ -58,7 +58,7 @@
maven-compiler-plugin
- 3.0
+ 3.1
maven-deploy-plugin
@@ -66,7 +66,7 @@
maven-dependency-plugin
- 2.6
+ 2.8
maven-eclipse-plugin
@@ -74,7 +74,7 @@
maven-failsafe-plugin
- 2.13
+ 2.15
maven-install-plugin
@@ -102,7 +102,7 @@
maven-shade-plugin
- 2.0
+ 2.1
maven-site-plugin
@@ -114,7 +114,7 @@
maven-surefire-plugin
- 2.13
+ 2.15
maven-war-plugin
@@ -210,22 +210,22 @@
ch.qos.logback
logback-classic
- 1.0.10
+ 1.0.13
com.fasterxml.jackson.core
jackson-databind
- 2.2.0
+ 2.2.2
com.fasterxml.jackson.core
jackson-core
- 2.2.0
+ 2.2.2
com.fasterxml.jackson.datatype
jackson-datatype-joda
- 2.2.0
+ 2.2.2
commons-dbcp
@@ -260,7 +260,7 @@
net.sf.jopt-simple
jopt-simple
- 4.4
+ 4.5
nz.net.ultraq.thymeleaf
@@ -305,7 +305,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 1.6
+ 2.1
org.apache.maven.plugin-tools
@@ -345,17 +345,17 @@
org.codehaus.groovy
groovy
- 2.1.3
+ 2.1.6
org.codehaus.groovy
groovy-templates
- 2.1.3
+ 2.1.6
org.codehaus.plexus
plexus-archiver
- 2.2
+ 2.4.1
org.codehaus.plexus
@@ -396,7 +396,7 @@
com.h2database
h2
- 1.3.171
+ 1.3.172
org.hibernate
@@ -426,7 +426,7 @@
org.ow2.asm
asm
- 4.0
+ 4.1
org.slf4j
@@ -538,7 +538,7 @@
org.springframework.data
spring-data-jpa
- 1.3.0.RELEASE
+ 1.3.2.RELEASE
org.springframework
diff --git a/spring-cli/src/main/java/org/springframework/cli/command/CleanCommand.java b/spring-cli/src/main/java/org/springframework/cli/command/CleanCommand.java
index 7cf9d517f2..cfcf859d10 100644
--- a/spring-cli/src/main/java/org/springframework/cli/command/CleanCommand.java
+++ b/spring-cli/src/main/java/org/springframework/cli/command/CleanCommand.java
@@ -79,12 +79,14 @@ public class CleanCommand extends OptionParsingCommand {
if (root == null || !root.exists()) {
return;
}
- ArrayList specs = new ArrayList(options.nonOptionArguments());
+ ArrayList