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 9cff813 commit e184a3cCopy full SHA for e184a3c
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.1")
+ testImplementation("io.rest-assured:rest-assured:5.5.2")
25
}
26
27
tasks {
0 commit comments