Skip to content

Commit ffcfac5

Browse files
Update dependency org.grails.plugins:spring-security-core to v6.1.2
1 parent e3accd9 commit ffcfac5

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
@@ -48,7 +48,7 @@ dependencies {
4848
implementation "org.grails.plugins:events"
4949
implementation "org.grails.plugins:gsp"
5050
profile "org.grails.profiles:web"
51-
implementation 'org.grails.plugins:spring-security-core:6.1.0'
51+
implementation 'org.grails.plugins:spring-security-core:6.1.2'
5252
runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"
5353
runtimeOnly "com.h2database:h2"
5454
runtimeOnly "org.apache.tomcat:tomcat-jdbc"

0 commit comments

Comments
 (0)