Upgrade micrometer version to 1.7

Version 1.5.17 being the last OSS
release in the 1.5.x line, this commit
upgrades micrometer's version to 1.7.x
which should be backward compatible.

Since this upgrade is done in a patch
release, the version is updated to the
least supported version in order to
minimize the gap between minor versions.

While bumping minor versions in patch
releases is not typical, this is a
necessary upgrade to run a supported
version of micrometer.
This commit is contained in:
Mahmoud Ben Hassine
2021-12-16 12:03:31 +01:00
parent 3af939a919
commit c3f723ab12

View File

@@ -59,7 +59,7 @@ allprojects {
springIntegrationVersion = '5.4.13-SNAPSHOT'
springKafkaVersion = '2.6.13-SNAPSHOT'
springLdapVersion = '2.3.5.BUILD-SNAPSHOT'
micrometerVersion = '1.5.17'
micrometerVersion = '1.7.8-SNAPSHOT'
activemqVersion = '5.15.15'
apacheAvroVersion ='1.9.2'