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