Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the all group with 11 updates in the / directory:

Package From To
org.junit:junit-bom 5.14.1 5.14.2
org.junit.jupiter:junit-jupiter-api 5.14.1 5.14.2
org.testcontainers:testcontainers 1.21.3 1.21.4
org.testcontainers:junit-jupiter 1.21.3 1.21.4
commons-io:commons-io 2.20.0 2.21.0
io.micrometer:micrometer-core 1.15.5 1.16.2
io.micrometer:micrometer-observation 1.15.5 1.16.2
io.micrometer:micrometer-registry-prometheus 1.15.5 1.16.2
io.micrometer:micrometer-tracing 1.5.5 1.6.2
io.micrometer:micrometer-tracing-bridge-otel 1.5.5 1.6.2
com.github.siom79.japicmp:japicmp-maven-plugin 0.21.2 0.25.4

Updates org.junit:junit-bom from 5.14.1 to 5.14.2

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.1...r5.14.2

Commits

Updates org.junit.jupiter:junit-jupiter-api from 5.14.1 to 5.14.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.1...r5.14.2

Commits

Updates org.testcontainers:testcontainers from 1.21.3 to 1.21.4

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • See full diff in compare view

Updates org.testcontainers:junit-jupiter from 1.21.3 to 1.21.4

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • See full diff in compare view

Updates commons-io:commons-io from 2.20.0 to 2.21.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.21.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.21.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Version 2.21.0: Java 8 or later is required.

New features

o FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_RB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_QB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], int, int, long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, long). Thanks to Gary Gregory. o Add length unit support in FileSystem limits. Thanks to Piotr P. Karwasz. o Add IOUtils.toByteArray(InputStream, int, int) for safer chunked reading with size validation. Thanks to Piotr P. Karwasz. o Add org.apache.commons.io.file.PathUtils.getPath(String, String). Thanks to Gary Gregory. o Add org.apache.commons.io.channels.ByteArraySeekableByteChannel. Thanks to Gary Gregory. o Add IOIterable.asIterable(). Thanks to Gary Gregory. o Add NIO channel support to AbstractStreamBuilder. Thanks to Piotr P. Karwasz. o Add CloseShieldChannel to close-shielded NIO Channels #786. Thanks to Piotr P. Karwasz. o Added IOUtils.checkFromIndexSize as a Java 8 backport of Objects.checkFromIndexSize #790. Thanks to Piotr P. Karwasz.

Fixed Bugs

o When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading. Thanks to Gary Gregory. o When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE. Thanks to Gary Gregory. o ValidatingObjectInputStream does not validate dynamic proxy interfaces. Thanks to Stanislav Fort, Gary Gregory. o BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead of 0 when no limit is set. Thanks to Piotr P. Karwasz. o BoundedInputStream.available() correctly accounts for the maximum read limit. Thanks to Piotr P. Karwasz. o Deprecate IOUtils.readFully(InputStream, int) in favor of toByteArray(InputStream, int). Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray(InputStream) now throws IOException on byte array overflow. Thanks to Piotr P. Karwasz. o Javadoc general improvements. Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray() now throws EOFException when not enough data is available #796. Thanks to Piotr P. Karwasz. o Fix IOUtils.skip() usage in concurrent scenarios. Thanks to Piotr P. Karwasz. o [javadoc] Fix XmlStreamReader Javadoc to indicate the correct class that is built #806. Thanks to J Hawkins.

Changes

o Bump org.apache.commons:commons-parent from 85 to 91 #774, #783, #808. Thanks to Gary Gregory, Dependabot.

... (truncated)

Commits

Updates io.micrometer:micrometer-core from 1.15.5 to 1.16.2

Release notes

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

1.16.2

🐞 Bug Fixes

  • CaffeineCacheMetrics nullability is incompatible with Caffeine 3.2.3 #6973
  • ExecutorServiceMetrics: repeatedly logs exception when monitoring ThreadPerTaskExecutor without --add-opens #6726

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #7027
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 #7051
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #7020
  • Bump grpc from 1.76.1 to 1.76.2 #6952
  • Bump maven-resolver from 1.9.24 to 1.9.25 #6965
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 #7019
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #7056
  • Bump spring6 from 6.2.14 to 6.2.15 #6971
  • Bump testcontainers from 1.21.3 to 1.21.4 #6993

❤️ Contributors

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

@​MariusVolkhart and @​izeye

1.16.1

🐞 Bug Fixes

  • Don't filter log events in LogbackMetricsBenchmark #6891
  • Return value nullability is incorrect on function wrapper methods #6869

📔 Documentation

  • Add link to the latest Micrometer Team talk #6881
  • Document JSpecify dependency #6886
  • Make cross-references more consistent in the docs #6915

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #6877
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 #6904
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #6937
  • Bump grpc from 1.76.0 to 1.76.1 #6902
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 #6876
  • Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 #6868
  • Bump spring6 from 6.2.12 to 6.2.14 #6890

❤️ Contributors

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

... (truncated)

Commits
  • 6286e85 Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#7059)
  • 5263cc7 Merge branch '1.15.x' into 1.16.x
  • 0523810 Polish CurrentObservationTest (#7048)
  • 3165fdf Merge branch '1.15.x' into 1.16.x
  • 50ba16b Handle when ThreadPerTaskExecutor.threadCount() is not available (#7045)
  • c38e88c Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#7056)
  • 22ba833 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 (#7051)
  • 916ced5 Merge branch '1.15.x' into 1.16.x
  • 50d273b Merge branch '1.14.x' into 1.15.x
  • 6b44cf2 Relax time limit for PushMeterRegistryTest.waitForScheduledPublishToFinish_wh...
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-observation from 1.15.5 to 1.16.2

Release notes

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

1.16.2

🐞 Bug Fixes

  • CaffeineCacheMetrics nullability is incompatible with Caffeine 3.2.3 #6973
  • ExecutorServiceMetrics: repeatedly logs exception when monitoring ThreadPerTaskExecutor without --add-opens #6726

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #7027
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 #7051
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #7020
  • Bump grpc from 1.76.1 to 1.76.2 #6952
  • Bump maven-resolver from 1.9.24 to 1.9.25 #6965
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 #7019
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #7056
  • Bump spring6 from 6.2.14 to 6.2.15 #6971
  • Bump testcontainers from 1.21.3 to 1.21.4 #6993

❤️ Contributors

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

@​MariusVolkhart and @​izeye

1.16.1

🐞 Bug Fixes

  • Don't filter log events in LogbackMetricsBenchmark #6891
  • Return value nullability is incorrect on function wrapper methods #6869

📔 Documentation

  • Add link to the latest Micrometer Team talk #6881
  • Document JSpecify dependency #6886
  • Make cross-references more consistent in the docs #6915

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #6877
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 #6904
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #6937
  • Bump grpc from 1.76.0 to 1.76.1 #6902
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 #6876
  • Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 #6868
  • Bump spring6 from 6.2.12 to 6.2.14 #6890

❤️ Contributors

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

... (truncated)

Commits
  • 6286e85 Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#7059)
  • 5263cc7 Merge branch '1.15.x' into 1.16.x
  • 0523810 Polish CurrentObservationTest (#7048)
  • 3165fdf Merge branch '1.15.x' into 1.16.x
  • 50ba16b Handle when ThreadPerTaskExecutor.threadCount() is not available (#7045)
  • c38e88c Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#7056)
  • 22ba833 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 (#7051)
  • 916ced5 Merge branch '1.15.x' into 1.16.x
  • 50d273b Merge branch '1.14.x' into 1.15.x
  • 6b44cf2 Relax time limit for PushMeterRegistryTest.waitForScheduledPublishToFinish_wh...
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.15.5 to 1.16.2

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.16.2

🐞 Bug Fixes

  • CaffeineCacheMetrics nullability is incompatible with Caffeine 3.2.3 #6973
  • ExecutorServiceMetrics: repeatedly logs exception when monitoring ThreadPerTaskExecutor without --add-opens #6726

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #7027
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 #7051
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #7020
  • Bump grpc from 1.76.1 to 1.76.2 #6952
  • Bump maven-resolver from 1.9.24 to 1.9.25 #6965
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 #7019
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #7056
  • Bump spring6 from 6.2.14 to 6.2.15 #6971
  • Bump testcontainers from 1.21.3 to 1.21.4 #6993

❤️ Contributors

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

@​MariusVolkhart and @​izeye

1.16.1

🐞 Bug Fixes

  • Don't filter log events in LogbackMetricsBenchmark #6891
  • Return value nullability is incorrect on function wrapper methods #6869

📔 Documentation

  • Add link to the latest Micrometer Team talk #6881
  • Document JSpecify dependency #6886
  • Make cross-references more consistent in the docs #6915

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #6877
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 #6904
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #6937
  • Bump grpc from 1.76.0 to 1.76.1 #6902
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 #6876
  • Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 #6868
  • Bump spring6 from 6.2.12 to 6.2.14 #6890

❤️ Contributors

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

... (truncated)

Commits
  • 6286e85 Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#7059)
  • 5263cc7 Merge branch '1.15.x' into 1.16.x
  • 0523810 Polish CurrentObservationTest (#7048)
  • 3165fdf Merge branch '1.15.x' into 1.16.x
  • 50ba16b Handle when ThreadPerTaskExecutor.threadCount() is not available (#7045)
  • c38e88c Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#7056)
  • 22ba833 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 (#7051)
  • 916ced5 Merge branch '1.15.x' into 1.16.x
  • 50d273b Merge branch '1.14.x' into 1.15.x
  • 6b44cf2 Relax time limit for PushMeterRegistryTest.waitForScheduledPublishToFinish_wh...
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-observation from 1.15.5 to 1.16.2

Release notes

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

1.16.2

🐞 Bug Fixes

  • CaffeineCacheMetrics nullability is incompatible with Caffeine 3.2.3 #6973
  • ExecutorServiceMetrics: repeatedly logs exception when monitoring ThreadPerTaskExecutor without --add-opens #6726

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #7027
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 #7051
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #7020
  • Bump grpc from 1.76.1 to 1.76.2 #6952
  • Bump maven-resolver from 1.9.24 to 1.9.25 #6965
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 #7019
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #7056
  • Bump spring6 from 6.2.14 to 6.2.15 #6971
  • Bump testcontainers from 1.21.3 to 1.21.4 #6993

❤️ Contributors

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

@​MariusVolkhart and @​izeye

1.16.1

🐞 Bug Fixes

  • Don't filter log events in LogbackMetricsBenchmark #6891
  • Return value nullability is incorrect on function wrapper methods #6869

📔 Documentation

  • Add link to the latest Micrometer Team talk #6881
  • Document JSpecify dependency #6886
  • Make cross-references more consistent in the docs #6915

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #6877
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 #6904
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #6937
  • Bump grpc from 1.76.0 to 1.76.1 #6902
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 #6876
  • Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 #6868
  • Bump spring6 from 6.2.12 to 6.2.14 #6890

❤️ Contributors

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

... (truncated)

Commits
  • 6286e85 Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#7059)
  • 5263cc7 Merge branch '1.15.x' into 1.16.x
  • 0523810 Polish CurrentObservationTest (#7048)
  • 3165fdf Merge branch '1.15.x' into 1.16.x
  • 50ba16b Handle when ThreadPerTaskExecutor.threadCount() is not available (#7045)
  • c38e88c Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#7056)
  • 22ba833 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 (#7051)
  • 916ced5 Merge branch '1.15.x' into 1.16.x
  • 50d273b Merge branch '1.14.x' into 1.15.x
  • 6b44cf2 Relax time limit for PushMeterRegistryTest.waitForScheduledPublishToFinish_wh...
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.15.5 to 1.16.2

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.16.2

🐞 Bug Fixes

  • CaffeineCacheMetrics nullability is incompatible with Caffeine 3.2.3 #6973
  • ExecutorServiceMetrics: repeatedly logs exception when monitoring ThreadPerTaskExecutor without --add-opens #6726

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #7027
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 #7051
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #7020
  • Bump grpc from 1.76.1 to 1.76.2 #6952
  • Bump maven-resolver from 1.9.24 to 1.9.25 #6965
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 #7019
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #7056
  • Bump spring6 from 6.2.14 to 6.2.15 #6971
  • Bump testcontainers from 1.21.3 to 1.21.4 #6993

❤️ Contributors

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

@​MariusVolkhart and @​izeye

1.16.1

🐞 Bug Fixes

  • Don't filter log events in LogbackMetricsBenchmark #6891
  • Return value nullability is incorrect on function wrapper methods #6869

📔 Documentation

  • Add link to the latest Micrometer Team talk #6881
  • Document JSpecify dependency #6886
  • Make cross-references more consistent in the docs #6915

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #6877
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 #6904
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #6937
  • Bump grpc from 1.76.0 to 1.76.1 #6902
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 #6876
  • Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 #6868
  • Bump spring6 from 6.2.12 to 6.2.14 #6890

❤️ Contributors

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

... (truncated)

Commits
  • 6286e85 Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#7059)
  • 5263cc7 Merge branch '1.15.x' into 1.16.x
  • 0523810 Polish CurrentObservationTest (#7048)
  • 3165fdf Merge branch '1.15.x' into 1.16.x
  • 50ba16b Handle when ThreadPerTaskExecutor.threadCount() is not available (#7045)
  • c38e88c Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#7056)
  • 22ba833 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 (#7051)
  • 916ced5 Merge branch '1.15.x' into 1.16.x
  • 50d273b Merge branch '1.14.x' into 1.15.x
  • 6b44cf2 Relax time limit for PushMeterRegistryTest.waitForScheduledPublishToFinish_wh...
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-tracing from 1.5.5 to 1.6.2

Release notes

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

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

1.6.1

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 #1242
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #1238
  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #1229
  • Bump io.projectreactor:reactor-bom from 2024.0.11 to 2024.0.12 #1223

1.6.0

⚠️ Noteworthy

  • Do not apply toLowerHyphen to span name in Default TracingObservationHandler #1092
  • Deprecate the Wavefront Reporter and its test support #1148

⭐ New Features / Enhancements

  • Migrate nullability annotations to jSpecify #1115
  • Propagation: Support extraction of multiple values for a single key #1032

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.16.0-RC1 to 1.16.0 #1218
  • Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 #1202
  • Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0 #1204
  • Bump com.uber.nullaway:nullaway from 0.12.10 to 0.12.12 #1207
  • Bump io.micrometer:micrometer-bom from 1.15.5 to 1.15.6 #1220
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.20.1 to 2.21.0 #1200
  • Bump io.projectreactor:reactor-bom from 2024.0.10 to 2024.0.11 #1198
  • Bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25 #1209
  • Bump org.junit:junit-bom from 5.14.0 to 5.14.1 #1208
  • Bump io.zipkin.brave:brave-bom from 6.2.0 to 6.3.0 #1068
  • Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.5.0 to 3.5.1 #1062

📝 Tasks

... (truncated)

Commits
  • 897658e Merge branch '1.5.x' into 1.6.x
  • 20b5766 Bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2 (#1284)
  • 3cb88d5 Bump io.micrometer:micrometer-bom from 1.15.7 to 1.15.8 (#1282)
  • 8e2637f Add JSpecify as an API dependency
  • e5ea980 Merge branch '1.5.x' into 1.6.x
  • 2df5d02 Merge branch '1.4.x' into 1.5.x
  • b4e83cb Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#1274)
  • 173323b Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#1275)
  • 9416b9c Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#1273)
  • f8fe9a2 Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 (#1267)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-tracing-bridge-otel from 1.5.5 to 1.6.2

Release notes

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

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

1.6.1

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 #1242
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #1238
  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #1229
  • Bump io.projectreactor:reactor-bom from 2024.0.11 to 2024.0.12 #1223

1.6.0

⚠️ Noteworthy

  • Do not apply toLowerHyphen to span name in Default TracingObservationHandler #1092
  • Deprecate the Wavefront Reporter and its test support #1148

⭐ New Features / Enhancements

  • Migrate nullability annotations to jSpecify #1115
  • Propagation: Support extraction of multiple values for a single key #1032

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.16.0-RC1 to 1.16.0 #1218
  • Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 #1202
  • Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0 #1204
  • Bump com.uber.nullaway:nullaway from 0.12.10 to 0.12.12 #1207
  • Bump io.micrometer:micrometer-bom from 1.15.5 to 1.15.6 #1220
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.20.1 to 2.21.0 #1200
  • Bump io.projectreactor:reactor-bom from 2024.0.10 to 2024.0.11 #1198
  • Bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25 #1209
  • Bump org.junit:junit-bom from 5.14.0 to 5.14.1 #1208
  • Bump io.zipkin.brave:brave-bom from 6.2.0 to 6.3.0 #1068
  • Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.5.0 to 3.5.1 #1062

📝 Tasks

... (truncated)

Commits

Bumps the all group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.14.1` | `5.14.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.14.1` | `5.14.2` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `1.21.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `1.21.4` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.15.5` | `1.16.2` |
| [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer) | `1.15.5` | `1.16.2` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.15.5` | `1.16.2` |
| [io.micrometer:micrometer-tracing](https://github.com/micrometer-metrics/tracing) | `1.5.5` | `1.6.2` |
| [io.micrometer:micrometer-tracing-bridge-otel](https://github.com/micrometer-metrics/tracing) | `1.5.5` | `1.6.2` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.21.2` | `0.25.4` |



Updates `org.junit:junit-bom` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r5.14.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r5.14.2)

Updates `org.testcontainers:testcontainers` from 1.21.3 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.21.3...1.21.4)

Updates `org.testcontainers:junit-jupiter` from 1.21.3 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.21.3...1.21.4)

Updates `commons-io:commons-io` from 2.20.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0)

Updates `io.micrometer:micrometer-core` from 1.15.5 to 1.16.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.5...v1.16.2)

Updates `io.micrometer:micrometer-observation` from 1.15.5 to 1.16.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.5...v1.16.2)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.15.5 to 1.16.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.5...v1.16.2)

Updates `io.micrometer:micrometer-observation` from 1.15.5 to 1.16.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.5...v1.16.2)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.15.5 to 1.16.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.5...v1.16.2)

Updates `io.micrometer:micrometer-tracing` from 1.5.5 to 1.6.2
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.5.5...v1.6.2)

Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.5.5 to 1.6.2
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.5.5...v1.6.2)

Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.5.5 to 1.6.2
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.5.5...v1.6.2)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.21.2 to 0.25.4
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.21.2...japicmp-base-0.25.4)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r5.14.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 5.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.14.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.testcontainers:junit-jupiter
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-observation
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-observation
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-tracing
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-tracing-bridge-otel
  dependency-version: 1.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-tracing-bridge-otel
  dependency-version: 1.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-version: 0.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.14.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Jan 18, 2026
@rschmitt rschmitt merged commit a158c2e into master Jan 18, 2026
17 checks passed
@dependabot dependabot bot deleted the dependabot/maven/all-2d9220e614 branch January 18, 2026 21:11
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.

1 participant