Skip to content

Commit 62a44c9

Browse files
fix(deps): update dependency org.grails.plugins:spring-security-core to v6.1.2
1 parent 2e73201 commit 62a44c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugin/src/docs/code/s2-quickstart-old/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
testCompile "org.grails.plugins:geb"
4747
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
4848
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
49-
compile 'org.grails.plugins:spring-security-core:6.1.0'
49+
compile 'org.grails.plugins:spring-security-core:6.1.2'
5050
}
5151

5252
bootRun {

plugin/src/docs/code/s2-quickstart-requestmap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
testCompile "org.grails.plugins:geb"
4747
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
4848
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
49-
compile 'org.grails.plugins:spring-security-core:6.1.0'
49+
compile 'org.grails.plugins:spring-security-core:6.1.2'
5050
}
5151

5252
bootRun {

plugin/src/docs/code/s2-quickstart-rolegroup/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
testCompile "org.grails.plugins:geb"
4545
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
4646
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
47-
compile 'org.grails.plugins:spring-security-core:6.1.0'
47+
compile 'org.grails.plugins:spring-security-core:6.1.2'
4848
}
4949

5050
bootRun {

plugin/src/docs/code/s2-quickstart/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation "org.grails.plugins:events"
4848
implementation "org.grails.plugins:gsp"
4949
profile "org.grails.profiles:web"
50-
implementation 'org.grails.plugins:spring-security-core:6.1.0'
50+
implementation 'org.grails.plugins:spring-security-core:6.1.2'
5151
runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"
5252
runtimeOnly "com.h2database:h2"
5353
runtimeOnly "org.apache.tomcat:tomcat-jdbc"

0 commit comments

Comments
 (0)