Skip to content

Bump micrometer-bom from 1.10.4 to 1.10.6#3750

Merged
hezhangjian merged 1 commit intomasterfrom
dependabot/maven/io.micrometer-micrometer-bom-1.10.6
Apr 23, 2023
Merged

Bump micrometer-bom from 1.10.4 to 1.10.6#3750
hezhangjian merged 1 commit intomasterfrom
dependabot/maven/io.micrometer-micrometer-bom-1.10.6

Conversation

@dependabot
Copy link
Contributor

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

Bumps micrometer-bom from 1.10.4 to 1.10.6.

Release notes

Sourced from micrometer-bom's releases.

1.10.6

🐞 Bug Fixes

  • -SNAPSHOT Dependency in POM Causes Build Issues #3738
  • Improves the ThreadLocalAccessor story of continuing scopes #3731
  • [Dynatrace v2] Switch to primitive types and ensure synchronization #3741
  • PushMeterRegistry will publish multiple times if closed multiple times #3712

🔨 Dependency Upgrades

  • Upgrade to google-auth-library-oauth2-http 1.12.2 #3757
  • Upgrade to reactor-bom 2020.0.30 and netty 4.1.91 #3756
  • Upgrade signalfx-java to 1.0.30 #3755
  • Upgrade metrics-jmx to 4.2.18 #3754
  • Upgrade metrics-graphite to 4.2.18 #3753
  • Upgrade aws-java-sdk-cloudwatch to 1.12.445 #3752
  • Bump com.gradle.enterprise from 3.12.5 to 3.12.6 #3719

❤️ Contributors

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

@​izeye, @​pirgeo, and @​yuzawa-san

1.10.5

🐞 Bug Fixes

  • TestObservationRegistry is not thread safe #3653
  • vmrange format is locale-dependant #3676
  • LogbackMetrics: SubstituteLoggerFactory cannot be cast to class LoggerContext #2868

🔨 Dependency Upgrades

  • Upgrade SignalFx to 1.0.29 #3690
  • Upgrade Dropwizard Metrics to 4.2.17 #3689
  • Upgrade AWS SDK to 1.12.424 #3687
  • Upgrade Reactor to 3.4.27, Reactor-Netty to 1.0.29, and Netty to 4.1.89 #3686
  • Upgrade Nexus publish-plugin to 1.3.0 #3683
  • Upgrade nebula-publishing-plugin to 20.1.0 #3682
  • Bump com.gradle.enterprise from 3.12.3 to 3.12.4 #3675
  • Upgrade to Gradle Wrapper 8.0.1 #3655
  • Upgrade to Gradle 8 #3644
  • Upgrade to netty 4.1.89 #3635

❤️ Contributors

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

@​CoolTomatos and @​izeye

Commits
  • d577e14 Upgrade to google-auth-library-oauth2-http 1.12.2
  • a1288c5 Merge branch '1.9.x' into 1.10.x
  • 14263db Upgrade to reactor-bom 2020.0.30 and netty 4.1.91
  • e52224d Upgrade signalfx-java to 1.0.30
  • 407fffa Upgrade metrics-jmx to 4.2.18
  • 31787ac Upgrade metrics-graphite to 4.2.18
  • 93da2e2 Upgrade aws-java-sdk-cloudwatch to 1.12.445
  • d319230 Removed usage of lambda from hot paths; fixes gh-3746
  • bb82f86 Improves the ThreadLocalAccessor story of continuing scopes (#3731)
  • 2f91b70 Merge branch '1.9.x' into 1.10.x
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 17, 2023
Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.10.4 to 1.10.6.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.4...v1.10.6)

---
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 force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.10.6 branch from 5b91391 to e128db2 Compare April 23, 2023 02:46
@codecov-commenter
Copy link

Codecov Report

Merging #3750 (9880d49) into master (239e677) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 9880d49 differs from pull request most recent head e128db2. Consider uploading reports for the commit e128db2 to get more accurate results

@@             Coverage Diff              @@
##             master    #3750      +/-   ##
============================================
+ Coverage     43.82%   43.83%   +0.01%     
- Complexity     6065     6069       +4     
============================================
  Files          1555     1555              
  Lines         38245    38245              
  Branches       3516     3516              
============================================
+ Hits          16759    16763       +4     
+ Misses        20176    20173       -3     
+ Partials       1310     1309       -1     

see 8 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hezhangjian hezhangjian merged commit a2c90cc into master Apr 23, 2023
@hezhangjian hezhangjian deleted the dependabot/maven/io.micrometer-micrometer-bom-1.10.6 branch April 23, 2023 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants