From e9917af12c41cc4042a82106f9ee6024ea953a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:20:17 +0000 Subject: [PATCH] Bump net.javacrumbs.json-unit:json-unit-fluent from 3.2.2 to 3.2.4 Bumps [net.javacrumbs.json-unit:json-unit-fluent](https://github.com/lukas-krecan/JsonUnit) from 3.2.2 to 3.2.4. - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.2.2...json-unit-parent-3.2.4) --- updated-dependencies: - dependency-name: net.javacrumbs.json-unit:json-unit-fluent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 87bf1c91a83..05b114bea33 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -73,7 +73,7 @@ final Map libraries = [ jodaTime : 'joda-time:joda-time:2.12.6', // joda-time version has to be compatible with the jruby version jolt : 'com.bazaarvoice.jolt:jolt-core:0.1.8', jruby : 'org.jruby:jruby-complete:9.4.5.0', - jsonUnit : 'net.javacrumbs.json-unit:json-unit-fluent:3.2.2', + jsonUnit : 'net.javacrumbs.json-unit:json-unit-fluent:3.2.4', jsoup : 'org.jsoup:jsoup:1.17.2', junit5Bom : 'org.junit:junit-bom:5.10.1', liquibase : 'org.liquibase:liquibase-core:4.25.1',