-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 2.x] dependabot: bump com.github.wnameless.json:json-base from 2.4.2 to 2.4.3 #3437
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…4.3 (#3434) Bumps [com.github.wnameless.json:json-base](https://github.com/wnameless/json-base) from 2.4.2 to 2.4.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wnameless/json-base/blob/master/release-notes">com.github.wnameless.json:json-base's changelog</a>.</em></p> <blockquote> <p>Version 1.0.0</p> <ul> <li>First release</li> </ul> <p>Version 1.1.0</p> <ul> <li>Support Java 9 Module</li> <li>Add isEmpty() to JsonArrayBase and JsonObjectBase</li> </ul> <ul> <li>Change package name from com.github.wnameless.json to com.github.wnameless.json.base</li> </ul> <p>Version 1.1.1</p> <ul> <li>Using "requires static" on Gson and Jackson</li> </ul> <p>Version 1.2.0</p> <ul> <li>Add Jsonable interface</li> </ul> <p>Version 2.0.0</p> <ul> <li>Add #asBigInteger, #asBigDecimal, #asNumber, #asNull</li> <li>Add #toMap, #toList</li> <li>Add JsonValueCore, JsonObjectCore, JsonArrayCore, JsonCore, JsonSource</li> <li>Add JsonPrinter, JsonValueUtils</li> </ul> <p>Version 2.1.0</p> <ul> <li>Fix JsonProter#prettyPrint bug</li> <li>Improve module-info.java</li> </ul> <p>Version 2.2.0</p> <ul> <li>Alter all "requires static transitive" to "requires static" in module-info.java to avoid "module not found" error while compiling by other projects</li> </ul> <p>Version 2.2.1</p> <ul> <li>Fix JsonPrinter bug on the edge case: having backslash before ending double quotes</li> </ul> <p>Version 2.3.0</p> <ul> <li>Add org.json lib support</li> <li>Add Jakarta lib support</li> </ul> <ul> <li>Change the return type of JsonArrayCore#remove(int) from boolean to JsonArrayCore</li> <li>Increase JUnit code coverage to 100%</li> </ul> <ul> <li>Remove Cobertura maven dependency</li> </ul> <p>Version 2.4.0</p> <ul> <li>Add #stream to JsonArrayBase and JsonObjectBase</li> </ul> <p>Version 2.4.1</p> <ul> <li>Improve OrgJsonValue#asNumber</li> </ul> <ul> <li>Add JsonPrinter#toJsonString</li> </ul> <p>Version 2.4.2</p> <ul> <li>Upgrade POM</li> </ul> <p>Version 2.4.3</p> <ul> <li>Modify JsonValueUtils#toJavaNumber for preserving precise scale of the float number</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wnameless/json-base/commit/a2785b7b1c777b591a1d8724382c85f9dface1ba"><code>a2785b7</code></a> [maven-release-plugin] prepare release json-base-2.4.3</li> <li><a href="https://github.com/wnameless/json-base/commit/849d039bf8f1728a2b091c6c6490eb4e00550c10"><code>849d039</code></a> Improve GsonJsonValue implementation</li> <li><a href="https://github.com/wnameless/json-base/commit/244205004471e47cfde08a8139ff6d4f52917ca5"><code>2442050</code></a> To preserve precise scale of the float number</li> <li><a href="https://github.com/wnameless/json-base/commit/10f6d999541a98d52c8a97e117dd916fad989634"><code>10f6d99</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.2...json-base-2.4.3">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.2&new-version=2.4.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit fa52472) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot
bot
requested review from
cliu123,
cwperks,
DarshitChanpura,
davidlago,
peternied,
RyanL1997,
stephen-crawford,
reta and
willyborankin
as code owners
October 2, 2023 17:03
reta
approved these changes
Oct 2, 2023
Codecov Report
@@ Coverage Diff @@
## 2.x #3437 +/- ##
============================================
+ Coverage 64.28% 64.32% +0.03%
- Complexity 3457 3462 +5
============================================
Files 256 256
Lines 19515 19515
Branches 3297 3297
============================================
+ Hits 12546 12553 +7
+ Misses 5356 5350 -6
+ Partials 1613 1612 -1 |
DarshitChanpura
approved these changes
Oct 2, 2023
This pull request could have been automatically merged by adding the author 'opensearch-trigger-bot[bot]' to discerning-merger list of allowed-authors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport fa52472 from #3434.