Skip to content

Commit

Permalink
fix: backend/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7687447
  • Loading branch information
snyk-bot committed Aug 23, 2024
1 parent 0823de9 commit 2392113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.5</version>
<version>3.2.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>3.2.5</version>
<version>3.2.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2392113

Please sign in to comment.