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 io.micrometer:micrometer-bom from 1.11.4 to 1.11.5 #13210

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps io.micrometer:micrometer-bom from 1.11.4 to 1.11.5.

Release notes

Sourced from io.micrometer:micrometer-bom's releases.

1.11.5

🐞 Bug Fixes

  • ObservationRegistry.NOOP is null #4096
  • ConcurrentModificationException on Observation$Context.computeIfAbsent #3874

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.6.10 to 1.6.11 #4196
  • Bump software.amazon.awssdk:cloudwatch from 2.20.161 to 2.20.162 #4191
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.564 to 1.12.565 #4190
  • Bump org.apache.felix:org.apache.felix.scr from 2.2.2 to 2.2.6 #4168
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.2 #4151
  • Bump software.amazon.awssdk:cloudwatch from 2.20.143 to 2.20.161 #4149
  • Bump org.apache.maven:maven-resolver-provider from 3.9.1 to 3.9.5 #4122
  • Bump maven-resolver from 1.9.7 to 1.9.16 #4112

❤️ Contributors

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

@​izeye and @​ttddyy

Commits
  • dc99dcf Merge branch '1.10.x' into 1.11.x
  • c817f14 Upgrade to context-propagation 1.0.6
  • 93301a8 Bump com.netflix.spectator:spectator-reg-atlas from 1.6.10 to 1.6.11 (#4196)
  • d8199f5 Bump software.amazon.awssdk:cloudwatch from 2.20.161 to 2.20.162 (#4191)
  • df43cee Merge branch '1.10.x' into 1.11.x
  • 3e24efc Merge branch '1.9.x' into 1.10.x
  • 5cba7fa Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.564 to 1.12.565 (#4188)
  • f23cbb9 Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.2 (#4151)
  • 0a7d6d5 Bump software.amazon.awssdk:cloudwatch from 2.20.143 to 2.20.161 (#4149)
  • 20b91fb Bump org.apache.felix:org.apache.felix.scr from 2.2.2 to 2.2.6 (#4168)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Oct 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Merging #13210 (2cc33bf) into 3.2 (a4a3fd7) will increase coverage by 0.11%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #13210      +/-   ##
============================================
+ Coverage     69.44%   69.56%   +0.11%     
  Complexity        2        2              
============================================
  Files          1649     1649              
  Lines         68725    68725              
  Branches      10014    10014              
============================================
+ Hits          47728    47807      +79     
+ Misses        16405    16338      -67     
+ Partials       4592     4580      -12     

see 38 files with indirect coverage changes

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

@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.11.5 branch from 2cc33bf to 358e883 Compare October 17, 2023 08:08
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.11.4 to 1.11.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.11.5)

---
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.11.5 branch from 358e883 to b94905a Compare October 17, 2023 08:09
@sonarcloud
Copy link

sonarcloud bot commented Oct 17, 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

@AlbumenJ AlbumenJ merged commit 7548a03 into 3.2 Oct 17, 2023
26 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.micrometer-micrometer-bom-1.11.5 branch October 17, 2023 09:30
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.

None yet

2 participants