Skip to content

Commit

Permalink
Update dependency io.rest-assured:rest-assured to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent 4486d8d commit bf2bca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("org.seasar.doma:doma-core:$domaVersion")
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
testImplementation("io.quarkus:quarkus-junit5:${quarkusVersion}")
testImplementation("io.rest-assured:rest-assured:5.4.0")
testImplementation("io.rest-assured:rest-assured:5.5.0")
}

tasks {
Expand Down

0 comments on commit bf2bca8

Please sign in to comment.