Skip to content

Commit 4aa8acc

Browse files
Update dependency io.rest-assured:rest-assured to v5.5.1
1 parent a6def09 commit 4aa8acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("org.seasar.doma:doma-core:$domaVersion")
2222
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
2323
testImplementation("io.quarkus:quarkus-junit5:${quarkusVersion}")
24-
testImplementation("io.rest-assured:rest-assured:5.5.0")
24+
testImplementation("io.rest-assured:rest-assured:5.5.1")
2525
}
2626

2727
tasks {

0 commit comments

Comments
 (0)