From 116f59dc89fa9e7aba28d4f4ebc728ccae4ce940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Wed, 22 Jan 2025 15:41:08 +0100 Subject: [PATCH] chore(deps): upgrade Micrometer to 0.14.3 --- platform/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/build.gradle b/platform/build.gradle index 4f4227eca50..b49fbf3862c 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -68,6 +68,9 @@ dependencies { // AWS CRT is not included in the AWS BOM but needed for the S3 Transfer manager api 'software.amazon.awssdk.crt:aws-crt:0.33.7' + // we need at least 0.14, it could be removed when Micronaut contains a recent only version in their BOM + api "io.micrometer:micrometer-core:1.14.3" + // Other libs api("org.projectlombok:lombok:1.18.36") api("org.codehaus.janino:janino:3.1.12")