Skip to content

Commit

Permalink
Upgrade to SS-5.0.4, Dep Management Plugin 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Apr 4, 2018
1 parent 862baae commit 921a337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
maven { url 'https://repo.spring.io/plugins-release' }
}
dependencies {
classpath 'io.spring.gradle:dependency-management-plugin:1.0.4.RELEASE'
classpath 'io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE'
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
classpath 'io.spring.gradle:docbook-reference-plugin:0.3.1'
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
Expand Down Expand Up @@ -138,7 +138,7 @@ subprojects { subproject ->
springDataMongoVersion = '2.0.6.RELEASE'
springDataRedisVersion = '2.0.6.RELEASE'
springGemfireVersion = '2.0.6.RELEASE'
springSecurityVersion = '5.0.3.RELEASE'
springSecurityVersion = '5.0.4.RELEASE'
springSocialTwitterVersion = '1.1.2.RELEASE'
springRetryVersion = '1.2.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.5.RELEASE'
Expand Down

0 comments on commit 921a337

Please sign in to comment.