Skip to content

Commit c5dff14

Browse files
committed
Upgrade to Spring 4.3.3 and Spring Boot 1.4.1
1 parent 913c00a commit c5dff14

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
@@ -46,10 +46,10 @@ ext {
4646
reactorVersion = '2.0.7.RELEASE'
4747

4848
spockVersion = '1.0-groovy-2.4'
49-
springBootVersion = "1.4.0.RELEASE"
49+
springBootVersion = "1.4.1.RELEASE"
5050
springLoadedVersion = "1.2.6.RELEASE"
5151
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
52-
springVersion = "4.3.2.RELEASE"
52+
springVersion = "4.3.3.RELEASE"
5353
ehcacheVersion = "2.4.6"
5454
junitVersion = "4.12"
5555
concurrentlinkedhashmapVersion = "1.4.2"

0 commit comments

Comments
 (0)