Skip to content

Commit adbb1ef

Browse files
authored
update supported java version in readme
1 parent 2ee5bf1 commit adbb1ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Project goals include:
2626
* No external dependencies
2727
* Fast execution and low memory footprint
2828
* Maintain backward compatibility
29-
* Designed and tested to use on Java versions 1.6 - 21
29+
* Designed and tested to use on Java versions 8 - 21
30+
* The last release to support Java 6 is [20230618](https://mvnrepository.com/artifact/org.json/json/20230618)
31+
3032

3133

3234
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.

0 commit comments

Comments
 (0)