Skip to content

Commit

Permalink
dependabot: bump com.github.wnameless.json:json-base from 2.4.1 to 2.…
Browse files Browse the repository at this point in the history
…4.2 (opensearch-project#3293)

Bumps
[com.github.wnameless.json:json-base](https://github.com/wnameless/json-base)
from 2.4.1 to 2.4.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wnameless/json-base/commit/c95690e20eeacff7be276a56f9c73b28274c3666"><code>c95690e</code></a>
[maven-release-plugin] prepare release json-base-2.4.2</li>
<li><a
href="https://github.com/wnameless/json-base/commit/55b592ec9db943804415de12f0447eaecda9f52a"><code>55b592e</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/wnameless/json-base/commit/2472d8cb04c91d76e30fff3826f93afd413da2ac"><code>2472d8c</code></a>
Add license detail</li>
<li><a
href="https://github.com/wnameless/json-base/commit/125f770d1f2abdbcbae99da9ef172a0088d6953f"><code>125f770</code></a>
Upgrade POM</li>
<li><a
href="https://github.com/wnameless/json-base/commit/dea903fda4c0e8c80d9a24d20d4b56017406ba0a"><code>dea903f</code></a>
Update release-notes</li>
<li><a
href="https://github.com/wnameless/json-base/commit/a87237a0f358b2775984bd1aaecc50b2388ab8fe"><code>a87237a</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/wnameless/json-base/compare/json-base-2.4.1...json-base-2.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.wnameless.json:json-base&package-manager=gradle&previous-version=2.4.1&new-version=2.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 6c69430 commit 3af850e
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 @@ -494,7 +494,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 3af850e

Please sign in to comment.