From 26c24304b254e4b5ab5d99b11add70198d00fa6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:06:54 +0000 Subject: [PATCH] Bump net.javacrumbs.json-unit:json-unit-fluent from 3.2.2 to 3.2.7 Bumps [net.javacrumbs.json-unit:json-unit-fluent](https://github.com/lukas-krecan/JsonUnit) from 3.2.2 to 3.2.7. - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.2.2...json-unit-parent-3.2.7) --- 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..241ca11f0ee 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.7', jsoup : 'org.jsoup:jsoup:1.17.2', junit5Bom : 'org.junit:junit-bom:5.10.1', liquibase : 'org.liquibase:liquibase-core:4.25.1',