Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Feb 4, 2022
1 parent 986dadf commit dc49183
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 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.28.0</version>
<version>2.29.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.28.0</version>
<version>2.29.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.28.0</version>
<version>2.29.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.28.0</version>
<version>2.29.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.28.0</version>
<version>2.29.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.28.0</version>
<version>2.29.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -682,6 +682,10 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 2.29.0
* #465 fixed assertion on array of objects. May introduce some backward incompatibility when using `isArray().element(i)`.
* Dependency updates
## 2.28.0
* Automatically register available Jackson 2 modules
Expand Down

0 comments on commit dc49183

Please sign in to comment.