This is an automated email from the ASF dual-hosted git repository. pkarwasz 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 46ec96e745 Bump org.json:json from 20250107 to 20250517 in /log4j-fuzz-test (#3672) 46ec96e745 is described below commit 46ec96e74547d274c6021333cf74fb85efc68d5f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 19 17:23:27 2025 +0000 Bump org.json:json from 20250107 to 20250517 in /log4j-fuzz-test (#3672) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250107 to 20250517. - [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/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20250517' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr P. Karwasz <pkarwasz-git...@apache.org> --- log4j-fuzz-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4j-fuzz-test/pom.xml b/log4j-fuzz-test/pom.xml index 8c76b205a0..ec14d83c01 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>20250107</json.version> + <json.version>20250517</json.version> </properties>