This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new 8f30f59031 Import EOL fixes on Spring Framework
8f30f59031 is described below
commit 8f30f59031c3b13bbd1fe9464d6abbd52c9f55ae
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Feb 17 09:23:00 2026 +0100
Import EOL fixes on Spring Framework
---
archetype/src/main/resources/archetype-resources/wa/pom.xml | 7 +++++++
fit/wa-reference/pom.xml | 7 +++++++
pom.xml | 8 ++++++++
wa/pom.xml | 7 +++++++
4 files changed, 29 insertions(+)
diff --git a/archetype/src/main/resources/archetype-resources/wa/pom.xml
b/archetype/src/main/resources/archetype-resources/wa/pom.xml
index c2619707b5..399525e8c3 100644
--- a/archetype/src/main/resources/archetype-resources/wa/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/wa/pom.xml
@@ -38,6 +38,13 @@ under the License.
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring-framework.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
diff --git a/fit/wa-reference/pom.xml b/fit/wa-reference/pom.xml
index 0aa48f4b61..efbfa61ca0 100644
--- a/fit/wa-reference/pom.xml
+++ b/fit/wa-reference/pom.xml
@@ -41,6 +41,13 @@ under the License.
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring-framework.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
diff --git a/pom.xml b/pom.xml
index 3208064b97..3088877204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,6 +435,7 @@ under the License.
<bouncycastle.version>1.83</bouncycastle.version>
<nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version>
+ <spring-framework.version>6.2.16</spring-framework.version>
<spring-boot.version>3.4.13</spring-boot.version>
<spring-cloud-gateway.version>4.2.7</spring-cloud-gateway.version>
@@ -690,6 +691,13 @@ under the License.
<version>7.1.1</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring-framework.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
diff --git a/wa/pom.xml b/wa/pom.xml
index 745e19dbb1..d429113961 100644
--- a/wa/pom.xml
+++ b/wa/pom.xml
@@ -38,6 +38,13 @@ under the License.
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring-framework.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>