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 9a9a86b commit 4eef837
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 @@ -670,13 +670,13 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.90</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.90</version>
<version>9.0.98</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4eef837

Please sign in to comment.