Skip to content

Commit

Permalink
AKR:OTR:VKT:YKI(Backend): Force newer spring framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
lket committed Dec 13, 2024
1 parent 3072fb4 commit 3a6169f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<shedlock.version>5.16.0</shedlock.version>
<poi.version>5.3.0</poi.version>
<liquibase.version>4.29.2</liquibase.version>
<spring-framework.version>6.2.1</spring-framework.version>
</properties>

<dependencies>
Expand All @@ -51,17 +52,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- 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.5</version>
</dependency>
<!-- Force 6.3.3 since there is vulnerability in 6.3.1 -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>6.3.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 3a6169f

Please sign in to comment.