You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/12/02 06:57:41 UTC

[syncope] 01/02: Upgrading Bouncycastle

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 0a7e24b59c50068e769bd5198cade4956d7aaf85
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Dec 1 15:54:39 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 1ee8d43..98f8ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ under the License.
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
     <cxf.version>3.4.5</cxf.version>
-    <bouncycastle.version>1.69</bouncycastle.version>
+    <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.15.2</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.0</jackson.version>