Skip to content

Commit 7bc968c

Browse files
fix(deps): update dependency io.rest-assured:rest-assured to v6
1 parent da81896 commit 7bc968c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:6.0.0")
2121

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

0 commit comments

Comments
 (0)