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

chore(deps): bump io.micrometer:micrometer-registry-influx from 1.13.0 to 1.13.2 #752

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps io.micrometer:micrometer-registry-influx from 1.13.0 to 1.13.2.

Release notes

Sourced from io.micrometer:micrometer-registry-influx's releases.

1.13.2

🐞 Bug Fixes

  • Avoid calling naming convention on scrape #5288
  • Fix histogram consistency in PrometheusMeterRegistry #5193
  • Fix log to include stack trace in OtlpMeterRegistry.publish() #5141

🔨 Dependency Upgrades

  • Bump software.amazon.awssdk:cloudwatch from 2.25.69 to 2.25.70 #5277
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.13 to 1.7.14 #5276
  • Bump com.signalfx.public:signalfx-java from 1.0.42 to 1.0.43 #5272

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye and @​shalk

1.13.1

🔨 Dependency Upgrades

  • Bump dropwizard-metrics from 4.2.25 to 4.2.26 #5215
  • Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 #5208
  • Bump software.amazon.awssdk:cloudwatch from 2.25.64 to 2.25.69 #5202
  • Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2 #5190
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 #5186
  • Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 #5182

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

Commits
  • 083f12e Avoid calling naming convention on scrape (#5288)
  • faeebde Revert "Backport fix AspectJ pointcut syntax"
  • b1dd400 Backport fix AspectJ pointcut syntax
  • 7794bea Bump software.amazon.awssdk:cloudwatch from 2.25.69 to 2.25.70 (#5277)
  • 128462d Merge branch '1.12.x' into 1.13.x
  • 24bb9c2 Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 (#5248)
  • 1a9fb35 Bump junit from 5.10.2 to 5.10.3 (#5251)
  • 614598f Bump com.netflix.spectator:spectator-reg-atlas from 1.7.13 to 1.7.14 (#5250)
  • 4acef7a Bump io.projectreactor:reactor-bom from 2022.0.19 to 2022.0.20 (#5253)
  • b9974f0 Bump org.apache.maven:maven-resolver-provider from 3.9.7 to 3.9.8 (#5255)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependency label Aug 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.51%. Comparing base (4ec63f3) to head (8990731).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #752   +/-   ##
=========================================
  Coverage     88.51%   88.51%           
  Complexity      784      784           
=========================================
  Files           174      174           
  Lines          7195     7195           
  Branches        405      405           
=========================================
  Hits           6369     6369           
  Misses          696      696           
  Partials        130      130           

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

Bumps [io.micrometer:micrometer-registry-influx](https://github.com/micrometer-metrics/micrometer) from 1.13.0 to 1.13.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.0...v1.13.2)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-influx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-registry-influx-1.13.2 branch from e0f7b0a to 25e3464 Compare August 5, 2024 10:22
@bednar bednar merged commit 33dd33e into master Aug 5, 2024
10 checks passed
@bednar bednar deleted the dependabot/maven/io.micrometer-micrometer-registry-influx-1.13.2 branch August 5, 2024 11:04
@bednar bednar added this to the 7.2.0 milestone Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants