Skip to content

Commit

Permalink
4.0.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Nov 16, 2024
1 parent 1b76844 commit 6d90402
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -191,7 +191,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -236,7 +236,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -280,7 +280,7 @@ Import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -320,7 +320,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -336,7 +336,7 @@ Import:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-kotest</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -402,7 +402,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.5.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
Loading

0 comments on commit 6d90402

Please sign in to comment.