Skip to content

Commit

Permalink
Update dependency io.rest-assured:rest-assured to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent 0b4f5ce commit c20fa75
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:4.5.1")
testImplementation("io.rest-assured:rest-assured:5.3.2")
}

tasks {
Expand Down

0 comments on commit c20fa75

Please sign in to comment.