diff --git a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc index dabb1d699fb..534eef12b21 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc @@ -26,7 +26,7 @@ Maven:: ---- org.springframework.security - spring-security-web + spring-security-webauthn com.webauthn4j @@ -40,7 +40,7 @@ Gradle:: [source,groovy,role="secondary",subs="verbatim,attributes"] ---- dependencies { - implementation "org.springframework.security:spring-security-web" + implementation "org.springframework.security:spring-security-webauthn" implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}" } ----