Skip to content

Commit f959baa

Browse files
authored
Merge pull request #749 from stleary/pre-release-20230618
Prep for release 20230618
2 parents 22ccf1b + c048b36 commit f959baa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JSON in Java [package org.json]
88

99
[![Maven Central](https://img.shields.io/maven-central/v/org.json/json.svg)](https://mvnrepository.com/artifact/org.json/json)
1010

11-
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20230227/json-20230227.jar)**
11+
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20230618/json-20230618.jar)**
1212

1313

1414
# Overview

docs/RELEASES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and artifactId "json". For example:
55
[https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav](https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav)
66

77
~~~
8+
20230618 Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.
9+
810
20230227 Fix for CVE-2022-45688 and recent commits
911
1012
20220924 New License - public domain, and some minor updates

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.json</groupId>
55
<artifactId>json</artifactId>
6-
<version>20230227</version>
6+
<version>20230618</version>
77
<packaging>bundle</packaging>
88

99
<name>JSON in Java</name>

0 commit comments

Comments
 (0)