We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913c00a commit c5dff14Copy full SHA for c5dff14
build.gradle
@@ -46,10 +46,10 @@ ext {
46
reactorVersion = '2.0.7.RELEASE'
47
48
spockVersion = '1.0-groovy-2.4'
49
- springBootVersion = "1.4.0.RELEASE"
+ springBootVersion = "1.4.1.RELEASE"
50
springLoadedVersion = "1.2.6.RELEASE"
51
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
52
- springVersion = "4.3.2.RELEASE"
+ springVersion = "4.3.3.RELEASE"
53
ehcacheVersion = "2.4.6"
54
junitVersion = "4.12"
55
concurrentlinkedhashmapVersion = "1.4.2"
0 commit comments