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 a8f983f commit e75a31c
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 @@ -121,7 +121,7 @@
<jetty.version>10.0.18</jetty.version>
<standard-taglib.version>1.2.5</standard-taglib.version>
<netty.version>4.1.108.Final</netty.version>
<bouncycastle.version>1.76</bouncycastle.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<slf4j.version>2.0.9</slf4j.version>
<log4j.version>2.20.0</log4j.version>
</properties>
Expand Down

0 comments on commit e75a31c

Please sign in to comment.