From adbb1ef04a0f95eafb3f52afec047f83431ad26a Mon Sep 17 00:00:00 2001 From: Simulant87 Date: Mon, 18 Nov 2024 14:05:12 +0100 Subject: [PATCH] update supported java version in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78920a180..a258630fa 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Project goals include: * No external dependencies * Fast execution and low memory footprint * Maintain backward compatibility -* Designed and tested to use on Java versions 1.6 - 21 +* Designed and tested to use on Java versions 8 - 21 + * The last release to support Java 6 is [20230618](https://mvnrepository.com/artifact/org.json/json/20230618) + The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.