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 a829bb42d1 Upgrading Spring Boot
a829bb42d1 is described below
commit a829bb42d1122793d39abe7b6ac7c78a0b79f3f4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Mar 19 15:26:59 2026 +0100
Upgrading Spring Boot
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 930043edd5..1f1508e1fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,7 +435,7 @@ under the License.
<bouncycastle.version>1.83</bouncycastle.version>
<nimbus-jose-jwt.version>10.8</nimbus-jose-jwt.version>
- <spring-boot.version>4.0.3</spring-boot.version>
+ <spring-boot.version>4.0.4</spring-boot.version>
<spring-cloud-version>5.0.1</spring-cloud-version>
<hibernate.version>7.3.0.Final</hibernate.version>