fix(deps): upgrade micronaut-micrometer to 5.13.3 (COMP-2257) - #1123
Closed
cristianrcv wants to merge 1 commit into
Closed
fix(deps): upgrade micronaut-micrometer to 5.13.3 (COMP-2257)#1123cristianrcv wants to merge 1 commit into
cristianrcv wants to merge 1 commit into
Conversation
The Micronaut platform BOM 4.10.17 pins Micrometer 1.15.4, which is affected by the gRPC server instrumentation DoS. Pinning the directly declared micronaut-micrometer artifacts to 5.13.3 brings in the patched Micrometer 1.15.12. Addresses CVE-2026-40983 / GHSA-w737-wx49-qj23 See: https://github.com/seqeralabs/wave/security/dependabot/73
Collaborator
|
Duplicate of #1124 ? |
Contributor
Author
|
Closing without merging. The only way to reach the patched Micrometer within the current Micronaut line is to pin Deferring this CVE until an upstream platform BOM ships the patched version. The JIRA ticket has been moved out of the active sprint with an updated due date. The branch is retained if we want to revisit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
io.micronaut.micrometer:micronaut-micrometer-coreandmicronaut-micrometer-registry-prometheusto5.13.3(previously version-managed by the Micronaut platform BOM4.10.17).4.10.17— the newest 4.x release — pins Micrometer1.15.4, which is vulnerable.micronaut-micrometer 5.13.3ships Micrometer1.15.12, the patched release../gradlew dependencyInsight --dependency micrometer-core --configuration runtimeClasspath→io.micrometer:micrometer-core:1.15.12, and./gradlew compileGroovy compileJavapasses.JIRA
COMP-2257: Fix Micrometer gRPC server instrumentation DoS
Security Advisory
https://github.com/seqeralabs/wave/security/dependabot/73
🤖 Generated with Claude Code