Skip to content

Commit c44fcee

Browse files
SONARJAVA-5593 Update spring-security-core from 6.4.5 to 6.4.6 to suppress alert about CVE-2025-41232 (#5173)
1 parent 455b07c commit c44fcee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • java-checks-test-sources/spring-3.2

java-checks-test-sources/spring-3.2/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@
6161
<dependency>
6262
<groupId>org.springframework.security</groupId>
6363
<artifactId>spring-security-core</artifactId>
64-
<version>6.4.5</version>
64+
<version>6.4.6</version>
65+
<scope>provided</scope>
6566
</dependency>
6667
<dependency>
6768
<groupId>org.springframework</groupId>
6869
<artifactId>spring-jdbc</artifactId>
6970
<version>6.1.5</version>
71+
<scope>provided</scope>
7072
</dependency>
7173
</dependencies>
7274

0 commit comments

Comments
 (0)