Skip to content

Commit

Permalink
Prepare for release of 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter Page authored and Carter Page committed Jun 28, 2024
1 parent 3112d8e commit f7ebd4b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
Changelog
=========

Version 1.5.2 - 7/14/2024
Version 1.5.3 - 6/28/2024
-------------------------
- Revert Java release version from 21 to 8 due to breaking older compilers.

Version 1.5.2 - 6/14/2024
-------------------------
- Fix CVE-2020-15250 JUnit vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250). Bump
dependencies.
- Add gitIgnore file
- README syntax error fix
- Accidentally upgraded release to Java version 21

Version 1.5.1 - 7/4/2022
------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/releases) o
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>jar</packaging>

<name>JSONassert</name>
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Introduction</h2>
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
</ul>

<p><br/>The current version of JSONassert is 1.5.2</p>
<p><br/>The current version of JSONassert is 1.5.3</p>

<h2>Examples</h2>

Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Quick Start</h2>
<a>&lt;dependency&gt;</a><br/>
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.5.2&lt;/version&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.5.3&lt;/version&gt;</a><br/>
<a>&lt;/dependency&gt;</a><br/>
</blockquote>
</div>
Expand Down

0 comments on commit f7ebd4b

Please sign in to comment.