Skip to content
Snippets Groups Projects
Commit e9127dd0 authored by Guillaume Caillet's avatar Guillaume Caillet
Browse files

Upgrade spring-security-core to 6.2.3 to fix CVE

parent 3b081108
No related branches found
No related tags found
1 merge request!854Spring 6 Migration
Checking pipeline status
......@@ -37,9 +37,9 @@
<woodstox-core.version>6.5.1</woodstox-core.version>
<json-smart.version>2.5.0</json-smart.version>
<jackson.version>2.16.1</jackson.version>
<spring-framework-version>6.1.4</spring-framework-version>
<spring-boot.version>3.2.3</spring-boot.version>
<spring-security.version>6.2.2</spring-security.version>
<spring-framework-version>6.1.5</spring-framework-version>
<spring-boot.version>3.2.4</spring-boot.version>
<spring-security.version>6.2.3</spring-security.version>
</properties>
<licenses>
......
......@@ -30,20 +30,20 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.4</version>
<version>6.1.5</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
<version>6.2.2</version>
<version>6.2.3</version>
<type>pom</type>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment