Skip to content

Commit

Permalink
chore(deps): upgrade Micrometer to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 22, 2025
1 parent 24f8afa commit 116f59d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 116f59d

Please sign in to comment.