This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 2cfabfc Bump org.json:json from 20260719 to 20260814 in
/log4j-samples-graalvm (#427)
2cfabfc is described below
commit 2cfabfcff42c3316376def5a7cb54e960095258d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 19:57:06 2026 +0530
Bump org.json:json from 20260719 to 20260814 in /log4j-samples-graalvm
(#427)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from
20260719 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/20260719...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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-samples-graalvm/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index 7bdb4d6..37aba6e 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -60,7 +60,7 @@
<!-- Dependencies (alphabetical) -->
<assertj.version>3.27.7</assertj.version>
- <json-org.version>20260719</json-org.version>
+ <json-org.version>20260814</json-org.version>
<json-unit.version>6.2.0</json-unit.version>
<junit.version>6.1.3</junit.version>
<logback.version>1.6.3</logback.version>