Skip to content

Commit

Permalink
fix: 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-6444790
  • Loading branch information
snyk-bot committed Mar 15, 2024
1 parent 1c22956 commit be0e0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Insecure Bank</name>

<properties>
<org.springframework-version>4.2.3.RELEASE</org.springframework-version>
<org.springframework-version>5.3.33</org.springframework-version>
<org.spring-security-version>4.0.3.RELEASE</org.spring-security-version>
<org.slf4j-version>1.7.13</org.slf4j-version>
</properties>
Expand Down

0 comments on commit be0e0d9

Please sign in to comment.