Skip to content

Commit b5f42b5

Browse files
bigfangjzheaux
authored andcommitted
Fix Typo in Getting Started Docs
Closes gh-13605
1 parent 9093653 commit b5f42b5

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)