1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix typo in ldap.adoc

Signed-off-by: Peter Potrowl <peter.potrowl@gmail.com>
This commit is contained in:
Peter Potrowl
2025-11-19 15:15:48 +01:00
committed by Rob Winch
parent f1793f5047
commit d84d0ca22e
@@ -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}"
}
----