Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Jul 4, 2024
1 parent 959c85f commit 66795af
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<!-- Managed dependency to override vulnerable version in the parent POM -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>${nimbusds-oauth2-oidc-sdk}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- Alpine -->
<dependency>
Expand Down Expand Up @@ -180,11 +191,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>${nimbusds-oauth2-oidc-sdk}</version>
</dependency>
<!-- Common Expression Language (CEL) -->
<dependency>
<groupId>org.projectnessie.cel</groupId>
Expand Down

0 comments on commit 66795af

Please sign in to comment.