From 907e693d512c4d16ee9986e585ae056d3f3cc617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 06:35:17 +0000 Subject: [PATCH] dependabot: bump com.github.wnameless.json:json-flattener Bumps [com.github.wnameless.json:json-flattener](https://github.com/wnameless/json-flattener) from 0.16.4 to 0.16.5. - [Changelog](https://github.com/wnameless/json-flattener/blob/master/release-notes) - [Commits](https://github.com/wnameless/json-flattener/compare/json-flattener-0.16.4...json-flattener-0.16.5) --- updated-dependencies: - dependency-name: com.github.wnameless.json:json-flattener dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 76124bcf02..62efa5a795 100644 --- a/build.gradle +++ b/build.gradle @@ -499,7 +499,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'