Skip to content

Commit

Permalink
Manage nimbus-jose-jwt version to v9.37.2 (#622)
Browse files Browse the repository at this point in the history
Addresses CVE-2023-52428

Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Mar 26, 2024
1 parent 8558a8d commit 8bf7b30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Manage nimbus-jose-jwt for CVE-2023-52428 -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37.2</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
Expand Down

0 comments on commit 8bf7b30

Please sign in to comment.