Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan-lt committed Mar 27, 2020
1 parent 1b678cd commit ead603f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To use AssertJ integration, import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -147,7 +147,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -192,7 +192,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -214,7 +214,7 @@ To use import
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-spring</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -249,7 +249,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.16.1</version>
<version>2.16.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -589,6 +589,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
## 2.16.2
* Fix regex issues on older Androids #227 (thanks @Sirrah)
## 2.16.1
* Add missing Kotlin classes to distribution Jars
Expand Down

0 comments on commit ead603f

Please sign in to comment.