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 2be77e8 commit c470590Copy full SHA for c470590
build.gradle
@@ -41,13 +41,13 @@ ext {
41
commonsHttpClientVersion = '4.5.10'
42
googleJsr305Version = '3.0.2'
43
hamcrestVersion = '2.2'
44
- jacksonVersion = '2.10.0'
+ jacksonVersion = '2.10.2.20200130'
45
jaywayJsonPathVersion = '2.4.0'
46
junit4Version = '4.12'
47
junitJupiterVersion = '5.5.2'
48
log4jVersion = '2.12.1'
49
logbackVersion = '1.2.3'
50
- micrometerVersion = '1.3.2'
+ micrometerVersion = '1.3.3'
51
mockitoVersion = '3.0.0'
52
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
53
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
0 commit comments