Skip to content

Commit

Permalink
Upgrading Spring Security
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 19, 2024
1 parent 0afa598 commit 25ab499
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions core/provisioning-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 25ab499

Please sign in to comment.