Repository: qpid-jms Updated Branches: refs/heads/master 340f552d2 -> d3db84f58
QPIDJMS-310 Update to netty 4.1.14.Final Picks up a number of fixes and better epoll support. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d3db84f5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/d3db84f5 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/d3db84f5 Branch: refs/heads/master Commit: d3db84f58006f3d342a1c02880c1dfe36bc26650 Parents: 340f552 Author: Timothy Bish <[email protected]> Authored: Fri Aug 4 14:15:10 2017 -0400 Committer: Timothy Bish <[email protected]> Committed: Fri Aug 4 14:15:10 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/d3db84f5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f11a55..21301fd 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ <!-- Dependency Versions for this Project --> <proton-version>0.20.0</proton-version> - <netty-version>4.1.9.Final</netty-version> + <netty-version>4.1.14.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 --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
