From d40c4ba581705bd13fe312258bdca8bfc70851e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:17:35 +0000 Subject: [PATCH] build(deps): bump net.javacrumbs.json-unit:json-unit-json-path Bumps [net.javacrumbs.json-unit:json-unit-json-path](https://github.com/lukas-krecan/JsonUnit) from 2.35.0 to 3.4.0. - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-2.35.0...json-unit-parent-3.4.0) --- updated-dependencies: - dependency-name: net.javacrumbs.json-unit:json-unit-json-path dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../ids/ids-api-multipart-endpoint-v1/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-protocols/ids/ids-api-multipart-endpoint-v1/build.gradle.kts b/data-protocols/ids/ids-api-multipart-endpoint-v1/build.gradle.kts index 58a6235267b..e6a907ff859 100644 --- a/data-protocols/ids/ids-api-multipart-endpoint-v1/build.gradle.kts +++ b/data-protocols/ids/ids-api-multipart-endpoint-v1/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("org.glassfish.jersey.media:jersey-media-multipart:${jerseyVersion}") testImplementation("net.javacrumbs.json-unit:json-unit-assertj:2.35.0") - testImplementation("net.javacrumbs.json-unit:json-unit-json-path:2.35.0") + testImplementation("net.javacrumbs.json-unit:json-unit-json-path:3.4.0") testImplementation("net.javacrumbs.json-unit:json-unit:2.35.0") testImplementation("com.squareup.okhttp3:okhttp:${okHttpVersion}")