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
commit 25ab49966e45b04746cc76b1ba093eda32a80d66 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Nov 19 08:09:29 2024 +0100 Upgrading Spring Security --- core/provisioning-api/pom.xml | 9 --------- pom.xml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml index b50ebb713e..d4fbe330a5 100644 --- a/core/provisioning-api/pom.xml +++ b/core/provisioning-api/pom.xml @@ -54,15 +54,6 @@ under the License. <artifactId>commons-jexl3</artifactId> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.module</groupId> - <artifactId>jackson-module-afterburner</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> diff --git a/pom.xml b/pom.xml index 88dedf5260..edbc3c82c7 100644 --- a/pom.xml +++ b/pom.xml @@ -414,7 +414,7 @@ under the License. <nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version> <spring-framework.version>5.3.39</spring-framework.version> - <spring-security.version>5.8.15</spring-security.version> + <spring-security.version>5.8.16</spring-security.version> <spring-boot.version>2.7.18</spring-boot.version> <spring-cloud-gateway.version>3.1.9</spring-cloud-gateway.version>
