Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pointing to not existing version 3.2.6 #730

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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