Skip to content

Commit

Permalink
Merge pull request #260 from neicnordic/dependabot/maven/io.jsonwebto…
Browse files Browse the repository at this point in the history
…ken-jjwt-api-0.12.4

Bump io.jsonwebtoken:jjwt-api from 0.12.3 to 0.12.4
  • Loading branch information
Parisa68 authored Feb 1, 2024
2 parents b098fb7 + e4d24ff commit 8a47d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.3</version>
<version>0.12.4</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.3</version>
<version>0.12.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.12.3</version>
<version>0.12.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8a47d63

Please sign in to comment.