Upgrade to the latest Micrometer dependencies

This commit is contained in:
abilan
2023-02-16 13:15:01 -05:00
parent 210a2f9d2c
commit 53d1ecd208

View File

@@ -87,9 +87,9 @@ ext {
lettuceVersion = '6.2.3.RELEASE'
log4jVersion = '2.19.0'
mailVersion = '1.0.0'
micrometerPropagationVersion = '1.0.2'
micrometerTracingVersion = '1.0.2'
micrometerVersion = '1.11.0-SNAPSHOT'
micrometerPropagationVersion = '1.1.0-M2'
micrometerTracingVersion = '1.1.0-M1'
micrometerVersion = '1.11.0-M1'
mockitoVersion = '5.1.1'
mongoDriverVersion = '4.8.2'
mysqlVersion = '8.0.32'