From 98899166ec89d600651291c0cb89a342bedf46d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:48:51 +0000 Subject: [PATCH] Bump io.rest-assured:xml-path from 5.5.6 to 6.0.0 in /service Bumps [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) from 5.5.6 to 6.0.0. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.5.6...rest-assured-6.0.0) --- updated-dependencies: - dependency-name: io.rest-assured:xml-path dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- service/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service/build.gradle b/service/build.gradle index 967ee6b0..39f5294a 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -39,9 +39,9 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.assertj:assertj-core:3.27.6' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'io.rest-assured:rest-assured:5.5.6' - testImplementation 'io.rest-assured:json-path:5.5.6' - testImplementation 'io.rest-assured:xml-path:5.5.6' + testImplementation 'io.rest-assured:rest-assured:6.0.0' + testImplementation 'io.rest-assured:json-path:6.0.0' + testImplementation 'io.rest-assured:xml-path:6.0.0' testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3:8.6.0' testImplementation 'pl.pragmatists:JUnitParams:1.1.1' }