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-6597980
  • Loading branch information
snyk-bot committed May 3, 2024
1 parent 51998ec commit 25d7947
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 @@ -96,7 +96,7 @@
<javassist.version>3.24.0-GA</javassist.version> <!-- Hibernate 5 depends on this version, Jersey depends on 3.18.1-GA, Swagger depends on 3.22.0-GA -->
<javax.mail.version>1.6.2</javax.mail.version> <!-- Differs from commons-email but the interface is unchanged -->
<javax.ws.rs.api.version>2.1</javax.ws.rs.api.version>
<jersey.version>2.34</jersey.version> <!-- Must be aligned with spring-boot-starter-jersey's version -->
<jersey.version>2.43</jersey.version> <!-- Must be aligned with spring-boot-starter-jersey's version -->
<jjwt.version>0.10.7</jjwt.version>
<joda-time.version>2.9.1</joda-time.version>
<jsp.api.version>2.3.0</jsp.api.version>
Expand Down

0 comments on commit 25d7947

Please sign in to comment.