Upgrades Tomcat Dependency for Better Kubernetes Support

This commit is contained in:
2023-08-23 19:09:54 +00:00
committed by GitHub
parent dc60f19518
commit 39061e855e

View File

@@ -46,7 +46,12 @@
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId>
<version>8.5.32</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>