Bump jsonpath dependency from 2.4.0 to 2.5.0 (#10665)

Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
pull/10592/head
Alexander Falkenstern 2021-05-10 11:37:25 +02:00 committed by GitHub
parent 012254a0ac
commit e3973698ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>