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.version from 1.10.4 to 1.10.5 #540

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

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

Release notes

Sourced from micrometer-core's releases.

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
  • 960e4da Polish Javadoc for TestObservationRegistryAssert (#3696)
  • cb1358a Relax time threshold in TestObservationRegistryAssertTests.should_not_break_o...
  • 4721a2e Upgrade lock files for Spring Java Format 0.0.38
  • 3aae603 Merge branch '1.9.x' into 1.10.x
  • b4778de Upgrade Spring Boot to 2.7.9
  • f2b5cae Upgrade Spring Cloud Sleuth to 3.1.7
  • 6a5d15e Upgrade SignalFx to 1.0.29
  • 6571c10 Upgrade Dropwizard Metrics to 4.2.17
  • 884a24f Upgrade AWS SDK to 1.12.405
  • b507044 Upgrade Reactor to 3.4.27, Reactor-Netty to 1.0.29, and Netty to 4.1.89
  • Additional commits viewable in compare view

Updates micrometer-registry-prometheus from 1.10.4 to 1.10.5

Release notes

Sourced from micrometer-registry-prometheus's releases.

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
  • 960e4da Polish Javadoc for TestObservationRegistryAssert (#3696)
  • cb1358a Relax time threshold in TestObservationRegistryAssertTests.should_not_break_o...
  • 4721a2e Upgrade lock files for Spring Java Format 0.0.38
  • 3aae603 Merge branch '1.9.x' into 1.10.x
  • b4778de Upgrade Spring Boot to 2.7.9
  • f2b5cae Upgrade Spring Cloud Sleuth to 3.1.7
  • 6a5d15e Upgrade SignalFx to 1.0.29
  • 6571c10 Upgrade Dropwizard Metrics to 4.2.17
  • 884a24f Upgrade AWS SDK to 1.12.405
  • b507044 Upgrade Reactor to 3.4.27, Reactor-Netty to 1.0.29, and Netty to 4.1.89
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner March 20, 2023 06:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 20, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/micrometer.version-1.10.5 branch 2 times, most recently from a316264 to 589a854 Compare March 20, 2023 15:45
Bumps `micrometer.version` from 1.10.4 to 1.10.5.

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

Updates `micrometer-registry-prometheus` from 1.10.4 to 1.10.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.4...v1.10.5)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  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/micrometer.version-1.10.5 branch from 8bfac72 to 7ab4a20 Compare March 20, 2023 15:46
@basil basil merged commit b8df795 into master Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/maven/micrometer.version-1.10.5 branch March 20, 2023 16:10
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.

1 participant