Skip to content

Commit

Permalink
update tomcat libs to 9.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Feb 14, 2024
1 parent a152d7f commit db86320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,13 +644,13 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.82</version>
<version>9.0.85</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-annotations-api -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>9.0.82</version>
<version>9.0.85</version>
</dependency>


Expand Down

0 comments on commit db86320

Please sign in to comment.