diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index e3393ce3..0649e585 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -33,7 +33,7 @@ dependencies { compileOnly "org.projectlombok:lombok:1.18.30" annotationProcessor "org.projectlombok:lombok:1.18.30" - testImplementation "io.rest-assured:rest-assured:5.3.2" + testImplementation "io.rest-assured:rest-assured:5.5.5" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" }