Skip to content

Commit

Permalink
Merge pull request #749 from OpenAF/t8
Browse files Browse the repository at this point in the history
bump jjwt
  • Loading branch information
nmaguiar authored Oct 12, 2023
2 parents 0a89c5e + 4e40104 commit 47c57cd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file renamed lib/jjwt-api-0.12.0.jar → lib/jjwt-api-0.12.2.jar
Binary file not shown.
Binary file removed lib/jjwt-gson-0.12.0.jar
Binary file not shown.
Binary file added lib/jjwt-gson-0.12.2.jar
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,17 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.0</version>
<version>0.12.2</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.0</version>
<version>0.12.2</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-gson</artifactId>
<version>0.12.0</version>
<version>0.12.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versionsAndDeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
},
{
"description": "jjwt",
"path": ["lib/jjwat-api-0.12.0.jar", "lib/jjwat-gson-0.12.0.jar", "lib/jjwat-impl-0.12.0.jar"],
"path": ["lib/jjwat-api-0.12.2.jar", "lib/jjwat-gson-0.12.2.jar", "lib/jjwat-impl-0.12.2.jar"],
"version": "0.11.5",
"changes": false,
"type": ["java"],
Expand Down

0 comments on commit 47c57cd

Please sign in to comment.