From e8ec53823628b4d225416f7a358226c88867824d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 12:28:18 +0200 Subject: [PATCH] fix(deps): update dependency com.approvaltests:approvaltests to v24 (#47) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fdaccfe8..13d437bc 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation "ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:${hapiVersion}" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.springframework.cloud:spring-cloud-stream-test-support" - testImplementation "com.approvaltests:approvaltests:22.4.0" + testImplementation "com.approvaltests:approvaltests:24.3.0" } dependencyManagement {