Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

Sourced from io.micrometer:micrometer-core'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)

Bumps [io.micrometer:micrometer-core](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-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot dependabot bot requested a review from a team October 16, 2023 17:29
@JonasKunz JonasKunz merged commit ba65711 into main Oct 18, 2023
@JonasKunz JonasKunz deleted the dependabot/maven/io.micrometer-micrometer-core-1.11.5 branch October 18, 2023 07:44
v1v added a commit to v1v/apm-agent-java that referenced this pull request Oct 27, 2023
* 'main' of https://github.com/elastic/apm-agent-java: (35 commits)
  buildkite: opentelemetry+elastic agent overhead benchmark on a weekly basis (elastic#3371)
  ci(action): remove unrequired action (elastic#3387)
  Bump org.springframework.boot:spring-boot-dependencies from 2.7.16 to 3.1.5 (elastic#3380)
  ci(action): archive benchmarks.jar (elastic#3386)
  remove noise (elastic#3385)
  Process otel benchmark (elastic#3384)
  Update tests for Jedis 5 (elastic#3382)
  added entry to community plugins (elastic#3383)
  added capturing s3 otel attributes from lamba S3Event (elastic#3364)
  Bump version.log4j from 2.12.4 to 2.21.0 (elastic#3366)
  Fix aws sdk instrumentation (elastic#3373)
  action: remove leftover from Jenkins (elastic#3368)
  Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.0 (elastic#3367)
  Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 (elastic#3360)
  Add guard against invalid end timestamps (elastic#3363)
  Added otel to dependabot config, upgraded dependencies (elastic#3359)
  Bump version.byte-buddy from 1.14.8 to 1.14.9 (elastic#3361)
  Fix off-by-one error in tests which effectively disabled recycling validation (elastic#3357)
  Fix multiple spans being created for HTTPUrlConnection HEAD requests (elastic#3353)
  Bump org.ow2.asm:asm-tree from 9.5 to 9.6 (elastic#3349)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-java dependencies Pull requests that update a dependency file ready-to-merge

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants