From a59c93c3afcf48df65ee2162ed627dbf23316037 Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:19:56 -0400 Subject: [PATCH] Add dependency spring-boot-starter-webclient to docs --- docs/spring-authorization-server-docs.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/spring-authorization-server-docs.gradle b/docs/spring-authorization-server-docs.gradle index 91ac119b..1f5f41ab 100644 --- a/docs/spring-authorization-server-docs.gradle +++ b/docs/spring-authorization-server-docs.gradle @@ -71,6 +71,7 @@ dependencies { runtimeOnly "com.h2database:h2" testRuntimeOnly "org.junit.platform:junit-platform-launcher" testImplementation "org.springframework.boot:spring-boot-starter-test" + testImplementation "org.springframework.boot:spring-boot-starter-webclient" testImplementation "org.springframework.security:spring-security-test" testImplementation "com.github.codemonstur:embedded-redis:1.4.3" }