Skip to content

Commit 45690dc

Browse files
Update dependency io.rest-assured:rest-assured to v5.5.6
1 parent b90e57a commit 45690dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/example-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testImplementation 'io.jooby:jooby-test:3.2.3'
1313
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
1414
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
15-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
15+
testImplementation 'io.rest-assured:rest-assured:5.5.6'
1616
testImplementation 'org.assertj:assertj-core:3.27.3'
1717
testImplementation project(':selfie-runner-junit5')
1818
testImplementation 'org.jsoup:jsoup:1.17.2'

0 commit comments

Comments
 (0)