Skip to content
Snippets Groups Projects
Commit e1f1d0a6 authored by Derek Zhang's avatar Derek Zhang Committed by Marc Burnie [AWS]
Browse files

fix: tomcat and security cve

(cherry picked from commit 705fd82f)
parent 80c602e8
Branches
Tags
1 merge request!362Cherry-pick 'fix: tomcat and security cve' into release/0.28
......@@ -109,6 +109,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.35</version>
</dependency>
<dependency>
......@@ -117,6 +118,19 @@
<version>4.1.115.Final</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>6.3.8</version>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment