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 9949b44 Updating BouncyCastle to 1.66
9949b44 is described below
commit 9949b441c25628bfe6a7ce2e1579c76d74916ce0
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Fri Sep 11 09:37:15 2020 +0100
Updating BouncyCastle to 1.66
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d7d684..2bee3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<!-- Set versions for depending jars -->
<ant.version>1.10.8</ant.version>
- <bcprov.version>1.65</bcprov.version>
+ <bcprov.version>1.66</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>
|