Skip to content

Commit

Permalink
Hotfix: bump auth0 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Oct 19, 2023
1 parent 7007dcc commit 45ef3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.19.4</version>
<version>4.4.0</version>
</dependency>

<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 45ef3a4

Please sign in to comment.