Skip to content

Commit c14287f

Browse files
fix(deps): update dependency io.rest-assured:rest-assured to v5.5.5
1 parent da81896 commit c14287f

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
@@ -17,7 +17,7 @@ dependencies {
1717
// Security dependency removed for this example application
1818
implementation("io.quarkus:quarkus-arc")
1919
testImplementation("io.quarkus:quarkus-junit5")
20-
testImplementation("io.rest-assured:rest-assured:5.3.0")
20+
testImplementation("io.rest-assured:rest-assured:5.5.5")
2121

2222
// OpenAPI/Swagger support
2323
implementation("io.quarkus:quarkus-smallrye-openapi")

0 commit comments

Comments
 (0)