Skip to content

Commit 7cf386d

Browse files
committed
fix: api/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-72470
1 parent 6b093f6 commit 7cf386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<servlet.version>3.1.0</servlet.version>
2222

23-
<spring.version>5.0.8.RELEASE</spring.version>
23+
<spring.version>5.0.10.RELEASE</spring.version>
2424
<spring.security.version>4.2.4.RELEASE</spring.security.version>
2525
<hibernate.version>5.2.4.Final</hibernate.version>
2626
<hibernate.entity.manager.version>5.1.0.Final</hibernate.entity.manager.version>

0 commit comments

Comments
 (0)