Hi everyone,
I am using the java-jwt
library in my project, which currently runs on Java 8. I am planning to migrate from Java 8 to Java 21 and am investigating compatible versions of each library for Java 21.
I found that the latest version of java-jwt
(4.4.0 as of August 2024) is compatible with Java 8, 11, and 17, but there is no mention of support for Java 21.
Could someone confirm whether java-jwt
version 4.4.0 supports Java 21?
This is my first time upgrading the Java version, so any assistance would be greatly appreciated.
Thank you!
5 posts - 3 participants