Skip to content

Commit 1435967

Browse files
Update dependency io.rest-assured:rest-assured to v5.5.1 (#386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6def09 commit 1435967

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)