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-ORGAPACHETOMCATEMBED-8383920
  • Loading branch information
snyk-bot committed Nov 20, 2024
1 parent 0823de9 commit cb7fc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cb7fc1b

Please sign in to comment.