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-6261586
snyk-bot committed Feb 22, 2024
1 parent 1c22956 commit c38b6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
<name>Insecure Bank</name>

<properties>
<org.springframework-version>4.2.3.RELEASE</org.springframework-version>
<org.spring-security-version>4.0.3.RELEASE</org.spring-security-version>
<org.springframework-version>5.3.32</org.springframework-version>
<org.spring-security-version>5.8.10</org.spring-security-version>
<org.slf4j-version>1.7.13</org.slf4j-version>
</properties>

0 comments on commit c38b6a3

Please sign in to comment.