Skip to content

Commit

Permalink
Merge branch '6.1.x'
Browse files Browse the repository at this point in the history
Closes gh-13638
  • Loading branch information
jzheaux committed Aug 9, 2023
2 parents 6ee4bbc + 67bdbf6 commit 61bb9ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/getting-spring-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
----

Expand Down Expand Up @@ -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"
}
----

Expand Down

0 comments on commit 61bb9ab

Please sign in to comment.