From d17fc9134a19d2d635a6b052b5c90b40df8c970a Mon Sep 17 00:00:00 2001 From: Magnus Reftel Date: Mon, 10 Dec 2018 08:35:17 +0100 Subject: [PATCH] Use 2.4.0 as version in maven dependency example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68fa76a8..23dd7e1e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y com.jayway.jsonpath json-path - 2.3.0 + 2.4.0 ```