Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps org.json:json from 20240303 to 20250107.

Release notes

Sourced from org.json:json's releases.

20250107

Pull Request Description
#930 pre-release-20250107: updates for next release
#929 restore moditect in pom.xml

20241224

Pull Request Description
#924 pre-release-20241224: updates for next release
#907 Fix a bug when calling JSONArray.addAll() with Collection as Object
#894 update jsonpath from 2.4.0 to 2.9.0
#889 Fixed non-idempotent unit tests in JSONObjectTest
#879 Extend syntax error information
#877, #886, #888, #911, #921 Strict mode opt-in feature
#876 Remove jsonparserconfig ctor- just use withOverwriteDuplicateKey
#867 Improve performance in toString()
Changelog

Sourced from org.json:json's changelog.

Release history:

JSON-java releases can be found by searching the Maven repository for groupId "org.json" and artifactId "json". For example: https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav

20250107....Restore moditect in pom.xml

20241224....Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.
It is not recommended if you need this feature.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20250107.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Feb 1, 2025
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

meili-bors bot added a commit that referenced this pull request Feb 5, 2025
810: Bump com.diffplug.spotless from 6.13.0 to 7.0.2 r=curquiza a=dependabot[bot]

Bumps com.diffplug.spotless from 6.13.0 to 7.0.2.

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| com.diffplug.spotless | [>= 6.16.a, < 6.17] |
</details>


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

You can trigger a rebase of this PR 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>

811: Bump org.json:json from 20240303 to 20250107 r=curquiza a=dependabot[bot]

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20250107.
<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>20250107</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/930">#930</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/930">pre-release-20250107: updates for next release</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/929">#929</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/929">restore moditect in pom.xml</a></td>
</tr>
</tbody>
</table>
<h2>20241224</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/924">#924</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/924">pre-release-20241224: updates for next release</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/907">#907</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/907">Fix a bug when calling JSONArray.addAll() with Collection as Object</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/894">#894</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/894">update jsonpath from 2.4.0 to 2.9.0</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/889">#889</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/889">Fixed non-idempotent unit tests in JSONObjectTest</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/879">#879</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/879">Extend syntax error information</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/877">#877</a>, <a href="https://redirect.github.com/douglascrockford/JSON-java/issues/886">#886</a>, <a href="https://redirect.github.com/douglascrockford/JSON-java/issues/888">#888</a>, <a href="https://redirect.github.com/douglascrockford/JSON-java/issues/911">#911</a>, <a href="https://redirect.github.com/douglascrockford/JSON-java/issues/921">#921</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/921">Strict mode opt-in feature</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/876">#876</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/876">Remove jsonparserconfig ctor- just use withOverwriteDuplicateKey</a></td>
</tr>
<tr>
<td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/867">#867</a></td>
<td><a href="https://redirect.github.com/stleary/JSON-java/pull/867">Improve performance in toString()</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>
<h1>Release history:</h1>
<p>JSON-java releases can be found by searching the Maven repository for groupId &quot;org.json&quot;
and artifactId &quot;json&quot;. For example:
<a href="https://search.maven.org/search?q=g:org.json%20AND%20a:json&amp;core=gav">https://search.maven.org/search?q=g:org.json%20AND%20a:json&amp;core=gav</a></p>
<pre><code>20250107....Restore moditect in pom.xml
<p>20241224....Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.<br />
It is not recommended if you need this feature.<br />
</code></pre></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=gradle&previous-version=20240303&new-version=20250107)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Feb 5, 2025

Build failed (retrying...):

@meili-bors
Copy link
Contributor

meili-bors bot commented Feb 5, 2025

Build succeeded:

  • linter
  • integration-and-unit-tests

@meili-bors meili-bors bot merged commit 0ccbbd9 into main Feb 5, 2025
3 checks passed
@meili-bors meili-bors bot deleted the dependabot/gradle/org.json-json-20250107 branch February 5, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants