Repository: qpid-jms Updated Branches: refs/heads/master f9f5d9f7b -> 4b97438f5
QPIDJMS-378: update to netty 4.1.24 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4b97438f Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/4b97438f Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/4b97438f Branch: refs/heads/master Commit: 4b97438f54fe939c8f1c18c8550166fb8d6845b7 Parents: f9f5d9f Author: Robbie Gemmell <[email protected]> Authored: Tue Apr 24 12:51:29 2018 +0100 Committer: Robbie Gemmell <[email protected]> Committed: Tue Apr 24 12:51:29 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/4b97438f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d4a9948..34d1a04 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <!-- Dependency Versions for this Project --> <proton-version>0.27.0</proton-version> - <netty-version>4.1.23.Final</netty-version> + <netty-version>4.1.24.Final</netty-version> <slf4j-version>1.7.25</slf4j-version> <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
