JAMES-2334 Upgrade amqp client version
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/61e94c6a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/61e94c6a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/61e94c6a Branch: refs/heads/master Commit: 61e94c6aae7b87d2c663154d0137930e2044c4cc Parents: 8d568fa Author: Antoine Duprat <[email protected]> Authored: Tue Feb 6 16:16:17 2018 +0100 Committer: Matthieu Baechler <[email protected]> Committed: Thu May 31 09:47:02 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/61e94c6a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 75c3a58..0be0c28 100644 --- a/pom.xml +++ b/pom.xml @@ -1704,7 +1704,7 @@ <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> - <version>4.0.0</version> + <version>5.2.0</version> </dependency> <dependency> <groupId>com.sparkjava</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
