We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da81896 commit c14287fCopy full SHA for c14287f
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
// Security dependency removed for this example application
18
implementation("io.quarkus:quarkus-arc")
19
testImplementation("io.quarkus:quarkus-junit5")
20
- testImplementation("io.rest-assured:rest-assured:5.3.0")
+ testImplementation("io.rest-assured:rest-assured:5.5.5")
21
22
// OpenAPI/Swagger support
23
implementation("io.quarkus:quarkus-smallrye-openapi")
0 commit comments