diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index 0659e951eea39f3651c9a181173e3ecad234f2ab..9a68d955e432d793e9a5b673a5decd5b40abd571 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.26" annotationProcessor "org.projectlombok:lombok:1.18.26" - testImplementation "io.rest-assured:rest-assured:4.3.3" + testImplementation "io.rest-assured:rest-assured:5.3.0" testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2" }