Repository: qpid-broker-j Updated Branches: refs/heads/master f7d3ebbeb -> 361fffc6a
NO-JIRA: Bump Qpid JMS Client dependency from 0.31.0 to 0.32.0 and sync the Netty test dependency too Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/361fffc6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/361fffc6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/361fffc6 Branch: refs/heads/master Commit: 361fffc6a8204dca671872f584684ed015744de2 Parents: f7d3ebb Author: Keith Wall <[email protected]> Authored: Thu May 17 11:28:04 2018 +0100 Committer: Keith Wall <[email protected]> Committed: Thu May 17 11:28:16 2018 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/361fffc6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 34855a1..9229c24 100644 --- a/pom.xml +++ b/pom.xml @@ -129,12 +129,12 @@ <!-- test dependency version numbers --> <junit-version>4.11</junit-version> <mockito-version>1.9.5</mockito-version> - <netty-version>4.1.19.Final</netty-version> + <netty-version>4.1.24.Final</netty-version> <hamcrest-version>1.3</hamcrest-version> <maven-core-version>3.5.0</maven-core-version> <maven-resolver-version>1.0.3</maven-resolver-version> <httpclient-version>4.5.3</httpclient-version> - <qpid-jms-client-version>0.31.0</qpid-jms-client-version> + <qpid-jms-client-version>0.32.0</qpid-jms-client-version> <qpid-jms-client-amqp-0-x-version>6.3.0</qpid-jms-client-amqp-0-x-version> <exec-maven-plugin-version>1.3.2</exec-maven-plugin-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
