File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
plugin-core/docs/src/docs/code Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
testCompile " org.grails.plugins:geb"
47
47
testRuntime " org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
48
48
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 '
50
50
}
51
51
52
52
bootRun {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
testCompile " org.grails.plugins:geb"
47
47
testRuntime " org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
48
48
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 '
50
50
}
51
51
52
52
bootRun {
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
testCompile " org.grails.plugins:geb"
45
45
testRuntime " org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
46
46
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 '
48
48
}
49
49
50
50
bootRun {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation " org.grails.plugins:events"
54
54
implementation " org.grails.plugins:gsp"
55
55
profile " org.grails.profiles:web"
56
- implementation ' org.grails.plugins:spring-security-core:6.1.0 '
56
+ implementation ' org.grails.plugins:spring-security-core:6.1.2 '
57
57
runtimeOnly " org.glassfish.web:el-impl:2.2.1-b05"
58
58
runtimeOnly " com.h2database:h2"
59
59
runtimeOnly " org.apache.tomcat:tomcat-jdbc"
You can’t perform that action at this time.
0 commit comments