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/06/11 13:12:57 UTC

[syncope] 01/03: Upgrading CXF and bcpkix-jdk15on

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 12ae0683869f68eedbe73016d03c3daf2985c8e4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jun 9 15:33:10 2021 +0200

    Upgrading CXF and bcpkix-jdk15on
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e810109..04ea5f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,8 +404,8 @@ under the License.
     <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
-    <cxf.version>3.4.3</cxf.version>
-    <bouncycastle.version>1.68</bouncycastle.version>
+    <cxf.version>3.4.4</cxf.version>
+    <bouncycastle.version>1.69</bouncycastle.version>
     <nimbus-jose-jwt.version>9.10</nimbus-jose-jwt.version>
 
     <jackson.version>2.12.3</jackson.version>