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 a6def09 commit 1435967Copy full SHA for 1435967
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.0")
+ testImplementation("io.rest-assured:rest-assured:5.5.1")
25
}
26
27
tasks {
0 commit comments