We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90e57a commit 45690dcCopy full SHA for 45690dc
jvm/example-junit5/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation 'io.jooby:jooby-test:3.2.3'
13
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
14
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
15
- testImplementation 'io.rest-assured:rest-assured:5.5.0'
+ testImplementation 'io.rest-assured:rest-assured:5.5.6'
16
testImplementation 'org.assertj:assertj-core:3.27.3'
17
testImplementation project(':selfie-runner-junit5')
18
testImplementation 'org.jsoup:jsoup:1.17.2'
0 commit comments