diff --git a/build.gradle.kts b/build.gradle.kts index 2437c7f3..7598679a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,6 +52,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("io.rest-assured:rest-assured:5.3.1") + testImplementation("io.rest-assured:kotlin-extensions:5.5.5") } kapt {