Skip to content
Snippets Groups Projects
Commit d6fea3cf authored by Chad Leong's avatar Chad Leong :speech_balloon:
Browse files

Merge branch 'IBM-vul-fix' into 'master'

Vulnerability fix for IBM

See merge request !472
parents df5b6820 b90e90a4
No related branches found
No related tags found
1 merge request!472Vulnerability fix for IBM
Pipeline #175742 passed
......@@ -110,7 +110,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.77.Final</version>
<version>4.1.86.Final</version>
</dependency>
<dependency>
......@@ -215,7 +215,11 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.7</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment