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 31e7bae0ac Upgrading Spring Boot
31e7bae0ac is described below
commit 31e7bae0ac90356ff86b58c80bf8555de7b1ae29
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Mar 21 12:49:23 2024 +0100
Upgrading Spring Boot
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5a1dded5ba..2002580786 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
<bouncycastle.version>1.77</bouncycastle.version>
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
- <spring-boot.version>3.2.3</spring-boot.version>
+ <spring-boot.version>3.2.4</spring-boot.version>
<spring-cloud-gateway.version>4.1.1</spring-cloud-gateway.version>
<openjpa.version>4.0.0</openjpa.version>