From 87ca8857827f839baf26fec19921b31e42597e1d Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:35:15 +0100 Subject: [PATCH] Update required version of Java in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ba5c2..3d8c5fe 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ This option is automatically enabled if it is detected that the original JWT did ## Building JWT Editor from source *JWT Editor* can be built from source. -* Ensure that Java JDK 17 or newer is installed +* Ensure that Java JDK 21 or newer is installed * From root of project, run the command `./gradlew jar` * This should place the JAR file `jwt-editor-2.3.jar` within the `build/libs` directory * This can be loaded into Burp Suite by navigating to the `Extensions` tab, `Installed` sub-tab, clicking `Add` and loading the JAR file