Browse Source

Merge branch '6.0.x' into 6.1.x

Closes gh-13637
pull/13649/head
Josh Cummings 3 years ago
parent
commit
67bdbf6c56
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 6
      docs/modules/ROOT/pages/getting-spring-security.adoc

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

@ -191,7 +191,7 @@ Alternatively, you can manually add the starter: @@ -191,7 +191,7 @@ Alternatively, you can manually add the starter:
[subs="verbatim,attributes"]
----
dependencies {
compile "org.springframework.boot:spring-boot-starter-security"
implementation "org.springframework.boot:spring-boot-starter-security"
}
----
@ -245,8 +245,8 @@ A minimal Spring Security Maven set of dependencies typically looks like the fol @@ -245,8 +245,8 @@ A minimal Spring Security Maven set of dependencies typically looks like the fol
[subs="verbatim,attributes"]
----
dependencies {
compile "org.springframework.security:spring-security-web"
compile "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-web"
implementation "org.springframework.security:spring-security-config"
}
----

Loading…
Cancel
Save