Skip to content

Commit 794fd0c

Browse files
committed
Upgrade to Spring Boot 1.3.1 and Spring 4.2.4
1 parent 04a0544 commit 794fd0c

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
@@ -44,10 +44,10 @@ ext {
4444
reactorVersion = '2.0.6.RELEASE'
4545

4646
spockVersion = '1.0-groovy-2.4'
47-
springBootVersion = "1.3.0.RELEASE"
47+
springBootVersion = "1.3.1.RELEASE"
4848
springLoadedVersion = "1.2.5.RELEASE"
4949
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
50-
springVersion = "4.2.3.RELEASE"
50+
springVersion = "4.2.4.RELEASE"
5151
ehcacheVersion = "2.4.6"
5252
junitVersion = "4.12"
5353
concurrentlinkedhashmapVersion = "1.4.2"

0 commit comments

Comments
 (0)