From dc29ebad205de08e43cf16cabcab7edd8892a2b5 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 28 May 2024 14:51:55 +0800 Subject: [PATCH] Fix Maven dependency group ID Updated the group ID for the Okta Spring Boot Starter dependency in the Maven POM file from 'com.okta' to 'com.okta.spring'. This change corrects the group ID to ensure the dependency is resolved correctly. --- articles/quickstart/webapp/java-spring-boot/interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/java-spring-boot/interactive.md b/articles/quickstart/webapp/java-spring-boot/interactive.md index a6aed541da..72c7d54d78 100644 --- a/articles/quickstart/webapp/java-spring-boot/interactive.md +++ b/articles/quickstart/webapp/java-spring-boot/interactive.md @@ -61,7 +61,7 @@ If you are using Maven: - com.okta + com.okta.spring okta-spring-boot-starter 3.0.5