Repository: camel Updated Branches: refs/heads/camel-2.14.x 13e613332 -> bd35c1efe
CAMEL-7895: Upgrade BouncyCastle dependencies Thanks to Colm O hEigeartaigh for the patch Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bd35c1ef Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bd35c1ef Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bd35c1ef Branch: refs/heads/camel-2.14.x Commit: bd35c1efe9147cc8ed43966e68b37c0fae284dbf Parents: 13e6133 Author: Christian Mueller <cmuel...@apache.org> Authored: Tue Oct 21 21:51:39 2014 +0200 Committer: Christian Mueller <cmuel...@apache.org> Committed: Tue Oct 21 21:51:39 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bd35c1ef/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 88f0967..5b513d5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -69,8 +69,7 @@ <bcel-bundle-version>5.2_4</bcel-bundle-version> <beanio-version>2.0.7</beanio-version> <bsh-version>2.0b5</bsh-version> - <!-- bouncycastle 1.50 does not work in OSGi - http://www.bouncycastle.org/jira/browse/BJA-476 --> - <bouncycastle-version>1.49</bouncycastle-version> + <bouncycastle-version>1.51</bouncycastle-version> <boxjavalibv2.version>3.0.9</boxjavalibv2.version> <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version> <c3p0-version>0.9.1.2</c3p0-version>