Repository: activemq-artemis Updated Branches: refs/heads/master 8cbcc809a -> c74b8e6b4
Update to dependency versions jgroups and resteasy Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b63d4188 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b63d4188 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b63d4188 Branch: refs/heads/master Commit: b63d4188ffdb52299aaa51f4e1b584d31e52b536 Parents: 8cbcc80 Author: Paul Gallagher <[email protected]> Authored: Mon Mar 7 15:21:13 2016 +0000 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 7 13:09:53 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b63d4188/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ea0272d..665fe95 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <ActiveMQ-Version> ${project.version}(${activemq.version.incrementingVersion}) </ActiveMQ-Version> - <resteasy.version>3.0.14.Final</resteasy.version> + <resteasy.version>3.0.16.Final</resteasy.version> <proton.version>0.12.0</proton.version> <activemq5-version>5.12.0</activemq5-version> <fuse.mqtt.client.version>1.10</fuse.mqtt.client.version> @@ -363,7 +363,7 @@ <dependency> <groupId>org.jgroups</groupId> <artifactId>jgroups</artifactId> - <version>3.6.6.Final</version> + <version>3.6.7.Final</version> <!-- License: Apache 2.0 --> </dependency> <dependency>
