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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c27a85  Upgrade Bouncycastle
3c27a85 is described below

commit 3c27a850c2b1b51faef15b580ee715e079170358
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Sun Sep 26 12:34:00 2021 +0100

    Upgrade Bouncycastle
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f924236..3feea11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,6 +488,11 @@
                 <version>${bcprov.jdk15.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcpkix-jdk15on</artifactId>
+                <version>${bcprov.jdk15.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>xalan</groupId>
                 <artifactId>xalan</artifactId>
                 <version>2.7.1</version>
@@ -636,7 +641,7 @@
         <wss4j.version>1.6.19</wss4j.version>
         <opensaml.version>2.6.4</opensaml.version>
 
-        <bcprov.jdk15.version>1.49</bcprov.jdk15.version>
+        <bcprov.jdk15.version>1.60</bcprov.jdk15.version>
 
         <failIfNoTests>false</failIfNoTests>
 

Reply via email to