Skip to content
Snippets Groups Projects
Commit 705fd82f authored by Derek Zhang's avatar Derek Zhang
Browse files

fix: tomcat and security cve

parent 66ec0932
Branches
Tags
1 merge request!361fix: tomcat and security cve
Pipeline #315002 failed
......@@ -119,6 +119,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.35</version>
</dependency>
<dependency>
......@@ -139,6 +140,11 @@
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>6.3.8</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment