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 2022/04/13 10:09:33 UTC

[syncope] branch master updated: Upgrading CXF and ANTLr4

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f665dede1 Upgrading CXF and ANTLr4
9f665dede1 is described below

commit 9f665dede10ee06f63ed39172687c014508466d4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 12 17:13:34 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index f8e0fec48e..4ea88dbd8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@ under the License.
     <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
-    <cxf.version>3.5.1</cxf.version>
+    <cxf.version>3.5.2</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.21</nimbus-jose-jwt.version>
 
@@ -471,7 +471,7 @@ under the License.
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>
 
-    <antlr4.version>4.9.3</antlr4.version>
+    <antlr4.version>4.10</antlr4.version>
 
     <curator.version>5.2.0</curator.version>
     <zookeeper.version>3.8.0</zookeeper.version>