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 4089e59e76 Upgrading CXF and java-uuid-generator
4089e59e76 is described below

commit 4089e59e764fb668f645e330640e8eb251241d76
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Sep 18 08:32:28 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 8f58856ea7..907772eb37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <connid.okta.version>3.0.1</connid.okta.version>
     <connid.cmd.version>0.5</connid.cmd.version>
 
-    <cxf.version>4.0.2</cxf.version>
+    <cxf.version>4.0.3</cxf.version>
     <bouncycastle.version>1.76</bouncycastle.version>
     <nimbus-jose-jwt.version>9.34</nimbus-jose-jwt.version>
 
@@ -619,7 +619,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.uuid</groupId>
         <artifactId>java-uuid-generator</artifactId>
-        <version>4.2.0</version>
+        <version>4.3.0</version>
       </dependency>
 
       <dependency>

Reply via email to