From 583bc4e5160769c10957ac3b662dd96b12157880 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 18 May 2022 11:38:13 -0700 Subject: [PATCH] Upgrade to Micrometer 1.10.0-M2. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cf60108..ae25da4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 apacheGeodeVersion=1.14.4 -micrometerVersion=1.9.0-RC1 +micrometerVersion=1.10.0-M2 # The Spring Boot & Spring Session versions are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=6.0.0-M3