You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/01/30 01:25:49 UTC

git commit: Upgrade to bouncycastle 1.49 to fix CVE-2013-1624

Updated Branches:
  refs/heads/bouncy-up-1.7.x [created] 6bf981b71


Upgrade to bouncycastle 1.49 to fix CVE-2013-1624


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/6bf981b7
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/6bf981b7
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/6bf981b7

Branch: refs/heads/bouncy-up-1.7.x
Commit: 6bf981b71556cffc08942441bd410f1faa13b959
Parents: 897bd89
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Tue Jan 28 16:19:41 2014 -0330
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Jan 29 19:25:11 2014 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6bf981b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d6e979..b0afce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@ limitations under the License.
 
   <properties>
     <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version>
-    <bcprov.version>1.47</bcprov.version>
+    <bcprov.version>1.49</bcprov.version>
     <configadmin.version>1.2.8</configadmin.version>
     <easymock.version>3.0</easymock.version>
     <felix.configadmin.version>1.2.8</felix.configadmin.version>