No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
1. Register at [Qodana Cloud](https://qodana.cloud/) and [configure the action](https://github.com/jetbrains/qodana-action#qodana-cloud)
2. Use [GitHub Code Scanning with Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning)
3. Host [Qodana report at GitHub Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages)
4. Inspect and use `qodana.sarif.json` (see [the Qodana SARIF format](https://www.jetbrains.com/help/qodana/qodana-sarif-output.html#Report+structure) for details)
To get `*.log` files or any other Qodana artifacts, run the action with `upload-result` option set to `true`,
so that the action will upload the files as the job artifacts:
```yaml
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3.1
with:
upload-result: true
```
Contact Qodana team
Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com)
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
This PR contains the following updates:
20231013
->20240205
Release Notes
douglascrockford/JSON-java (org.json:json)
### [`v20240205`](https://togithub.com/stleary/JSON-java/releases/tag/20240205) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20231013...20240205) | Pull Request | Description | |------|------| | [#855](https://togithub.com/douglascrockford/JSON-java/issues/855) | [Fix JSONArrayTest testRecursiveDepthArrayFor1000Levels()](https://togithub.com/stleary/JSON-java/pull/855) | | [#846](https://togithub.com/douglascrockford/JSON-java/issues/846) | [Cleanup warnings and merge new unit tests](https://togithub.com/stleary/JSON-java/pull/846)| | [#845](https://togithub.com/douglascrockford/JSON-java/issues/845) | [improved annotation search performance](https://togithub.com/stleary/JSON-java/pull/845)| | [#835](https://togithub.com/douglascrockford/JSON-java/issues/835) | [Delete redundant .toString() call in README](https://togithub.com/stleary/JSON-java/pull/835) | | [#832](https://togithub.com/douglascrockford/JSON-java/issues/832) | [Add a config flag to disable whitespace trimming](https://togithub.com/stleary/JSON-java/pull/832)| | [#831](https://togithub.com/douglascrockford/JSON-java/issues/831) | [Refactor NumberConversionUtil and toString() of CookieList & XML Classes](https://togithub.com/stleary/JSON-java/pull/831)| | [#830](https://togithub.com/douglascrockford/JSON-java/issues/830) | [Upgrade json-path's version to 2.4.0 to avoid dependency conflict](https://togithub.com/stleary/JSON-java/pull/830) | | [#828](https://togithub.com/douglascrockford/JSON-java/issues/828) | [Fixed flaky tests in XMLTest.java](https://togithub.com/stleary/JSON-java/pull/828) | | [#824](https://togithub.com/douglascrockford/JSON-java/issues/824) | [Ignore tests that fail due to resource differences](https://togithub.com/stleary/JSON-java/pull/824)| | [#823](https://togithub.com/douglascrockford/JSON-java/issues/823) | [JSON parsing self reference object and array](https://togithub.com/stleary/JSON-java/pull/823) | | [#820](https://togithub.com/douglascrockford/JSON-java/issues/820) | [Close XML tag explicitly for empty tags with configuration](https://togithub.com/stleary/JSON-java/pull/820) | | [#815](https://togithub.com/douglascrockford/JSON-java/issues/815) | [Ensure java 6 compatable](https://togithub.com/stleary/JSON-java/pull/815) | [#814](https://togithub.com/douglascrockford/JSON-java/issues/814) | [Refactor duplicate code for stringToNumber() in JSONObject, JSONArray, and XML](https://togithub.com/stleary/JSON-java/pull/814) | | [#812](https://togithub.com/douglascrockford/JSON-java/issues/812) | [docs: use syntax highlighting](https://togithub.com/stleary/JSON-java/pull/812) | | [#808](https://togithub.com/douglascrockford/JSON-java/issues/808) | [Fix compiler warnings](https://togithub.com/stleary/JSON-java/pull/808) | | [#806](https://togithub.com/douglascrockford/JSON-java/issues/806) | [Add new deployment pipeline](https://togithub.com/stleary/JSON-java/pull/806) | | [#803](https://togithub.com/douglascrockford/JSON-java/issues/803) | [ci: test with Java 21](https://togithub.com/stleary/JSON-java/pull/803) | | [#801](https://togithub.com/douglascrockford/JSON-java/issues/801) | [Updates the pipeline to validate that packaging a jar works properly](https://togithub.com/stleary/JSON-java/pull/801) | | [#798](https://togithub.com/douglascrockford/JSON-java/issues/798) | [fix: flakiness in org.json.junit.XMLTest#testIndentComplicatedJsonObjectWithArrayAndWithConfig](https://togithub.com/stleary/JSON-java/pull/798) | | [#794](https://togithub.com/douglascrockford/JSON-java/issues/794) | [XML optLong/getLong equivalent updates for string to number conversion.](https://togithub.com/stleary/JSON-java/pull/794) |Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.