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 44dcb37 commit 2180db2Copy full SHA for 2180db2
build.gradle
@@ -86,14 +86,14 @@ subprojects { subproject ->
86
87
ext {
88
hamcrestVersion = '1.3'
89
- jackson2Version = '2.9.1'
+ jackson2Version = '2.9.5'
90
junit4Version = '4.12'
91
junitJupiterVersion = '5.1.0'
92
junitPlatformVersion = '1.1.0'
93
junitVintageVersion = '5.1.0'
94
log4jVersion = '2.8.2'
95
logbackVersion = '1.2.3'
96
- mockitoVersion = '2.11.0'
+ mockitoVersion = '2.15.0'
97
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
98
rabbitmqHttpClientVersion = '2.0.1.RELEASE'
99
0 commit comments