Skip to content

Commit e4c5ec8

Browse files
Update dependency io.rest-assured:rest-assured to v5.5.6 (#711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c96e20 commit e4c5ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependencies {
154154
implementation group: 'ch.qos.logback', name: 'logback-core', version: logbackVersion
155155

156156
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
157-
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.5'
157+
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.6'
158158
}
159159

160160
bootJar {

0 commit comments

Comments
 (0)