This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new e560064d1a Bump org.json:json from 20250517 to 20260814 (#4312)
e560064d1a is described below
commit e560064d1af8883374dd2f36f92ab62d6cd512eb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 10 11:58:48 2026 +0530
Bump org.json:json from 20250517 to 20260814 (#4312)
* Bump org.json:json from 20250517 to 20260814
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from
20250517 to 20260814.
- [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/compare/20250517...20260814)
---
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] <[email protected]>
* Generate changelog entries for #4312
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
---
log4j-fuzz-test/pom.xml | 2 +-
log4j-layout-template-json-fuzz-test/pom.xml | 2 +-
src/changelog/.2.x.x/update_org.json_json.xml | 8 ++++++++
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/log4j-fuzz-test/pom.xml b/log4j-fuzz-test/pom.xml
index ec14d83c01..285d07654b 100644
--- a/log4j-fuzz-test/pom.xml
+++ b/log4j-fuzz-test/pom.xml
@@ -39,7 +39,7 @@
<sign.skip>true</sign.skip>
<!-- dependency versions -->
- <json.version>20250517</json.version>
+ <json.version>20260814</json.version>
</properties>
diff --git a/log4j-layout-template-json-fuzz-test/pom.xml
b/log4j-layout-template-json-fuzz-test/pom.xml
index 73c97823ee..e8db80d8b1 100644
--- a/log4j-layout-template-json-fuzz-test/pom.xml
+++ b/log4j-layout-template-json-fuzz-test/pom.xml
@@ -40,7 +40,7 @@
<sign.skip>true</sign.skip>
<!-- dependency versions -->
- <json.version>20250517</json.version>
+ <json.version>20260814</json.version>
</properties>
diff --git a/src/changelog/.2.x.x/update_org.json_json.xml
b/src/changelog/.2.x.x/update_org.json_json.xml
new file mode 100644
index 0000000000..8d244fb336
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org.json_json.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="4312" link="https://github.com/apache/logging-log4j2/pull/4312"/>
+ <description format="asciidoc">Update `org.json:json` to version
`20260814`</description>
+</entry>