Skip to content

Commit

Permalink
chore: bump nimbus-jose-jwt to fix CVE-2023-52428 (#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgvieira committed Mar 5, 2024
1 parent c1c7109 commit 567cc62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
<artifactId>okio-jvm</artifactId>
<version>3.8.0</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
Expand Down

0 comments on commit 567cc62

Please sign in to comment.