File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
maven { url ' https://repo.spring.io/plugins-release' }
4
4
}
5
5
dependencies {
6
- classpath ' io.spring.gradle:dependency-management-plugin:1.0.4 .RELEASE'
6
+ classpath ' io.spring.gradle:dependency-management-plugin:1.0.5 .RELEASE'
7
7
classpath ' io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
8
8
classpath ' io.spring.gradle:docbook-reference-plugin:0.3.1'
9
9
classpath ' org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
@@ -138,7 +138,7 @@ subprojects { subproject ->
138
138
springDataMongoVersion = ' 2.0.6.RELEASE'
139
139
springDataRedisVersion = ' 2.0.6.RELEASE'
140
140
springGemfireVersion = ' 2.0.6.RELEASE'
141
- springSecurityVersion = ' 5.0.3 .RELEASE'
141
+ springSecurityVersion = ' 5.0.4 .RELEASE'
142
142
springSocialTwitterVersion = ' 1.1.2.RELEASE'
143
143
springRetryVersion = ' 1.2.2.RELEASE'
144
144
springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.0.5.RELEASE'
You can’t perform that action at this time.
0 commit comments