Skip to content

Commit b42319c

Browse files
Update dependency io.rest-assured:rest-assured to v5.5.5 (#415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f632ed commit b42319c

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.2")
24+
testImplementation("io.rest-assured:rest-assured:5.5.5")
2525
}
2626

2727
tasks {

0 commit comments

Comments
 (0)