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 4143bcfbea Upgrading Spring Boot, CXF and Swagger UI
4143bcfbea is described below
commit 4143bcfbea922e23822d87b709b134049ba75898
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 23 08:11:40 2025 +0200
Upgrading Spring Boot, CXF and Swagger UI
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b8e6f36852..712edfb11b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,11 +411,11 @@ under the License.
<connid.kafka.version>1.0.0</connid.kafka.version>
<connid.ldup.version>0.1.0</connid.ldup.version>
- <cxf.version>4.1.1</cxf.version>
+ <cxf.version>4.1.2</cxf.version>
<bouncycastle.version>1.80</bouncycastle.version>
<nimbus-jose-jwt.version>10.3</nimbus-jose-jwt.version>
- <spring-boot.version>3.5.0-RC1</spring-boot.version>
+ <spring-boot.version>3.5.0</spring-boot.version>
<spring-cloud-gateway.version>4.3.0-RC1</spring-cloud-gateway.version>
<openjpa.version>4.1.1</openjpa.version>
@@ -447,7 +447,7 @@ under the License.
<cas-client.version>4.0.4</cas-client.version>
<swagger-core.version>2.2.32</swagger-core.version>
- <swagger-ui.version>5.21.0</swagger-ui.version>
+ <swagger-ui.version>5.22.0</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>