From 66176d85124089b21e9cdb512ba680bb0466f62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:37:21 -0600 Subject: [PATCH] Bump net.javacrumbs.json-unit:json-unit-assertj from 3.5.0 to 4.0.0 (#805) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f65af094e..d8d7e0f87 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { testImplementation 'com.h2database:h2:2.3.232' testImplementation 'com.deque.html.axe-core:selenium:4.10.1' testImplementation 'org.projectlombok:lombok:1.18.36' - testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:3.5.0' + testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:4.0.0' testAnnotationProcessor 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok'