Skip to content

Commit ed962a3

Browse files
committed
Upgrade dependencies to prepare for release
1 parent 47ad785 commit ed962a3

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
@@ -86,7 +86,7 @@ subprojects { subproject ->
8686

8787
ext {
8888
hamcrestVersion = '1.3'
89-
jackson2Version = '2.9.5'
89+
jackson2Version = '2.9.7'
9090
junit4Version = '4.12'
9191
junitJupiterVersion = '5.1.0'
9292
junitPlatformVersion = '1.1.0'
@@ -97,7 +97,7 @@ subprojects { subproject ->
9797
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
9898
rabbitmqHttpClientVersion = '2.0.1.RELEASE'
9999

100-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.10.RELEASE'
100+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.11.RELEASE'
101101

102102
springRetryVersion = '1.2.2.RELEASE'
103103
}

0 commit comments

Comments
 (0)