This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 765b7bff7c Upgrading CXF and java-uuid-generator
765b7bff7c is described below
commit 765b7bff7c3f9f6c4a530c44a65c96c3c05c4631
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Sep 18 08:26:15 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 0079391025..e0f0709827 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>3.6.1</cxf.version>
+ <cxf.version>3.6.2</cxf.version>
<bouncycastle.version>1.70</bouncycastle.version>
<nimbus-jose-jwt.version>9.34</nimbus-jose-jwt.version>
@@ -663,7 +663,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>