Skip to content

Commit e6f806f

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

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
@@ -33,8 +33,8 @@ dependencies {
3333
testImplementation 'org.mockito:mockito-core:4.4.0'
3434
testImplementation 'org.assertj:assertj-core:3.27.1'
3535
testImplementation 'org.springframework.boot:spring-boot-starter-test'
36-
testImplementation 'io.rest-assured:rest-assured:5.0.1'
37-
testImplementation 'io.rest-assured:json-path:5.0.1'
36+
testImplementation 'io.rest-assured:rest-assured:5.5.0'
37+
testImplementation 'io.rest-assured:json-path:5.5.0'
3838
testImplementation 'io.rest-assured:xml-path:5.5.0'
3939
testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3:7.6.1'
4040
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'

0 commit comments

Comments
 (0)