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 47ad785 commit ed962a3Copy full SHA for ed962a3
build.gradle
@@ -86,7 +86,7 @@ subprojects { subproject ->
86
87
ext {
88
hamcrestVersion = '1.3'
89
- jackson2Version = '2.9.5'
+ jackson2Version = '2.9.7'
90
junit4Version = '4.12'
91
junitJupiterVersion = '5.1.0'
92
junitPlatformVersion = '1.1.0'
@@ -97,7 +97,7 @@ subprojects { subproject ->
97
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
98
rabbitmqHttpClientVersion = '2.0.1.RELEASE'
99
100
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.10.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.11.RELEASE'
101
102
springRetryVersion = '1.2.2.RELEASE'
103
}
0 commit comments