Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jan 15, 2020
1 parent dbc7143 commit 0365a02
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -181,7 +181,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-fluent</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -215,7 +215,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -248,7 +248,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -270,7 +270,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -314,7 +314,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -346,7 +346,7 @@ For 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>2.11.1</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -678,6 +678,10 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
# 2.12.0
* Updated dependencies
* Jackson node is not reparsed when compared #214
# 2.11.1
* Parse content as UTF-8 in Spring MVC test if not specified otherwise #212
Expand Down

0 comments on commit 0365a02

Please sign in to comment.