This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 1a323d53f4 Bump net.javacrumbs.json-unit:json-unit from 4.1.1 to 6.2.0
(#4296)
1a323d53f4 is described below
commit 1a323d53f466adabdb2628b2df3ea96789edcc54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 10:52:28 2026 +0530
Bump net.javacrumbs.json-unit:json-unit from 4.1.1 to 6.2.0 (#4296)
* Bump net.javacrumbs.json-unit:json-unit from 4.1.1 to 6.2.0
Bumps
[net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit)
from 4.1.1 to 6.2.0.
-
[Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md)
-
[Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-4.1.1...json-unit-parent-6.2.0)
---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Generate changelog entries for #4296
---------
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>
Co-authored-by: Ramanathan <[email protected]>
---
log4j-parent/pom.xml | 2 +-
.../.3.x.x/update_net.javacrumbs.json-unit_json-unit.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 956a9adb41..c4fce71862 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -119,7 +119,7 @@
<jctools.version>4.0.5</jctools.version>
<jmdns.version>3.6.1</jmdns.version>
<jmh.version>1.37</jmh.version>
- <json-unit.version>4.1.1</json-unit.version>
+ <json-unit.version>6.2.0</json-unit.version>
<jspecify.version>1.0.0</jspecify.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.13.4</junit-jupiter.version>
diff --git a/src/changelog/.3.x.x/update_net.javacrumbs.json-unit_json-unit.xml
b/src/changelog/.3.x.x/update_net.javacrumbs.json-unit_json-unit.xml
new file mode 100644
index 0000000000..fb5d420a7e
--- /dev/null
+++ b/src/changelog/.3.x.x/update_net.javacrumbs.json-unit_json-unit.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="4296" link="https://github.com/apache/logging-log4j2/pull/4296"/>
+ <description format="asciidoc">Update `net.javacrumbs.json-unit:json-unit`
to version `6.2.0`</description>
+</entry>