Skip to content

Commit 1095ef7

Browse files
committed
upgrade dependencies
1 parent 7b8ce27 commit 1095ef7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2828

2929
antTraxVersion = "1.7.1"
30-
antVersion = "1.9.6"
30+
antVersion = "1.9.7"
3131
aspectjVersion = "1.8.7" // use same version as org.springframework:spring-aspects uses
3232
commonsCliVersion = "1.2"
3333
commonsCollectionsVersion = "3.2.1"
@@ -38,24 +38,24 @@ ext {
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
4040
ivyVersion = "2.3.0"
41-
jansiVersion = "1.11"
42-
jlineVersion = "2.12"
43-
jnaVersion = "4.0.0"
44-
slf4jVersion = "1.7.21"
41+
jansiVersion = "1.14"
42+
jlineVersion = "2.14.2"
43+
jnaVersion = "4.2.2"
44+
slf4jVersion = "1.7.22"
4545
reactorCoreVersion = '2.0.8.RELEASE'
4646
reactorVersion = '2.0.7.RELEASE'
4747

4848
spockVersion = '1.0-groovy-2.4'
49-
springBootVersion = "1.4.1.RELEASE"
49+
springBootVersion = "1.4.2.RELEASE"
5050
springLoadedVersion = "1.2.6.RELEASE"
5151
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
52-
springVersion = "4.3.3.RELEASE"
52+
springVersion = "4.3.4.RELEASE"
5353
ehcacheVersion = "2.4.6"
5454
junitVersion = "4.12"
5555
concurrentlinkedhashmapVersion = "1.4.2"
5656
cglibVersion = "2.2.2"
5757
objenesisVersion = "1.4"
58-
tomcatVersion = "8.0.33"
58+
tomcatVersion = "8.5.2"
5959
servletApiVersion = "3.0.1"
6060

6161
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()

0 commit comments

Comments
 (0)