Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Feb 5, 2024
1 parent 4983401 commit 5a68be8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 11 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.2</version>
<version>3.2.4</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.2</version>
<version>3.2.4</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.2</version>
<version>3.2.4</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.2</version>
<version>3.2.4</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.2</version>
<version>3.2.4</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.2</version>
<version>3.2.4</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.2</version>
<version>3.2.4</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -735,6 +735,10 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 3.2.4 (2024-02-05)
* Dependency updates
* Version 3.2.3 skipped due to release issues
## 3.2.2 (2023-09-14)
* Fix Kotest module dependencies
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<keyname>572516F4</keyname>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 5a68be8

Please sign in to comment.