Skip to content
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
merged 1 commit into from
Oct 2, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport fa52472 from #3434.

…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 &quot;requires static&quot; 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 &quot;requires static transitive&quot; to &quot;requires
static&quot; in module-info.java to avoid &quot;module not found&quot;
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>
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #3437 (03a303d) into 2.x (36bd1b0) will increase coverage by 0.03%.
Report is 3 commits behind head on 2.x.
The diff coverage is n/a.

Impacted file tree graph

@@             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     

see 4 files with indirect coverage changes

@github-actions
Copy link
Contributor

github-actions bot commented 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.

@reta reta merged commit b6e1c8d into 2.x Oct 2, 2023
64 checks passed
@reta reta deleted the backport/backport-3434-to-2.x branch October 2, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants