diff --git a/file-garbage-core/build.gradle b/file-garbage-core/build.gradle index 839a50d..b5c9fc2 100644 --- a/file-garbage-core/build.gradle +++ b/file-garbage-core/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-security' - implementation 'org.keycloak:keycloak-spring-boot-starter' + implementation group: 'org.keycloak', name: 'keycloak-spring-boot-adapter', version: '18.0.2' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.projectreactor:reactor-test' }