diff --git a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc index 06b81941af7..dabb1d699fb 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc @@ -39,7 +39,7 @@ Gradle:: + [source,groovy,role="secondary",subs="verbatim,attributes"] ---- -depenendencies { +dependencies { implementation "org.springframework.security:spring-security-web" implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}" } diff --git a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc index 1ee0668e7ab..4fd6d7403df 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc @@ -38,7 +38,7 @@ Gradle:: + [source,groovy,role="secondary"] ---- -depenendencies { +dependencies { implementation "org.springframework.boot:spring-boot-starter-data-ldap" implementation "org.springframework.security:spring-security-ldap" } @@ -150,7 +150,7 @@ Gradle:: + [source,groovy,role="secondary",subs="verbatim,attributes"] ---- -depenendencies { +dependencies { runtimeOnly "com.unboundid:unboundid-ldapsdk:{unboundid-ldapsdk-version}" } ----