Skip to content

build(deps): bump org.json:json from 20250107 to 20260814 - #75

Merged
rahilsh merged 1 commit into
mainfrom
dependabot/maven/org.json-json-20260814
Aug 22, 2026
Merged

build(deps): bump org.json:json from 20250107 to 20260814#75
rahilsh merged 1 commit into
mainfrom
dependabot/maven/org.json-json-20260814

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps org.json:json from 20250107 to 20260814.

Release notes

Sourced from org.json:json's releases.

20260814

Pull RequestDescription
#1070Fix XML.unescape for valid whitespace chars

20260719

Pull RequestDescription
#1069pre-release-20260719 prep for next release
#1068Max number length config for BigInteger and BigDecimal
#1067bound BigDecimal→BigInteger expansion in objectToBigInteger (completes CVE-2026-59171 fix)
#1065Fixes CVE-2026-59171
#1062Refactor CDL row serialization for readability
#1061Restore lenient jsonarray allow consecutive commas and insert null
#1058Docs and warnings cleanup

20260522

Pull RequestDescription
#1054pre-release-20260522 prep for next release
#1053update security.md with key data
#1046Validate XML numeric character references before string construction
#1044Ignore static fields in JSONObject.fromJson()
#1041Enhance README with license clarification
#1039Fix XML forceList parsing issue
#1038Fix input validation in XMLTokener.unescapeEntity()
#1037Fix ClassCastException in JSONML.toJSONArray and toJSONObject
#1029add badge to external hosted javadoc
#1028Refactoring: Fix sonarqube reliability issues
#1027Save/restore default locale in test

20251224

Pull RequestDescription
#1021Add LTS JDK 25 build to github actions
#1020Record type support
#1017Refactoring: Fix some SonarQube issues
#1014Refactoring: String check logic in CDL
#1013Refactoring: FIx Sonarqube issues in JSONArray
#1011Refactoring: Fix SonarQube issues in JSONObject
#1009Fix strict mode check for period after number
#1008Fixed JSONArray strict mode check for leading comma
#1006JSONObject.fromJson() with unit tests
#1005Refactoring: Fix sonarQube issues in JSONObject
#1004Refactoring: Fix sonarcube issues in JSONObject
#1001Refactoring: sonarqube issues in JSONObject
#1000Refactoring: Fix some sonarcube issues from recent commits
#999fixed some strict mode issues
#995Fix regression XML parsing null with keepStrings

... (truncated)

Changelog

Sourced from org.json:json's changelog.

20260814 Fixes XML.unescape whitespace handling

20260719 Fixes CVE-2026-59171 very large BigInteger, BigDecimal

20260522 Publish key data, recent commits for minor fixes

20251224 Records, fromJson(), and recent commits

20250517 Strict mode hardening and recent commits

Commits
  • 6c14048 Merge pull request #1073 from stleary/pre-release-20260814
  • 34efda6 pre-release-20260814 initial commit
  • 22ab2fb Update jar file link in README
  • 392a352 Fix formatting of the latest release jar file link
  • b594a32 Merge pull request #1070 from dong0713/fix/xml-unescape-whitespace-control-chars
  • 94854a1 Fix XML.unescape rejecting valid whitespace numeric character references
  • 1795e8c Merge pull request #1069 from stleary/pre-release-20260719
  • da757c6 pre-release-20260719 oops forgot to update new unit tests for strict mode
  • d24bc9e pre-release-20260719 initial commit
  • 80efb52 Merge pull request #1068 from stleary/max-number-length-config
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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 20250107 to 20260814.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](stleary/JSON-java@2025010...2026081)
---
updated-dependencies:
- dependency-name: org.json:json
dependency-version: '20260814'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 22, 2026
@dependabot
dependabotBot requested a review from rahilsh as a code ownerAugust 22, 2026 09:22
@dependabotdependabotBot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 22, 2026

@rahilshrahilsh left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Approving dependabot PR - all checks passed.

@rahilsh
rahilsh merged commit 7247511 into mainAug 22, 2026
2 checks passed
@rahilsh
rahilsh deleted the dependabot/maven/org.json-json-20260814 branch August 22, 2026 09:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rahilsh