From 879a35e82e1e73d85584b1fc69d9c45e9938e7ae Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Tue, 25 Oct 2022 16:42:33 -0500 Subject: [PATCH] Merge in latest, update version in install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80fe4666..7786cbaf 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ Add the dependency via Maven: com.auth0 java-jwt - 4.1.0 + 4.2.1 ``` or Gradle: ```gradle -implementation 'com.auth0:jva-jwt:4.1.0' +implementation 'com.auth0:jva-jwt:4.2.1' ``` ### Create a JWT