diff --git a/plugin-core/docs/src/docs/code/s2-quickstart-old/build.gradle b/plugin-core/docs/src/docs/code/s2-quickstart-old/build.gradle index cd6ab3f36..a1e7257d0 100644 --- a/plugin-core/docs/src/docs/code/s2-quickstart-old/build.gradle +++ b/plugin-core/docs/src/docs/code/s2-quickstart-old/build.gradle @@ -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.2' } bootRun { diff --git a/plugin-core/docs/src/docs/code/s2-quickstart-requestmap/build.gradle b/plugin-core/docs/src/docs/code/s2-quickstart-requestmap/build.gradle index cbd9b98df..a47370c88 100644 --- a/plugin-core/docs/src/docs/code/s2-quickstart-requestmap/build.gradle +++ b/plugin-core/docs/src/docs/code/s2-quickstart-requestmap/build.gradle @@ -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.2' } bootRun { diff --git a/plugin-core/docs/src/docs/code/s2-quickstart-rolegroup/build.gradle b/plugin-core/docs/src/docs/code/s2-quickstart-rolegroup/build.gradle index bb3150c36..de1f3b7de 100644 --- a/plugin-core/docs/src/docs/code/s2-quickstart-rolegroup/build.gradle +++ b/plugin-core/docs/src/docs/code/s2-quickstart-rolegroup/build.gradle @@ -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.2' } bootRun { diff --git a/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle b/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle index d5e882fbc..23e2d8d7e 100644 --- a/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle +++ b/plugin-core/docs/src/docs/code/s2-quickstart/build.gradle @@ -53,7 +53,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.2' runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05" runtimeOnly "com.h2database:h2" runtimeOnly "org.apache.tomcat:tomcat-jdbc"