From e796e6158abfaf7a455664c96a5f02bcffd25c28 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Thu, 7 Sep 2023 13:46:31 -0400 Subject: [PATCH] [Backport 2.x] bump com.diffplug.spotless to 6.21.0 and com.github.wnameless.json:json-base to 2.4.2 (#3327) Manual backports of https://github.com/opensearch-project/security/pull/3295 and https://github.com/opensearch-project/security/pull/3293 to 2.x Signed-off-by: Craig Perkins --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0b060abbac..83482e97fd 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.1") { + implementation ("com.github.wnameless.json:json-base:2.4.2") { exclude group: "org.glassfish", module: "jakarta.json" exclude group: "com.google.code.gson", module: "gson" exclude group: "org.json", module: "json"