Skip to content

Commit

Permalink
[backend] Upgrade tomcat-embed-core (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion authored Jan 2, 2025
1 parent 0f44a3e commit 704807d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
<scope>runtime</scope>
<version>42.7.4</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.34</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 704807d

Please sign in to comment.