diff --git a/build.gradle b/build.gradle index ea6c343..2fb9524 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { //3rd party implementation 'com.jayway.jsonpath:json-path:2.9.0' - implementation 'net.minidev:json-smart:2.5.0' + implementation 'net.minidev:json-smart:2.5.1' testImplementation 'commons-io:commons-io:2.15.1' }