Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 20, 2024
1 parent b607ad6 commit d17daa8
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
Expand Up @@ -61,8 +61,8 @@
<httpcomponents.version>4.4.1</httpcomponents.version>
<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.version>6.1.14</spring.version>
<spring-web.version>6.1.14</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 d17daa8

Please sign in to comment.