From 2f69a102134e2f946938cccfa8042d4ab9ce7778 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 31 Jul 2023 16:02:22 -0400 Subject: [PATCH] bump com.github.wnameless.json:json-base from 2.4.0 to 2.4.1 (#3062) Manually re-creating dependabot's [PR](https://github.com/opensearch-project/security/pull/3042) off of the latest changes from main which has build fixes. Is there a way we can open PRs with main at the push of a button? Signed-off-by: Craig Perkins --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5490e25193..904559cb48 100644 --- a/build.gradle +++ b/build.gradle @@ -496,7 +496,7 @@ dependencies { implementation "io.jsonwebtoken:jjwt-impl:${jjwt_version}" implementation "io.jsonwebtoken:jjwt-jackson:${jjwt_version}" // JSON flattener - implementation ("com.github.wnameless.json:json-base:2.4.0") { + implementation ("com.github.wnameless.json:json-base:2.4.1") { exclude group: "org.glassfish", module: "jakarta.json" exclude group: "com.google.code.gson", module: "gson" exclude group: "org.json", module: "json"