Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 783b05d

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#155)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2436751 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2689634
1 parent 40c313e commit 783b05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot</artifactId>
45-
<version>2.4.5</version>
45+
<version>2.5.13</version>
4646
</dependency>
4747

4848
<dependency>

0 commit comments

Comments
 (0)