Skip to content

Commit

Permalink
Update dependency org.grails.plugins:spring-security-core to v6.0.1 (#…
Browse files Browse the repository at this point in the history
…936)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent bb685a1 commit 37710ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart-old/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
compile 'org.grails.plugins:spring-security-core:6.0.0'
compile 'org.grails.plugins:spring-security-core:6.0.1'
}

bootRun {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart-requestmap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
compile 'org.grails.plugins:spring-security-core:6.0.0'
compile 'org.grails.plugins:spring-security-core:6.0.1'
}

bootRun {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart-rolegroup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
compile 'org.grails.plugins:spring-security-core:6.0.0'
compile 'org.grails.plugins:spring-security-core:6.0.1'
}

bootRun {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation "org.grails.plugins:events"
implementation "org.grails.plugins:gsp"
profile "org.grails.profiles:web"
implementation 'org.grails.plugins:spring-security-core:6.0.0'
implementation 'org.grails.plugins:spring-security-core:6.0.1'
runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
Expand Down

0 comments on commit 37710ae

Please sign in to comment.