Skip to content

Commit

Permalink
Merge pull request #1474 from CMSgov/QPPA-9684-snyk-issue
Browse files Browse the repository at this point in the history
QPPA-9684: fix snyk issue
  • Loading branch information
chetanmunegowda authored Nov 7, 2024
2 parents 3b9af9f + 07aa63e commit d1e11f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,23 @@
<artifactId>spring-security-jwt</artifactId>
<version>1.1.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.7.13</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
Expand Down

0 comments on commit d1e11f6

Please sign in to comment.