Skip to content

Commit ad31d1a

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931
1 parent b607ad6 commit ad31d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<httpcomponents.version>4.4.1</httpcomponents.version>
6262
<bouncycastle.version>1.72</bouncycastle.version>
6363
<!-- highest spring version is 5.3 due to Java 1.8 version -->
64-
<spring.version>5.3.25</spring.version>
65-
<spring-web.version>5.3.25</spring-web.version>
64+
<spring.version>6.2.10</spring.version>
65+
<spring-web.version>6.2.10</spring-web.version>
6666
<mockito.version>4.11.0</mockito.version>
6767
<hamcrest.version>2.2</hamcrest.version>
6868
<xmlunit.version>2.9.1</xmlunit.version>

0 commit comments

Comments
 (0)