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-7945490
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent b607ad6 commit e7cb342
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 @@ -62,7 +62,7 @@
<bouncycastle.version>1.72</bouncycastle.version>
<!-- highest spring version is 5.3 due to Java 1.8 version -->
<spring.version>5.3.25</spring.version>
<spring-web.version>5.3.25</spring-web.version>
<spring-web.version>6.1.13</spring-web.version>
<mockito.version>4.11.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<xmlunit.version>2.9.1</xmlunit.version>
Expand Down

0 comments on commit e7cb342

Please sign in to comment.