Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jan 30, 2018
1 parent e1ee96a commit 494ba42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Jackson 2.x, [Gson](https://code.google.com/p/google-gson/), [JSONObject](https:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>1.28.1</version>
<version>1.28.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -395,7 +395,7 @@ To use fluent assertions:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-fluent</artifactId>
<version>1.28.1</version>
<version>1.28.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -406,7 +406,7 @@ To use Spring MVC assertions:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>1.28.1</version>
<version>1.28.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -417,6 +417,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/

Release notes
=============
## 1.28.2
* Fixing matcher pattern

## 1.28.1
* Fixing NPE when accessing element of nonexistent array

Expand Down

0 comments on commit 494ba42

Please sign in to comment.