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

Bump micrometer-bom from 1.11.1 to 1.11.2 #12748

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps micrometer-bom from 1.11.1 to 1.11.2.

Release notes

Sourced from micrometer-bom's releases.

1.11.2

🐞 Bug Fixes

  • OTLP Histogram missing bucket count for positive infinity #3934
  • micrometer-osgi-test artifact should not be published #3929
  • StepMeterRegistry publishes on close even if config.enabled is false #3914
  • Using publishPercentileHistogram breaks histogram values #3904
  • Avoid potential race condition with Observation.NOOP #3946
  • ObservationThreadLocalAccessor.restore() generating errors in tests #3943
  • OTLA throws NPE when on restore there's no current scope #3942
  • Mockito should be an implementation dependency instead of API for micrometer-observation-test #3906
  • ObservationThreadLocalAccessor has a public static instance which should be private static #3905
  • Introduced binary incompatibility in Micrometer Observation #3902
  • Wavefront Proxy validation error with default uri implementation #3903
  • Unnecessary ThreadLocal overhead in LogbackMetrics for disabled log levels #3891

📔 Documentation

  • Fix Javadoc for ObservationThreadLocalAccessor(ObservationRegistry) #3937
  • Add missing @since tags across the code base where appropriate #3907

🔨 Dependency Upgrades

  • Upgrade to context-propagation 1.0.4 #3974
  • Upgrade to AWS SDK 2.20.100 #3970
  • Upgrade to Spectator 1.6.6 #3969
  • Upgrade to Mockito 5.4.0 #3968
  • Backport 'Fix Guava dependency resolution' #3967
  • Upgrade to Spring Boot 2.7.13 #3966
  • Upgrade to H2 2.2.220 #3965
  • Upgrade to AWS SDK 1.12.503 #3964
  • Upgrade to Reactor 3.4.30, Reactor Netty 1.0.33, and Netty 4.1.94 #3963
  • Bump com.gradle.enterprise from 3.13.3 to 3.13.4 #3921

📝 Tasks

  • Upgrade to Spotless Gradle plugin 6.19.0 #3928
  • Upgrade to Gradle Wrapper 8.2 #3951
  • OTelCollectorIntegrationTest failing due to breaking change in OTel Collector #3925
  • Upgrade to me.champeau.jmh 0.7.1 #3918
  • Upgrade to com.github.johnrengelman.shadow 8.1.1 #3917

❤️ Contributors

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

@​izeye and @​nvervelle

Commits
  • e24e408 Merge branch '1.10.x' into 1.11.x
  • 6f80295 Upgrade to context-propagation 1.0.4
  • 4c764da Upgrade to AWS SDK 2.20.100
  • 7f0b910 Upgrade to Spectator 1.6.6
  • 4ead8ef Merge branch '1.10.x' into 1.11.x
  • 8a93c7d Upgrade to Mockito 5.4.0
  • e154dcc Merge branch '1.9.x' into 1.10.x
  • 80d5d63 Backport 'Fix Guava dependency resolution'
  • da49c5e Upgrade to Spring Boot 2.7.13
  • 0f40b63 Upgrade to H2 2.2.220
  • 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 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)

Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.1...v1.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Jul 17, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.94%. Comparing base (cec66fa) to head (88af8f2).
Report is 749 commits behind head on 3.2.

Additional details and impacted files
@@             Coverage Diff              @@
##                3.2   #12748      +/-   ##
============================================
- Coverage     69.36%   66.94%   -2.43%     
  Complexity        2        2              
============================================
  Files          1648     1782     +134     
  Lines         68227    71676    +3449     
  Branches       9972    10243     +271     
============================================
+ Hits          47328    47980     +652     
- Misses        16331    19087    +2756     
- Partials       4568     4609      +41     

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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AlbumenJ AlbumenJ merged commit b7ad0c9 into 3.2 Jul 19, 2023
@dependabot dependabot bot deleted the dependabot/maven/io.micrometer-micrometer-bom-1.11.2 branch July 19, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants