Skip to content

Commit c3f723a

Browse files
committed
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.
1 parent 3af939a commit c3f723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ allprojects {
5959
springIntegrationVersion = '5.4.13-SNAPSHOT'
6060
springKafkaVersion = '2.6.13-SNAPSHOT'
6161
springLdapVersion = '2.3.5.BUILD-SNAPSHOT'
62-
micrometerVersion = '1.5.17'
62+
micrometerVersion = '1.7.8-SNAPSHOT'
6363

6464
activemqVersion = '5.15.15'
6565
apacheAvroVersion ='1.9.2'

0 commit comments

Comments
 (0)