From 322f21a579b17d92106416e9a407094c87cf04d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:49:21 +0000 Subject: [PATCH] Bump net.javacrumbs.json-unit:json-unit-fluent from 3.2.4 to 3.2.7 Bumps [net.javacrumbs.json-unit:json-unit-fluent](https://github.com/lukas-krecan/JsonUnit) from 3.2.4 to 3.2.7. - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.2.4...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 54f675f..c1fd961 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -34,7 +34,7 @@ final Map libraries = [ jacksonCore : 'com.fasterxml.jackson.core:jackson-core:2.16.1', jcommander : 'com.beust:jcommander:1.82', jhighlight : 'org.codelibs:jhighlight:1.1.0', - jsonFluent : 'net.javacrumbs.json-unit:json-unit-fluent:3.2.4', + jsonFluent : 'net.javacrumbs.json-unit:json-unit-fluent:3.2.7', junitJupiterApi : 'org.junit.jupiter:junit-jupiter-api:5.10.2', lombok : 'org.projectlombok:lombok:1.18.30', mockito : 'org.mockito:mockito-core:5.10.0',