You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2020/08/24 18:48:26 UTC

[accumulo] branch 1.10 updated: Update bouncycastle version to 1.66 (#1690)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new 0303082  Update bouncycastle version to 1.66 (#1690)
0303082 is described below

commit 0303082556102e6c6870ac99213f86e0e5320154
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Aug 24 14:48:15 2020 -0400

    Update bouncycastle version to 1.66 (#1690)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f1fae3..d2e5176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
     <!-- used for filtering the java source with the current version -->
     <accumulo.release.version>${project.version}</accumulo.release.version>
     <!-- bouncycastle version for test dependencies -->
-    <bouncycastle.version>1.62</bouncycastle.version>
+    <bouncycastle.version>1.66</bouncycastle.version>
     <!-- Curator version -->
     <curator.version>2.11.0</curator.version>
     <!-- relative path for Eclipse format; should override in child modules if necessary -->