Clivern / Decoy

🔥 JSON Schema Validation Package for Java.
Apache License 2.0
0 stars 0 forks source link

Update dependency org.json:json to v20210307 #60

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.json:json 20190722 -> 20210307 age adoption passing confidence

Release Notes

douglascrockford/JSON-java ### [`v20210307`](https://togithub.com/douglascrockford/JSON-java/releases/20210307) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20201115...20210307) | Pull Request | Description | |---------------|--------------| | [#​575](https://togithub.com/douglascrockford/JSON-java/issues/575) | Fix similar compare numbers | | [#​577](https://togithub.com/douglascrockford/JSON-java/issues/577) | Added clear() methods to JSONObject and JSONArray | | [#​581](https://togithub.com/douglascrockford/JSON-java/issues/581) | Use built-in Gradle shorthand notation for Maven Central repository | | [#​583](https://togithub.com/douglascrockford/JSON-java/issues/583) | Checked the length of key for checker framework | | [#​588](https://togithub.com/douglascrockford/JSON-java/issues/588) | JSONPointer should not process reverse solidus or double-quote chars in tokens | **NOTE:** [#​588](https://togithub.com/douglascrockford/JSON-java/issues/588) is a potentially breaking change to JSONPointer. Embedded double quote and backslash chars are now handled differently (they are basically ignored by the JSONPointer parser). If this causes problems to your project, post an issue on the JSON-Java GitHub page. ### [`v20201115`](https://togithub.com/douglascrockford/JSON-java/releases/20201115) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20200518...20201115) | Pull Request | Description | |---------------|--------------| | [#​515](https://togithub.com/douglascrockford/JSON-java/issues/515) | Merge tests and pom and code | | [#​519](https://togithub.com/douglascrockford/JSON-java/issues/519) | Gradle support | | [#​521](https://togithub.com/douglascrockford/JSON-java/issues/521) | Updates Cookie class to be more generic in attribute parsing and emit | | [#​524](https://togithub.com/douglascrockford/JSON-java/issues/524) | JSONArray does not have constructor to allocate the specified initial capacity | | [#​525](https://togithub.com/douglascrockford/JSON-java/issues/525) | Unit test fixes | | [#​526](https://togithub.com/douglascrockford/JSON-java/issues/526)| Comment out some broken unit tests | | [#​527](https://togithub.com/douglascrockford/JSON-java/issues/527) | Fixes for Unit tests and supports GitHub Actions | | [#​529](https://togithub.com/douglascrockford/JSON-java/issues/529) | Added putAll(Collection) and putAll(Array) methods | | [#​532](https://togithub.com/douglascrockford/JSON-java/issues/532) | Verifies BigDecimal support does not have a regression| | [#​538](https://togithub.com/douglascrockford/JSON-java/issues/538) | Explain local builds in the readme, fix a couple of typos | | [#​539](https://togithub.com/douglascrockford/JSON-java/issues/539) | Bring Junit tests to Java 1.6 compatibility | | [#​540](https://togithub.com/douglascrockford/JSON-java/issues/540) | Added type conversion support | | [#​542](https://togithub.com/douglascrockford/JSON-java/issues/542) | Fix xml hex entity parse | | [#​543](https://togithub.com/douglascrockford/JSON-java/issues/543) | Refactor XMLConfiguration to use Builder Pattern | | [#​549](https://togithub.com/douglascrockford/JSON-java/issues/549) | Update readme.md | | [#​552](https://togithub.com/douglascrockford/JSON-java/issues/552) | Updates for JSONArray.putAll methods | | [#​570](https://togithub.com/douglascrockford/JSON-java/issues/570) | Readme - fix spelling and usage, per Grammarly | ### [`v20200518`](https://togithub.com/douglascrockford/JSON-java/releases/20200518) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20190722...20200518) | Pull Request | Description | |---------------|--------------| | [#​502](https://togithub.com/douglascrockford/JSON-java/issues/502) | Update JSONTokener text in README | | [#​499](https://togithub.com/douglascrockford/JSON-java/issues/499) | Add copyright to some files | | [#​495](https://togithub.com/douglascrockford/JSON-java/issues/495) | Refactor typos from code | | [#​494](https://togithub.com/douglascrockford/JSON-java/issues/494) | Replace JSONObject constructor string arrays with var args | | [#​492](https://togithub.com/douglascrockford/JSON-java/issues/492) | Clarify output of JSONArray toList() | | [#​486](https://togithub.com/douglascrockford/JSON-java/issues/486) | Standardize some exception messages | | [#​485](https://togithub.com/douglascrockford/JSON-java/issues/485) | Fix EOF error when Meta tag isn't closed at end of input. | | [#​483](https://togithub.com/douglascrockford/JSON-java/issues/483) | Update README.md to point to latest released jar | | [#​481](https://togithub.com/douglascrockford/JSON-java/issues/481) | Clarify exception when parser reads JSON | | [#​475](https://togithub.com/douglascrockford/JSON-java/issues/475) |Make private methods static where possible | | [#​474](https://togithub.com/douglascrockford/JSON-java/issues/474) | Replaces an internally used inefficient StringBuffer class |

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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 WhiteSource Renovate. View repository job log here.

mergify[bot] commented 2 years ago

Nice! PR merged successfully.