Skip to content

Commit

Permalink
Fix pointing to not existing version 3.2.6
Browse files Browse the repository at this point in the history
I could not find the version 3.2.6 in maven central when I tried to use this dependency.
  • Loading branch information
SirCremefresh authored Feb 23, 2024
1 parent 735f7b1 commit 04435b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -171,7 +171,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -216,7 +216,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -260,7 +260,7 @@ Import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -283,7 +283,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -299,7 +299,7 @@ Import:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-kotest</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -365,7 +365,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.6</version>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 04435b5

Please sign in to comment.