Skip to content

Commit f7ebd4b

Browse files
Carter PageCarter Page
Carter Page
authored and
Carter Page
committed
Prepare for release of 1.5.3
1 parent 3112d8e commit f7ebd4b

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
Changelog
22
=========
33

4-
Version 1.5.2 - 7/14/2024
4+
Version 1.5.3 - 6/28/2024
5+
-------------------------
6+
- Revert Java release version from 21 to 8 due to breaking older compilers.
7+
8+
Version 1.5.2 - 6/14/2024
59
-------------------------
610
- Fix CVE-2020-15250 JUnit vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250). Bump
711
dependencies.
812
- Add gitIgnore file
913
- README syntax error fix
14+
- Accidentally upgraded release to Java version 21
1015

1116
Version 1.5.1 - 7/4/2022
1217
------------------------

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/releases) o
7777
<dependency>
7878
<groupId>org.skyscreamer</groupId>
7979
<artifactId>jsonassert</artifactId>
80-
<version>1.5.2</version>
80+
<version>1.5.3</version>
8181
<scope>test</scope>
8282
</dependency>
8383

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.skyscreamer</groupId>
66
<artifactId>jsonassert</artifactId>
7-
<version>1.5.2</version>
7+
<version>1.5.3</version>
88
<packaging>jar</packaging>
99

1010
<name>JSONassert</name>

src/site/resources/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Introduction</h2>
5151
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
5252
</ul>
5353

54-
<p><br/>The current version of JSONassert is 1.5.2</p>
54+
<p><br/>The current version of JSONassert is 1.5.3</p>
5555

5656
<h2>Examples</h2>
5757

src/site/resources/quickstart.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>Quick Start</h2>
4949
<a>&lt;dependency&gt;</a><br/>
5050
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
5151
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
52-
<a> &nbsp; &lt;version&gt;1.5.2&lt;/version&gt;</a><br/>
52+
<a> &nbsp; &lt;version&gt;1.5.3&lt;/version&gt;</a><br/>
5353
<a>&lt;/dependency&gt;</a><br/>
5454
</blockquote>
5555
</div>

0 commit comments

Comments
 (0)