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.12.10 to 1.12.11 #867

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps io.micrometer:micrometer-bom from 1.12.10 to 1.12.11.

Release notes

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

1.12.11

⭐ New Features / Enhancements

  • Improve memory usage of StepBucketHistogram #4954

🐞 Bug Fixes

  • Map time units to UCUM format for Dynatrace #5588
  • Aspects' tagsBasedOnJoinPoint may throw uncaught exception #5584
  • Set user agent header in OTLP registry #5577
  • MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #5575

📔 Documentation

  • [OTLP Registry] Document batch size configuration #5578

🔨 Dependency Upgrades

  • Bump context-propagation to 1.1.2 #5592
  • Bump com.amazonaws:aws-java-sdk-cloudwatch to 1.12.773 #5572
  • Bump dropwizard-metrics from 4.2.27 to 4.2.28 #5562
  • Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #5539
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #5535

📝 Tasks

  • Bump jersey3 from 3.0.12 to 3.0.16 #5573
  • Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 #5568
  • Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 #5557
  • Bump junit from 5.10.4 to 5.10.5 #5556
  • Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 #5538
  • Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 #5536
  • Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final #5534
  • Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 #5533
  • Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 #5532
  • Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 #5531
  • Bump junit from 5.10.3 to 5.10.4 #5530
  • Bump spring from 5.3.37 to 5.3.39 #5455

❤️ Contributors

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

@​lenin-jaganathan, @​pirgeo, @​kinddevil, and @​joaopgrassi

Commits
  • f3ef95a Bump context-propagation to 1.1.2
  • 9c3b760 Map time units to UCUM format for Dynatrace (#5589)
  • d7daaef Set user agent header in OTLP registry
  • adfdd3e Catch runtime exception thrown from pjp function in aspects (#5585)
  • 5435fc4 Document batchSize config for OTLP registry
  • cb2a3c3 Bump spring from 5.3.37 to 5.3.39 (#5455)
  • d0870fe Ensure compatibility with latest 5.x Apache HC
  • 44de2af Bump jersey3 from 3.0.12 to 3.0.16 (#5573)
  • 2dfb0ca Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.772 to 1.12.773 (#5572)
  • 11eb169 Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 (#5568)
  • 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 dependency-upgrade A dependency upgrade java Pull requests that update Java code labels Oct 14, 2024
@dependabot dependabot bot added this to the 1.2.x milestone Oct 14, 2024
@jonatan-ivanov jonatan-ivanov modified the milestones: 1.2.x, 1.2.11 Oct 14, 2024
@jonatan-ivanov
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jonatan-ivanov
Copy link
Member

@dependabot recreate

Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.12.10 to 1.12.11.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.10...v1.12.11)

---
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/gradle/1.2.x/io.micrometer-micrometer-bom-1.12.11 branch from 0fef61d to 25abec3 Compare October 14, 2024 22:04
@jonatan-ivanov jonatan-ivanov merged commit 373923f into 1.2.x Oct 14, 2024
6 checks passed
@jonatan-ivanov jonatan-ivanov deleted the dependabot/gradle/1.2.x/io.micrometer-micrometer-bom-1.12.11 branch October 14, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-upgrade A dependency upgrade java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant