From c3f723ab12b6bc6af1c19eddf5cd30a6350a98ce Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 16 Dec 2021 12:03:31 +0100 Subject: [PATCH] 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. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cd3e2db66..adb76757b 100644 --- a/build.gradle +++ b/build.gradle @@ -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'