Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Nov 29, 2024
1 parent 737a9fe commit 1386698
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 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>4.0.0</version>
<version>4.1.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>4.0.0</version>
<version>4.1.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>4.0.0</version>
<version>4.1.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>4.0.0</version>
<version>4.1.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>4.0.0</version>
<version>4.1.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>4.0.0</version>
<version>4.1.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release notes
=============
## 4.1.0 (2024-11-29)
* Support for JsonPath in Spring related modules
* Dependency updates

## 4.0.0 (2024-11-16)
* See the [documentation changes](https://github.com/lukas-krecan/JsonUnit/commit/1b76844b3f07a1049b08eaf61cade97d1a3609a2)
* Support for [Spring MockMvc AssertJ assertions](https://github.com/lukas-krecan/JsonUnit?tab=readme-ov-file#spring-assertj-for-mockmvc) introduced in Spring 6.2.0
Expand Down

0 comments on commit 1386698

Please sign in to comment.