Skip to content

Commit

Permalink
[Backport 2.x] bump com.diffplug.spotless to 6.21.0 and com.github.wn…
Browse files Browse the repository at this point in the history
…ameless.json:json-base to 2.4.2 (opensearch-project#3327)

Manual backports of
opensearch-project#3295 and
opensearch-project#3293 to 2.x

Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks authored Sep 7, 2023
1 parent 7cae83e commit e796e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e796e61

Please sign in to comment.