Skip to content

Commit

Permalink
Update dependency org.grails.plugins:spring-security-core to v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent e3accd9 commit 442a893
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.1.0'
compile 'org.grails.plugins:spring-security-core:6.1.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.1.0'
compile 'org.grails.plugins:spring-security-core:6.1.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.1.0'
compile 'org.grails.plugins:spring-security-core:6.1.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.1.0'
implementation 'org.grails.plugins:spring-security-core:6.1.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 442a893

Please sign in to comment.