From ead603f0e0be06ab1fc25960ba12293babc7c795 Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Fri, 27 Mar 2020 07:16:21 +0100 Subject: [PATCH] README updated --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fc823f42..482d56403 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ To use AssertJ integration, import net.javacrumbs.json-unit json-unit-assertj - 2.16.1 + 2.16.2 test ``` @@ -147,7 +147,7 @@ To use import net.javacrumbs.json-unit json-unit - 2.16.1 + 2.16.2 test ``` @@ -192,7 +192,7 @@ To use import net.javacrumbs.json-unit json-unit-spring - 2.16.1 + 2.16.2 test ``` @@ -214,7 +214,7 @@ To use import net.javacrumbs.json-unit json-unit-spring - 2.16.1 + 2.16.2 test ``` @@ -249,7 +249,7 @@ For other API styles you have to first import JsonPath support module net.javacrumbs.json-unit json-unit-json-path - 2.16.1 + 2.16.2 test ``` @@ -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