Repository: qpid-jms Updated Branches: refs/heads/master 78892af25 -> b66120798
QPIDJMS-387 Update Netty and ActiveMQ to latest releasses Update to Netty 4.1.25.Final and ActiveMQ 5.15.4 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b6612079 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/b6612079 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/b6612079 Branch: refs/heads/master Commit: b661207980ba33a6469b608ef71d73bd02110edf Parents: 78892af Author: Timothy Bish <[email protected]> Authored: Mon Jun 4 12:05:59 2018 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon Jun 4 12:05:59 2018 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/b6612079/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4283bab..871bff0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,12 +40,12 @@ <!-- Dependency Versions for this Project --> <proton-version>0.27.1</proton-version> - <netty-version>4.1.24.Final</netty-version> + <netty-version>4.1.25.Final</netty-version> <slf4j-version>1.7.25</slf4j-version> <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version> <!-- Test Dependency Versions for this Project --> - <activemq-version>5.15.3</activemq-version> + <activemq-version>5.15.4</activemq-version> <junit-version>4.12</junit-version> <fuse-joram-tests-version>1.0</fuse-joram-tests-version> <jetty-version>9.4.6.v20170531</jetty-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
