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-ORGAPACHETOMCAT-5862027
  • Loading branch information
snyk-bot committed Aug 26, 2023
1 parent 3bc02c9 commit 8e46a85
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 @@ -45,7 +45,7 @@
<com.google.json-simple.version>1.1.1</com.google.json-simple.version>

<!-- The apache tomcat version to bundle -->
<org.apache.tomcat.version>9.0.60</org.apache.tomcat.version>
<org.apache.tomcat.version>9.0.80</org.apache.tomcat.version>
<org.slf4j.version>1.7.36</org.slf4j.version>
<ch.qas.logback.version>1.2.9</ch.qas.logback.version>
<org.codehaus.janino.version>2.6.1</org.codehaus.janino.version>
Expand Down

0 comments on commit 8e46a85

Please sign in to comment.