Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps micrometer.version from 1.10.5 to 1.10.6.
Updates micrometer-core from 1.10.5 to 1.10.6

Release notes

Sourced from micrometer-core'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

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

Updates micrometer-test from 1.10.5 to 1.10.6

Release notes

Sourced from micrometer-test'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

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 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.version` from 1.10.5 to 1.10.6.

Updates `micrometer-core` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.5...v1.10.6)

Updates `micrometer-test` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.5...v1.10.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2023
@velo velo merged commit 18c915f into master Apr 12, 2023
@velo velo deleted the dependabot/maven/micrometer.version-1.10.6 branch April 12, 2023 06:15
velo pushed a commit that referenced this pull request Oct 7, 2024
Bumps `micrometer.version` from 1.10.5 to 1.10.6.

Updates `micrometer-core` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.5...v1.10.6)

Updates `micrometer-test` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.5...v1.10.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
velo pushed a commit that referenced this pull request Oct 8, 2024
Bumps `micrometer.version` from 1.10.5 to 1.10.6.

Updates `micrometer-core` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.5...v1.10.6)

Updates `micrometer-test` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.5...v1.10.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant