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 52c7a68 commit 4059490Copy full SHA for 4059490
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.5")
+ testImplementation("io.rest-assured:rest-assured:5.5.6")
25
}
26
27
tasks {
0 commit comments