diff --git a/build.gradle b/build.gradle
index 6e56ab5d..b23f91e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ configure(javaprojects) {
apply plugin: 'eclipse' // `gradle eclipse` to generate .classpath/.project
apply plugin: 'idea' // `gradle idea` to generate .ipr/.iml
- springVersion = '3.0.3.RELEASE'
+ springVersion = '3.0.5.RELEASE'
rabbitVersion = '2.1.0'
erlangVersion = '1.5.3'
slf4jVersion = '1.5.10'
diff --git a/spring-amqp-samples/helloworld/pom.xml b/spring-amqp-samples/helloworld/pom.xml
index fc4d3d5c..765d249b 100644
--- a/spring-amqp-samples/helloworld/pom.xml
+++ b/spring-amqp-samples/helloworld/pom.xml
@@ -50,6 +50,12 @@
1.5.4
runtime
+
+ org.springframework
+ spring-oxm
+ 3.0.5.RELEASE
+ compile
+
org.springframework.amqp
spring-amqp
@@ -76,9 +82,9 @@
org.springframework
- spring-context-support
- 3.0.3.RELEASE
- runtime
+ spring-aop
+ 3.0.5.RELEASE
+ compile
com.rabbitmq
@@ -86,24 +92,18 @@
2.1.0
compile
-
- org.springframework
- spring-aop
- 3.0.3.RELEASE
- compile
-
-
- org.springframework
- spring-oxm
- 3.0.3.RELEASE
- compile
-
org.springframework
spring-test
- 3.0.3.RELEASE
+ 3.0.5.RELEASE
test
+
+ org.springframework
+ spring-context-support
+ 3.0.5.RELEASE
+ runtime
+
org.springframework.amqp
spring-rabbit
diff --git a/spring-amqp-samples/stocks/pom.xml b/spring-amqp-samples/stocks/pom.xml
index 6f11e1da..e17ed458 100644
--- a/spring-amqp-samples/stocks/pom.xml
+++ b/spring-amqp-samples/stocks/pom.xml
@@ -50,6 +50,24 @@
1.0.0.BUILD-SNAPSHOT
compile
+
+ org.springframework
+ spring-oxm
+ 3.0.5.RELEASE
+ compile
+
+
+ org.springframework
+ spring-beans
+ 3.0.5.RELEASE
+ compile
+
+
+ org.springframework
+ spring-context
+ 3.0.5.RELEASE
+ compile
+
org.springframework.amqp
spring-amqp
@@ -58,8 +76,8 @@
org.springframework
- spring-context
- 3.0.3.RELEASE
+ spring-core
+ 3.0.5.RELEASE
compile
@@ -68,18 +86,6 @@
1.2.14
runtime
-
- org.springframework
- spring-beans
- 3.0.3.RELEASE
- compile
-
-
- org.springframework
- spring-core
- 3.0.3.RELEASE
- compile
-
org.slf4j
slf4j-api
@@ -104,16 +110,10 @@
1.5.4
runtime
-
- org.springframework
- spring-context-support
- 3.0.3.RELEASE
- runtime
-
org.springframework
spring-aop
- 3.0.3.RELEASE
+ 3.0.5.RELEASE
compile
@@ -136,15 +136,15 @@
org.springframework
- spring-oxm
- 3.0.3.RELEASE
- compile
+ spring-test
+ 3.0.5.RELEASE
+ test
org.springframework
- spring-test
- 3.0.3.RELEASE
- test
+ spring-context-support
+ 3.0.5.RELEASE
+ runtime
org.springframework.amqp