Skip to content

Commit

Permalink
AKR:OTR:VKT:YKI(Backend): Keep spring-security dependency versions sy…
Browse files Browse the repository at this point in the history
…nced, update comment
  • Loading branch information
pkoivisto committed Sep 13, 2024
1 parent 48db83d commit 22c665f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- Force 6.3.2 since there is vulnerability in 6.3.1 -->
<!-- Force 6.3.3 since there is vulnerability in 6.3.1 -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>6.3.2</version>
<version>6.3.3</version>
</dependency>
<!-- Force 6.3.2 since there is vulnerability in 6.3.1 -->
<!-- Force 6.3.3 since there is vulnerability in 6.3.1 -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
Expand Down

0 comments on commit 22c665f

Please sign in to comment.