Skip to content

Commit

Permalink
Bump micrometer to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored and vietj committed Aug 13, 2024
1 parent 01abe00 commit 08822b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<assertj.version>3.9.0</assertj.version>
<junit.version>4.13.1</junit.version>
<micrometer.version>1.13.2</micrometer.version>
<micrometer.version>1.13.3</micrometer.version>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

Expand Down

3 comments on commit 08822b2

@cescoffier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vietj would this be part of the next 4.5.x ?

@cescoffier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that it contains breaking changes (but we have to swallow the pill unfortunately)

@tsegismont
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cescoffier we had no plan to upgrade Vert.x 4 to Micrometer 1.13. Vert.x 4 is still based on Micrometer 1.12.

What's the problem exactly?

Please sign in to comment.