From 528df3c000d0daa56e5da2ede96c333fd31cf112 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 14 Feb 2023 11:48:40 -0700 Subject: [PATCH] Upgrade JWT libraries and link to them in README --- .idea/compiler.xml | 3 +-- README.md | 4 ++-- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 12aa0b6..627398f 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,9 +6,8 @@ - - \ No newline at end of file + diff --git a/README.md b/README.md index e8b5560..0ef7ab5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index 6877c4e..029326e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,12 +48,12 @@ com.auth0 jwks-rsa - 0.21.2 + 0.22.0 com.auth0 java-jwt - 4.2.1 + 4.3.0