From e1576bf672f97863aae56247d1e2ef89d592aab1 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 16 Apr 2026 11:31:18 +0530 Subject: [PATCH] Chore: Update Readme with Java 21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a49d93..d40a9a84 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ### Requirements -This library is supported for Java LTS versions 8, 11, and 17. For issues on non-LTS versions above 8, consideration will be given on a case-by-case basis. +This library is supported for Java LTS versions 8, 11, 17 and 21. For issues on non-LTS versions above 8, consideration will be given on a case-by-case basis. > `java-jwt` is intended for server-side JVM applications. Android applications should use [JWTDecode.Android](https://github.com/auth0/JWTDecode.Android).