Skip to content

Commit 3ad596c

Browse files
committed
Update to spring-boot 1.5.18 & spring 4.3.21
s
1 parent 4294ce0 commit 3ad596c

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
@@ -48,11 +48,11 @@ ext {
4848
slf4jVersion = "1.7.25"
4949

5050
spockVersion = '1.1-groovy-2.4'
51-
springBootVersion = "1.5.17.RELEASE"
51+
springBootVersion = "1.5.18.RELEASE"
5252
springLoadedVersion = "1.2.8.RELEASE"
5353
directoryWatcherVersion = "0.5.1"
5454
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
55-
springVersion = "4.3.20.RELEASE"
55+
springVersion = "4.3.21.RELEASE"
5656
junitVersion = "4.12"
5757
concurrentlinkedhashmapVersion = "1.4.2"
5858
cglibVersion = "2.2.2"

0 commit comments

Comments
 (0)