Skip to content

Commit f6d57bd

Browse files
authored
Merge pull request #11178 from erichelgeson/eric/updates
Spring-boot, Spring, & Tomcat updates
2 parents ee2355f + 376c419 commit f6d57bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ 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"
5959
objenesisVersion = "1.4"
60-
tomcatVersion = "8.5.29"
60+
tomcatVersion = "8.5.35"
6161
tomcatLog4jVersion = "8.5.2"
6262
servletApiVersion = "3.0.1"
6363

0 commit comments

Comments
 (0)