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

Merge branch '6.1.x'

Closes gh-13638
This commit is contained in:
Josh Cummings
2023-08-08 18:18:56 -06:00
@@ -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
[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"
}
----