Skip to content

Commit 9abff0d

Browse files
Bump io.rest-assured:rest-assured from 5.5.0 to 5.5.6 in /service (#369)
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.0 to 5.5.6. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.0...rest-assured-5.5.6) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 350bcda commit 9abff0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

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

0 commit comments

Comments
 (0)