From 20df4c0646e90e98636e11fa9901b5e7c6851a3f Mon Sep 17 00:00:00 2001 From: Egor Voronianskii Date: Sun, 10 Aug 2025 23:25:36 +0300 Subject: [PATCH] Changed groupId according to Maven Central Docs pointed to wrong groupId, in this PR - I set up correct groupId --- articles/quickstart/webapp/java-spring-boot/01-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/java-spring-boot/01-login.md b/articles/quickstart/webapp/java-spring-boot/01-login.md index 2ac3387890..a2b0fd09a6 100644 --- a/articles/quickstart/webapp/java-spring-boot/01-login.md +++ b/articles/quickstart/webapp/java-spring-boot/01-login.md @@ -59,7 +59,7 @@ If you are using Maven: - com.okta + com.okta.spring okta-spring-boot-starter 3.0.5