INT-3378 Bump Spring-AMQP to 1.3.2

JIRA: https://jira.spring.io/browse/INT-3378

Adds a default error handler that rejects messages that
can't be converted and would cause an infinite loop.
This commit is contained in:
Gary Russell
2014-04-24 17:43:03 -04:00
parent 67730726e9
commit 5e106f20dc

View File

@@ -98,7 +98,7 @@ subprojects { subproject ->
servletApiVersion = '3.1.0'
slf4jVersion = "1.7.6"
smackVersion = '3.2.1'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.3.1.RELEASE'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.3.2.RELEASE'
springDataMongoVersion = '1.4.2.RELEASE'
springDataRedisVersion = '1.2.1.RELEASE'
springGemfireVersion = '1.3.4.RELEASE'