Skip to content

Commit 61bb9ab

Browse files
committed
Merge branch '6.1.x'
Closes gh-13638
2 parents 6ee4bbc + 67bdbf6 commit 61bb9ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/ROOT/pages/getting-spring-security.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Alternatively, you can manually add the starter:
191191
[subs="verbatim,attributes"]
192192
----
193193
dependencies {
194-
compile "org.springframework.boot:spring-boot-starter-security"
194+
implementation "org.springframework.boot:spring-boot-starter-security"
195195
}
196196
----
197197

@@ -245,8 +245,8 @@ A minimal Spring Security Maven set of dependencies typically looks like the fol
245245
[subs="verbatim,attributes"]
246246
----
247247
dependencies {
248-
compile "org.springframework.security:spring-security-web"
249-
compile "org.springframework.security:spring-security-config"
248+
implementation "org.springframework.security:spring-security-web"
249+
implementation "org.springframework.security:spring-security-config"
250250
}
251251
----
252252

0 commit comments

Comments
 (0)