You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2021/01/04 10:09:08 UTC

[directory-server] branch master updated: Updating BouncyCastle to 1.68

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 5581bcc  Updating BouncyCastle to 1.68
5581bcc is described below

commit 5581bccef19485429a965a94daf69618c187c620
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 10:08:52 2021 +0000

    Updating BouncyCastle to 1.68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dbf7a16..690410e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     
     <!-- Set versions for depending jars -->
     <ant.version>1.10.9</ant.version>
-    <bcprov.version>1.67</bcprov.version>
+    <bcprov.version>1.68</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.14</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>