Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan-lt committed Feb 28, 2020
1 parent 86b5016 commit 70c2cc8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -181,7 +181,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-fluent</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -215,7 +215,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -248,7 +248,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -270,7 +270,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -314,7 +314,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -346,7 +346,7 @@ For other API styles you have to first import JsonPath support module
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-json-path</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -678,6 +678,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 2.13.1
* Fix Jackson2NodeFactory thread safety issue in usage of ServiceLoader (thanks @cnauroth)
## 2.13.0
* Recompiled with AssertJ 3.15.0 to fix https://github.com/lukas-krecan/JsonUnit/issues/216
* (Not)Null annotations added
Expand Down

0 comments on commit 70c2cc8

Please sign in to comment.