Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Apr 2, 2022
1 parent 8c4b129 commit d32c0ed
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -170,7 +170,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.32.0</version>
<version>2.33.0</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-spring</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -259,7 +259,7 @@ Import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -282,7 +282,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -319,7 +319,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.32.0</version>
<version>2.33.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -681,6 +681,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 2.33.0 (2022-04-02)
* Fixed #493 comparison of Tuples from extracting function
## 2.32.0 (2022-02-17)
* Fixed #474 ClassCastException in isArray()
Expand Down

0 comments on commit d32c0ed

Please sign in to comment.