Skip to content

build(deps): bump io.micrometer:micrometer-tracing from 1.6.1 to 1.6.4#222

Merged
eledhwen merged 1 commit intomasterfrom
dependabot/maven/io.micrometer-micrometer-tracing-1.6.4
Mar 17, 2026
Merged

build(deps): bump io.micrometer:micrometer-tracing from 1.6.1 to 1.6.4#222
eledhwen merged 1 commit intomasterfrom
dependabot/maven/io.micrometer-micrometer-tracing-1.6.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps io.micrometer:micrometer-tracing from 1.6.1 to 1.6.4.

Release notes

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

1.6.4

🐞 Bug Fixes

  • W3CPropagation can't handle baggage values containing = #1350

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.16.3 to 1.16.4 #1352

1.6.3

🐞 Bug Fixes

  • Nullability issue in OtelSpan.error() when Throwable.getMessage() returns null #1320

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.26 to 1.5.28 #1323
  • Bump gradle-wrapper from 8.14.3 to 8.14.4 #1310
  • Bump io.micrometer:micrometer-bom from 1.15.8 to 1.16.3 #1324
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #1309

1.6.2

🐞 Bug Fixes

  • Add JSpecify as an API dependency #1276

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #1275
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #1268
  • Bump io.micrometer:micrometer-bom from 1.15.7 to 1.16.2 #1282
  • Bump io.projectreactor:reactor-bom from 2024.0.12 to 2024.0.13 #1244
  • Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 #1261
  • Bump org.aspectj:aspectjweaver from 1.9.25 to 1.9.25.1 #1262
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #1274
  • Bump testcontainers from 1.21.3 to 1.21.4 #1255
Commits
  • d62bc09 Bump io.micrometer:micrometer-bom from 1.16.3 to 1.16.4 (#1352)
  • ba06d91 Merge branch '1.5.x' into 1.6.x
  • 742eef4 Handle W3C baggage values containing =
  • c34cf6f Bump io.micrometer:micrometer-bom from 1.15.9 to 1.15.10 (#1351)
  • 487d99a Bump org.junit:junit-bom from 5.14.2 to 5.14.3 (#1339)
  • 62254d8 Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 (#1338)
  • a0f9d0c Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 (#1337)
  • 1c3c91c Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 (#1330)
  • 71d1324 Bump io.projectreactor:reactor-bom from 2024.0.14 to 2024.0.15 (#1331)
  • 277f846 Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 (#1329)
  • 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 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-tracing](https://github.com/micrometer-metrics/tracing) from 1.6.1 to 1.6.4.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.6.1...v1.6.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing
  dependency-version: 1.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 15, 2026
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@8bea08f). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #222   +/-   ##
=========================================
  Coverage          ?   80.79%           
  Complexity        ?      876           
=========================================
  Files             ?      166           
  Lines             ?     2452           
  Branches          ?      134           
=========================================
  Hits              ?     1981           
  Misses            ?      388           
  Partials          ?       83           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eledhwen eledhwen merged commit b5bf7e9 into master Mar 17, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.micrometer-micrometer-tracing-1.6.4 branch March 17, 2026 08:30
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.

2 participants