Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency io.prometheus:prometheus-metrics-exporter-httpserver to v1.3.4 #6907

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.prometheus:prometheus-metrics-exporter-httpserver 1.3.3 -> 1.3.4 age adoption passing confidence

Release Notes

prometheus/client_java (io.prometheus:prometheus-metrics-exporter-httpserver)

v1.3.4

What's Changed

New Contributors

Full Changelog: prometheus/client_java@v1.3.3...v1.3.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 25, 2024 19:53
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.10%. Comparing base (7829f53) to head (1f53703).
Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6907      +/-   ##
============================================
- Coverage     90.23%   90.10%   -0.13%     
  Complexity     6594     6594              
============================================
  Files           729      729              
  Lines         19800    19828      +28     
  Branches       1947     1950       +3     
============================================
  Hits          17867    17867              
- Misses         1341     1369      +28     
  Partials        592      592              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -52,6 +53,8 @@ val DEPENDENCIES = listOf(
"org.slf4j:slf4j-simple:${slf4jVersion}",
"org.slf4j:jul-to-slf4j:${slf4jVersion}",
"io.prometheus:prometheus-metrics-shaded-protobuf:1.3.1",
"io.prometheus:prometheus-metrics-exporter-httpserver:${prometheusServerVersion}",
"io.prometheus:prometheus-metrics-exposition-formats:${prometheusServerVersion}",
Copy link
Member

Choose a reason for hiding this comment

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

In prometheus-metrics-exporter-httpserver:1.3.3, we got the transitive dependency prometheus-metrics-exposition-formats for free. In 1.3.4, its scope is reduced to a runtime dependency so we need to explicitly add it. See prometheus/client_java#1219 for more details.

@jack-berg jack-berg merged commit 0ef86fa into main Dec 3, 2024
25 checks passed
@jack-berg jack-berg deleted the renovate/io.prometheus-prometheus-metrics-exporter-httpserver-1.x branch December 3, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant