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 ad106f7d3c Upgrading Spring framework and Security
ad106f7d3c is described below
commit ad106f7d3cfcd4b1bf00ef63a3e6a9cd4bcd08ed
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Mar 19 09:13:32 2024 +0100
Upgrading Spring framework and Security
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5a66799dd6..d59391678d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,8 +413,8 @@ under the License.
<bouncycastle.version>1.70</bouncycastle.version>
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
- <spring-framework.version>5.3.32</spring-framework.version>
- <spring-security.version>5.8.10</spring-security.version>
+ <spring-framework.version>5.3.33</spring-framework.version>
+ <spring-security.version>5.8.11</spring-security.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-cloud-gateway.version>3.1.9</spring-cloud-gateway.version>