diff --git a/build.gradle b/build.gradle index b5e3e48..5123a1e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ ext { } dependencies { - api platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}") + implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}") api "org.springframework:spring-web" api "org.springframework.boot:spring-boot-starter-test"