Skip to content

Commit

Permalink
build: update tomcat to 9.0.98 (only used for build)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 29, 2024
1 parent e59de23 commit 7b3ac83
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 @@ -621,13 +621,13 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.88</version>
<version>9.0.98</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.88</version>
<version>9.0.98</version>
</dependency>


Expand Down

0 comments on commit 7b3ac83

Please sign in to comment.