Skip to content

Commit

Permalink
[dependencies] Upgrade to Tomcat 10.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Sep 27, 2024
1 parent 6a1c7ad commit 5b025d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<image.registry />
<image.version>${project.version}</image.version>
<arthur.version>1.0.8</arthur.version>
<tomcat.version>10.1.29</tomcat.version>
</properties>

<dependencies>
Expand All @@ -46,6 +47,11 @@
<artifactId>fusion-http-server</artifactId>
<version>1.0.18</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>${tomcat.version}</version>
</dependency>

<dependency>
<groupId>io.yupiik.logging</groupId>
Expand Down

0 comments on commit 5b025d5

Please # to comment.