Skip to content

Commit

Permalink
bump com.github.wnameless.json:json-base from 2.4.0 to 2.4.1 (opensea…
Browse files Browse the repository at this point in the history
…rch-project#3062)

Manually re-creating dependabot's
[PR](opensearch-project#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 <[email protected]>
  • Loading branch information
cwperks authored Jul 31, 2023
1 parent c0e50da commit 2f69a10
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.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"
Expand Down

0 comments on commit 2f69a10

Please sign in to comment.