Skip to content

Commit 313c61b

Browse files
carterpageCarter Page
and
Carter Page
authored
Update documentation and CHANGELOG to 1.5.2. (#186)
Co-authored-by: Carter Page <[email protected]>
1 parent 7414e90 commit 313c61b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

4+
Version 1.5.2 - 7/14/2024
5+
-------------------------
6+
- Fix CVE-2020-15250 JUnit vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250). Bump
7+
dependencies.
8+
- Add gitIgnore file
9+
- README syntax error fix
10+
411
Version 1.5.1 - 7/4/2022
512
------------------------
613
Going to try to catch up on some ancient PRs, mainly around security and cleanup. Starting with accepted PRs that

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.1</version>
80+
<version>1.5.2</version>
8181
<scope>test</scope>
8282
</dependency>
8383

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.1</p>
54+
<p><br/>The current version of JSONassert is 1.5.2</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.1&lt;/version&gt;</a><br/>
52+
<a> &nbsp; &lt;version&gt;1.5.2&lt;/version&gt;</a><br/>
5353
<a>&lt;/dependency&gt;</a><br/>
5454
</blockquote>
5555
</div>

0 commit comments

Comments
 (0)