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 d2c715548a Upgrading CAS, Swagger Core and java-uuid-generator
d2c715548a is described below
commit d2c715548a14e8b306779370e3907561c5e524ce
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 26 09:08:57 2023 +0200
Upgrading CAS, Swagger Core and java-uuid-generator
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3cf1084615..cb4b9aad57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,12 +439,12 @@ under the License.
<pac4j.version>5.5.0</pac4j.version>
- <cas.version>6.6.7</cas.version>
+ <cas.version>6.6.8</cas.version>
<cas-client.version>3.6.4</cas-client.version>
<h2.version>2.1.214</h2.version>
- <swagger-core.version>2.2.9</swagger-core.version>
+ <swagger-core.version>2.2.10</swagger-core.version>
<swagger-ui.version>4.18.2</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
@@ -663,7 +663,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
- <version>4.1.0</version>
+ <version>4.2.0</version>
</dependency>
<dependency>