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 2f632ed commit b42319cCopy full SHA for b42319c
build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
implementation("org.seasar.doma:doma-core:$domaVersion")
22
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
23
testImplementation("io.quarkus:quarkus-junit5:${quarkusVersion}")
24
- testImplementation("io.rest-assured:rest-assured:5.5.2")
+ testImplementation("io.rest-assured:rest-assured:5.5.5")
25
}
26
27
tasks {
0 commit comments