From 39aaf25b602f5eb75937ca7a64c2e180a7ace6d0 Mon Sep 17 00:00:00 2001 From: Peter Potrowl Date: Wed, 19 Nov 2025 15:13:11 +0100 Subject: [PATCH 1/2] Fix typo in passkeys.adoc Signed-off-by: Peter Potrowl --- docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc index f115b9543a..5b3e56acfe 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}" } From 5baff27ffb713ebc942e2efe0276d626a9519e54 Mon Sep 17 00:00:00 2001 From: Peter Potrowl Date: Wed, 19 Nov 2025 15:15:48 +0100 Subject: [PATCH 2/2] Fix typo in ldap.adoc Signed-off-by: Peter Potrowl --- .../ROOT/pages/servlet/authentication/passwords/ldap.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc index de64a1d448..8ad102d6e3 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}" } ----