There was an error while loading. Please reload this page.
1 parent da81896 commit 7bc968cCopy full SHA for 7bc968c
1 file changed
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:6.0.0")
21
22
// OpenAPI/Swagger support
23
implementation("io.quarkus:quarkus-smallrye-openapi")
0 commit comments