Skip to content

Commit

Permalink
[FIX] - bumped spring-security versions to 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tofiksa committed Feb 3, 2024
1 parent 2e0802d commit e6cfc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>6.0.2</version>
<version>6.0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>6.0.2</version>
<version>6.0.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit e6cfc8a

Please sign in to comment.