Skip to content

Commit

Permalink
Merge pull request #124 from appiepollo14/renovate/com.auth0-java-jwt…
Browse files Browse the repository at this point in the history
…-4.x

Update dependency com.auth0:java-jwt to v4.5.0
  • Loading branch information
appiepollo14 authored Feb 14, 2025
2 parents c05463f + 8a5ccf6 commit 88f066d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
Expand Down

0 comments on commit 88f066d

Please sign in to comment.