Skip to content

Commit

Permalink
Bump org.json:json from 20230227 to 20231013 (#179)
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java)
from 20230227 to 20231013.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/douglascrockford/JSON-java/releases">org.json:json's
releases</a>.</em></p>
<blockquote>
<h2>20231013</h2>
<table>
<thead>
<tr>
<th>Pull Request</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/793">#793</a></td>
<td>Reverted <a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/761">#761</a></td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/792">#792</a></td>
<td>update the docs for release 20231013</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/783">#783</a></td>
<td>optLong vs getLong inconsistencies</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/782">#782</a></td>
<td>Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig()
for Windows</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/779">#779</a></td>
<td>add validity check for JSONObject constructors</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/778">#778</a></td>
<td>Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig()
for Windows</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/776">#776</a></td>
<td>Update [JUnit to version 4.13.2</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/774">#774</a></td>
<td>Removing unneeded synchronization</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/773">#773</a></td>
<td>Add optJSONArray method to JSONObject with a default value</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/772">#772</a></td>
<td>Disallow nested objects and arrays as keys in objects</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/779">#779</a></td>
<td>Unit test cleanup</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/769">#769</a></td>
<td>Addressed Java 17 compile warnings</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/764">#764</a></td>
<td>Update CodeQL action version</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/761">#761</a></td>
<td>Add module-info</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/759">#759</a></td>
<td>JSON parsing should detect embedded </td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/753">#753</a></td>
<td>Updated new object methods</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/752">#752</a></td>
<td>Fixes possible unit test bug when compiling/testing on Windows</td>
</tr>
</tbody>
</table>
<h2>20230618</h2>
<table>
<thead>
<tr>
<th>Pull Request</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/749">#749</a></td>
<td><a
href="https://redirect.github.com/stleary/JSON-java/pull/749">Prep for
release 20230618</a></td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/740">#740</a></td>
<td><a
href="https://redirect.github.com/stleary/JSON-java/pull/734">Fixed
Flaky Tests Caused by JSON permutations</a></td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/734">#734</a></td>
<td><a
href="https://redirect.github.com/stleary/JSON-java/pull/734">Fixed
Flaky Tests Caused by JSON permutations</a></td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/733">#733</a></td>
<td><a
href="https://redirect.github.com/stleary/JSON-java/pull/733">JSONTokener
implemented java.io.Closeable</a></td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/731">#731</a></td>
<td><a
href="https://redirect.github.com/stleary/JSON-java/pull/731">Removing
commented out code in JSONObject optDouble()</a></td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/729">#729</a></td>
<td><a
href="https://redirect.github.com/stleary/JSON-java/pull/729">Refactor
ParserConfiguration class hierarchy</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md">org.json:json's
changelog</a>.</em></p>
<blockquote>
<p>20231013 First release with minimum Java version 1.8. Recent commits,
including fixes for CVE-2023-5072.</p>
<p>20230618 Final release with Java 1.6 compatibility. Future releases
will require Java 1.8 or greater.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/douglascrockford/JSON-java/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.json:json&package-manager=maven&previous-version=20230227&new-version=20231013)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/MarginallyClever/Robot-Overlord-App/network/alerts).

</details>
  • Loading branch information
i-make-robots authored Nov 1, 2023
2 parents 8e660ed + 20c34da commit 7808640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>

<!-- Jackson is used for converting java objects to JSON and back. -->
Expand Down

0 comments on commit 7808640

Please sign in to comment.