Skip to content

Commit

Permalink
Upgrade JWT libraries and link to them in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Feb 14, 2023
1 parent 745dcd2 commit 528df3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Using a browser, open `http://localhost:8080/protected`. You should be prompted
This example uses the following open source libraries:

* [WildFly](https://www.wildfly.org/)
* jwks-rsa
* java-jwt
* [jwks-rsa-java](https://github.com/auth0/jwks-rsa-java)
* [java-jwt](https://github.com/auth0/java-jwt)

## Help

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.21.2</version>
<version>0.22.0</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.2.1</version>
<version>4.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 528df3c

Please sign in to comment.