Skip to content

Commit

Permalink
Update documentation and CHANGELOG to 1.5.2. (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: Carter Page <carterpage@carterpage.net>
  • Loading branch information
carterpage and Carter Page authored Jun 17, 2024
1 parent 7414e90 commit 313c61b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.5.2 - 7/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

Version 1.5.1 - 7/4/2022
------------------------
Going to try to catch up on some ancient PRs, mainly around security and cleanup. Starting with accepted PRs that
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.1</version>
<version>1.5.2</version>
<scope>test</scope>
</dependency>

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.1</p>
<p><br/>The current version of JSONassert is 1.5.2</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.1&lt;/version&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.5.2&lt;/version&gt;</a><br/>
<a>&lt;/dependency&gt;</a><br/>
</blockquote>
</div>
Expand Down

0 comments on commit 313c61b

Please sign in to comment.