Skip to content

Commit 5b824d9

Browse files
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](rest-assured/rest-assured@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] <[email protected]>
1 parent c01a945 commit 5b824d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ dependencies {
3939
testImplementation 'org.mockito:mockito-core:5.20.0'
4040
testImplementation 'org.assertj:assertj-core:3.27.6'
4141
testImplementation 'org.springframework.boot:spring-boot-starter-test'
42-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
43-
testImplementation 'io.rest-assured:json-path:5.5.6'
44-
testImplementation 'io.rest-assured:xml-path:5.5.6'
42+
testImplementation 'io.rest-assured:rest-assured:6.0.0'
43+
testImplementation 'io.rest-assured:json-path:6.0.0'
44+
testImplementation 'io.rest-assured:xml-path:6.0.0'
4545
testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3:8.6.0'
4646
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
4747
}

0 commit comments

Comments
 (0)