Skip to content

Commit

Permalink
Upgrade to tomcat 9.0.36
Browse files Browse the repository at this point in the history
In order to avoid CVE-2020-13934 and 13935.
  • Loading branch information
schnatterer committed Jul 20, 2020
1 parent c025115 commit 1796274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<tomcat.version>9.0.35</tomcat.version>
<tomcat.version>9.0.36</tomcat.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1796274

Please sign in to comment.