Skip to content
Snippets Groups Projects
Commit 9bb2e691 authored by Manish Jangid's avatar Manish Jangid
Browse files

Fix Spring vulnerabilities

parent b1d06eb1
No related branches found
No related tags found
1 merge request!330Update core common and vulnerable libs version
......@@ -159,6 +159,11 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.5</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment