From 0efbef96938c1a289136bdb6ce902f74928b5202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:13:17 +0000 Subject: [PATCH] build(deps): bump net.javacrumbs.json-unit:json-unit-assertj Bumps [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) from 5.1.2 to 6.0.1. - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-5.1.2...json-unit-parent-6.0.1) --- updated-dependencies: - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f5de64a447..ad8a3865b27 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ def libraries = [ jgit : 'org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r', jolt : 'com.bazaarvoice.jolt:jolt-core:0.1.8', jruby : 'org.jruby:jruby:9.4.15.0', - jsonUnit : 'net.javacrumbs.json-unit:json-unit-assertj:5.1.2', + jsonUnit : 'net.javacrumbs.json-unit:json-unit-assertj:6.0.1', jsoup : 'org.jsoup:jsoup:1.22.2', junit5Bom : 'org.junit:junit-bom:6.1.0', liquibase : 'org.liquibase:liquibase-core:5.0.3',