Skip to content

Commit 435d132

Browse files
committed
Merge branch '6.4.x' into dependencies-typo-6.5.x
2 parents 86d6302 + 5baff27 commit 435d132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gradle::
3939
+
4040
[source,groovy,role="secondary",subs="verbatim,attributes"]
4141
----
42-
depenendencies {
42+
dependencies {
4343
implementation "org.springframework.security:spring-security-web"
4444
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
4545
}

docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gradle::
3838
+
3939
[source,groovy,role="secondary"]
4040
----
41-
depenendencies {
41+
dependencies {
4242
implementation "org.springframework.boot:spring-boot-starter-data-ldap"
4343
implementation "org.springframework.security:spring-security-ldap"
4444
}
@@ -150,7 +150,7 @@ Gradle::
150150
+
151151
[source,groovy,role="secondary",subs="verbatim,attributes"]
152152
----
153-
depenendencies {
153+
dependencies {
154154
runtimeOnly "com.unboundid:unboundid-ldapsdk:{unboundid-ldapsdk-version}"
155155
}
156156
----

0 commit comments

Comments
 (0)