Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#140)
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-ORGAPACHETOMCATEMBED-3326459

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
nr-security-github and snyk-bot authored Feb 27, 2023
1 parent 0c14c76 commit e482f27
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 @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.0-M7</version>
<version>10.1.5</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
Expand Down

0 comments on commit e482f27

Please sign in to comment.