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-ORGBOUNCYCASTLE-6277381
  • Loading branch information
snyk-bot committed Apr 19, 2024
1 parent b607ad6 commit e78d847
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 @@ -59,7 +59,7 @@
<velocity.version>2.3</velocity.version>
<netty.version>4.1.89.Final</netty.version>
<httpcomponents.version>4.4.1</httpcomponents.version>
<bouncycastle.version>1.72</bouncycastle.version>
<bouncycastle.version>1.78.1</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>
Expand Down

0 comments on commit e78d847

Please sign in to comment.