From 3ebe06c68b55b76e992ba2a3642a9c6081148031 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 06b81941af..dabb1d699f 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 4af1d04a62bfd1fd49ab8d019051759f263e6414 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 1ee0668e7a..4fd6d7403d 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}" } ----