Skip to content

Commit 921a337

Browse files
committed
Upgrade to SS-5.0.4, Dep Management Plugin 1.0.5
1 parent 862baae commit 921a337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
maven { url 'https://repo.spring.io/plugins-release' }
44
}
55
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'
77
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
88
classpath 'io.spring.gradle:docbook-reference-plugin:0.3.1'
99
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
@@ -138,7 +138,7 @@ subprojects { subproject ->
138138
springDataMongoVersion = '2.0.6.RELEASE'
139139
springDataRedisVersion = '2.0.6.RELEASE'
140140
springGemfireVersion = '2.0.6.RELEASE'
141-
springSecurityVersion = '5.0.3.RELEASE'
141+
springSecurityVersion = '5.0.4.RELEASE'
142142
springSocialTwitterVersion = '1.1.2.RELEASE'
143143
springRetryVersion = '1.2.2.RELEASE'
144144
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.5.RELEASE'

0 commit comments

Comments
 (0)