From a4359f1dfb1b45619f22a525df4c5c2d06115e23 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:44:42 -0500 Subject: [PATCH] [Backport 2.x] dependabot: bump com.github.wnameless.json:json-flattener from 0.16.4 to 0.16.5 (#3328) Backport 00167b3a646204513e1e7c8f41a08c036e7b4c4f from #3296. Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'