Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jul 16, 2024
1 parent 01e41d8 commit 4e5833c
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 @@ -139,7 +139,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.4.0</version>
<version>3.4.1</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.4.0</version>
<version>3.4.1</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.4.0</version>
<version>3.4.1</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.4.0</version>
<version>3.4.1</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.4.0</version>
<version>3.4.1</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.4.0</version>
<version>3.4.1</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.4.0</version>
<version>3.4.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -749,6 +749,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 3.4.1 + 2.40.1 (2024-07-16)
* #796 fix order of elements in JsonMap (thanks @glhez)
## 3.4.0 + 2.40.0 (2024-07-03)
* Added FAIL_FAST option
Expand Down

0 comments on commit 4e5833c

Please sign in to comment.