Browse Source

Use 2.4.0 as version in maven dependency example

pull/508/head
Magnus Reftel 6 years ago committed by GitHub
parent
commit
d17fc9134a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -37,7 +37,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
<dependency> <dependency>
<groupId>com.jayway.jsonpath</groupId> <groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId> <artifactId>json-path</artifactId>
<version>2.3.0</version> <version>2.4.0</version>
</dependency> </dependency>
``` ```

Loading…
Cancel
Save