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.10.3 to 1.10.4 #11611

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps micrometer-bom from 1.10.3 to 1.10.4.

Release notes

Sourced from micrometer-bom's releases.

1.10.4

⭐ New Features / Enhancements

  • Use Meter.Id for logging in DynatraceExporterV2 #3616

🐞 Bug Fixes

  • Fixing Scope setting and resetting via ObservationThreadLocalAccessor #3613
  • ObservationThreadLocalAccessor fixes #3603
  • LogbackMetrics does not protect against StackOverflowError in arbitrary Counter implementations #3623
  • [Dynatrace v2] Ensure synchronization when taking snapshots #3615
  • Statsd UDS protocol does not work on linux ARM64 #3605
  • Hazelcast Cache Metrics, "put" operation count incorrect #3556

🔨 Dependency Upgrades

  • Upgrade netty to 4.1.89 #3642
  • Upgrade context-propagation to 1.0.2 #3638
  • Upgrade Testcontainers to 1.17.6 #3641
  • Upgrade JUnit to 5.9.2, AssertJ to 3.24.2, Mockito to 4.11.0, Archunit to 1.0.1 #3640
  • Upgrade Dropwizard Metrics to 4.2.16 #3639
  • Upgrade to wavefront-sdk-java 3.0.4 #3636
  • Upgrade to reactor-bom 2020.0.27 #3634
  • Upgrade signalfx-java to 1.0.28 #3633
  • Update aws-java-sdk-cloudwatch to 1.12.405 #3632
  • Bump com.gradle.enterprise from 3.12.2 to 3.12.3 #3609
  • Update Elasticsearch Docker image versions to the latest in integration tests #3595
  • Update samples to use Spring Boot 2.7.8 #3593

📝 Tasks

  • Remove snapshot repository for 1.10.4 #3637
  • Fix deprecation warnings from Spotless #3630
  • Revert Java to 18 on CircleCI for 1.10.x and above #3612
  • Set dependabot target-branch to 1.9.x #3610
  • Clean up compile warnings in micrometer-core #3604
  • Add circleci config file to the circleci cache key #3611
  • Add tests for OtlpConfig.resourceAttributes() #3608
  • [Dynatrace registry v1] Use header instead of query parameter #3596
  • Remove broken link in StackdriverSample #3591
  • Update CircleCI images to the latest #3550

❤️ Contributors

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

@​izeye, @​pirgeo, and @​taer

Commits
  • 3eee5ea Upgrade netty to 4.1.89
  • 9061a07 Merge branch '1.9.x' into 1.10.x
  • 2c237a1 Upgrade Testcontainers to 1.17.6
  • 65ba079 Upgrade JUnit to 5.9.2, AssertJ to 3.24.2, Mockito to 4.11.0, Archunit to 1.0.1
  • 7f7b553 Upgrade Dropwizard Metrics to 4.2.16
  • ce4819c Upgrade context-propagation to 1.0.2
  • 0348418 Remove snapshot repository for 1.10.4
  • ea2e72e Merge branch '1.9.x' into 1.10.x
  • c113495 Upgrade to wavefront-sdk-java 3.0.4
  • 9a27e86 Upgrade to reactor-bom 2020.0.27
  • 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 the type/dependencies Pull requests that update a dependency file label Feb 20, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.10.4 branch from 25435b5 to fb732b5 Compare February 22, 2023 11:56
Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.3...v1.10.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  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-bom-1.10.4 branch from fb732b5 to 11823cc Compare February 22, 2023 11:57
@AlbumenJ AlbumenJ merged commit 57ab281 into 3.2 Feb 22, 2023
@dependabot dependabot bot deleted the dependabot/maven/io.micrometer-micrometer-bom-1.10.4 branch February 22, 2023 12:09
@sonarcloud
Copy link

sonarcloud bot commented Feb 22, 2023

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

mytang0 added a commit to mytang0/dubbo that referenced this pull request Feb 22, 2023
* origin/3.2:
  Observability task: metadata center (apache#11593)
  Enhance the way to get dubbo version (apache#11574)
  Bump protobuf-java from 3.21.12 to 3.22.0 (apache#11615)
  Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11613)
  Bump micrometer-bom from 1.10.3 to 1.10.4 (apache#11611)
  Bump libthrift from 0.17.0 to 0.18.0 (apache#11614)
  Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11612)
  Bump reactor-core from 3.5.2 to 3.5.3 (apache#11610)
  Bump byte-buddy from 1.13.0 to 1.14.0 (apache#11609)
  Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (apache#11608)
  Bump micrometer-tracing-bom from 1.0.1 to 1.0.2 (apache#11607)
  3.2 consumer proxy invocation handler (apache#11108)
  Update DubboReference.java (apache#11621)

# Conflicts:
#	dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/RestProtocol.java
#	dubbo-rpc/dubbo-rpc-rest/src/test/java/org/apache/dubbo/rpc/protocol/rest/JaxrsRestProtocolTest.java
mytang0 added a commit to mytang0/dubbo that referenced this pull request Feb 22, 2023
* origin/3.2:
  Observability task: metadata center (apache#11593)
  Enhance the way to get dubbo version (apache#11574)
  Bump protobuf-java from 3.21.12 to 3.22.0 (apache#11615)
  Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11613)
  Bump micrometer-bom from 1.10.3 to 1.10.4 (apache#11611)
  Bump libthrift from 0.17.0 to 0.18.0 (apache#11614)
  Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11612)
  Bump reactor-core from 3.5.2 to 3.5.3 (apache#11610)
  Bump byte-buddy from 1.13.0 to 1.14.0 (apache#11609)
  Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (apache#11608)
  Bump micrometer-tracing-bom from 1.0.1 to 1.0.2 (apache#11607)
  3.2 consumer proxy invocation handler (apache#11108)
mytang0 added a commit to mytang0/dubbo that referenced this pull request Feb 23, 2023
* origin/3.2: (32 commits)
  dubbo-security Jackson error (apache#11622)
  sync meter to spring boot management (apache#11630)
  Rest bugfix & optimization (apache#11617)
  Observability task: metadata center (apache#11593)
  Enhance the way to get dubbo version (apache#11574)
  Bump protobuf-java from 3.21.12 to 3.22.0 (apache#11615)
  Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11613)
  Bump micrometer-bom from 1.10.3 to 1.10.4 (apache#11611)
  Bump libthrift from 0.17.0 to 0.18.0 (apache#11614)
  Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11612)
  Bump reactor-core from 3.5.2 to 3.5.3 (apache#11610)
  Bump byte-buddy from 1.13.0 to 1.14.0 (apache#11609)
  Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (apache#11608)
  Bump micrometer-tracing-bom from 1.0.1 to 1.0.2 (apache#11607)
  3.2 consumer proxy invocation handler (apache#11108)
  Update DubboReference.java (apache#11621)
  Bump version to 3.1.8-SNAPSHOT
  Add Consumer Metrics (apache#11542)
  Backport of remove apache-rat-plugin. (apache#11523) (apache#11592)
  Update codecov config (apache#11582)
  ...
lcb11 pushed a commit to lcb11/dubbo that referenced this pull request Mar 31, 2023
Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.3...v1.10.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  dependency-type: direct:production
  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>
This pull request was closed.
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.

1 participant