This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new 503a084 Update `org.json:json` to version `20231013` (#34)
503a084 is described below
commit 503a0848e0706e9b07477b0e2c3d23504edf2752
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Oct 23 22:57:40 2023 +0000
Update `org.json:json` to version `20231013` (#34)
---
pom.xml | 2 +-
src/changelog/.1.x.x/update_org_json_json.xml | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 67dc7cc..d7ff4a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
<javax.cache.api.version>1.0.0</javax.cache.api.version>
<jaxb.version>2.2.7</jaxb.version>
<jboss.logging.version>3.3.0.Final</jboss.logging.version>
- <json.version>20090211</json.version>
+ <json.version>20231013</json.version>
<junit.version>4.12</junit.version>
<jxr.plugin.version>2.5</jxr.plugin.version>
<log4j.version>2.21.0</log4j.version>
diff --git a/src/changelog/.1.x.x/update_org_json_json.xml
b/src/changelog/.1.x.x/update_org_json_json.xml
new file mode 100644
index 0000000..4a4fce3
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_json_json.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="34" link="https://github.com/apache/logging-log4j-audit/pull/34"/>
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update `org.json:json` to version
`20231013`</description>
+</entry>