From b10c689cc5070940c6cfa1f63f9ba970198ef7a9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 9 Jun 2023 14:47:19 -0700 Subject: [PATCH] Upgrade to Micrometer 1.10.7. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c5550ff..b4748f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 systemProp.user.name=jblum antlrVersion=2.7.7 apacheGeodeVersion=1.15.1 -micrometerVersion=1.10.2 +micrometerVersion=1.10.7 springVersion=6.0.2 ## NOTE: Spring Boot 3.0.0-M2+ requires Gradle 7.4+ which breaks the GemFireServer Gradle Plugin! Fix! springBootVersion=3.0.0