Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jun 27, 2024
1 parent 680360b commit 8f4b086
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -172,7 +172,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -217,7 +217,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -261,7 +261,7 @@ Import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -284,7 +284,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -300,7 +300,7 @@ Import:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-kotest</artifactId>
<version>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -366,7 +366,7 @@ For the 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>3.2.7</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -746,6 +746,10 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 3.3.0 (2024-06-27)
* Perf improvements when comparing arrays of nested objects`
* Dependency updates
## 3.2.7 (2024-02-21)
* #483 More optimal fix for JsonPath arrays matching in `whenIgnoringPaths`
* Version 3.2.6 skipped due tue a mistake
Expand Down

0 comments on commit 8f4b086

Please sign in to comment.