diff --git a/build.gradle b/build.gradle index d833d48556..3608e61a5a 100644 --- a/build.gradle +++ b/build.gradle @@ -501,7 +501,7 @@ dependencies { exclude group: "com.google.code.gson", module: "gson" exclude group: "org.json", module: "json" } - implementation 'com.github.wnameless.json:json-flattener:0.16.4' + implementation 'com.github.wnameless.json:json-flattener:0.16.5' // JSON patch implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.14' implementation 'org.apache.commons:commons-collections4:4.4'