Repository: qpid-jms Updated Branches: refs/heads/master c9439171d -> 536f966dd
QPIDJMS-158 Update to slf4j 1.7.21 to address memory leak in 1.7.19 and 1.7.20 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/536f966d Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/536f966d Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/536f966d Branch: refs/heads/master Commit: 536f966dd9ac16ce8b460509137031a60b552cc9 Parents: c943917 Author: Timothy Bish <[email protected]> Authored: Tue Apr 5 10:19:51 2016 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Apr 5 10:34:16 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/536f966d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87ae86d..8b7f7e1 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ <!-- Dependency Versions for this Project --> <proton-version>0.12.1</proton-version> <netty-version>4.0.17.Final</netty-version> - <slf4j-version>1.7.19</slf4j-version> + <slf4j-version>1.7.21</slf4j-version> <geronimo-jms-1-1-spec-version>1.1.1</geronimo-jms-1-1-spec-version> <!-- Test Dependency Versions for this Project --> <activemq-version>5.13.2</activemq-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
