An open index of dependabot pull requests across open source projects.

Bump the all-dependencies group with 7 updates

Merged
Number: #725
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 08, 2025 at 02:08 PM UTC
(9 months ago)
Updated: September 11, 2025 at 04:13 PM UTC
(9 months ago)
Merged: September 11, 2025 at 04:13 PM UTC
(9 months ago)
by trask
Time to Close: 3 days
Labels:
dependencies java
Description:

Bumps the all-dependencies group with 7 updates:

Package From To
io.opentelemetry:opentelemetry-api 1.53.0 1.54.0
io.micrometer:micrometer-core 1.15.3 1.15.4
io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi 1.53.0 1.54.0
io.opentelemetry:opentelemetry-sdk-common 1.53.0 1.54.0
io.opentelemetry:opentelemetry-sdk-trace 1.53.0 1.54.0
com.azure:azure-core 1.56.0 1.56.1
com.azure:azure-core-http-netty 1.16.0 1.16.1

Updates io.opentelemetry:opentelemetry-api from 1.53.0 to 1.54.0

Release notes

Sourced from io.opentelemetry:opentelemetry-api's releases.

Version 1.54.0

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​anuraaga @​breedx-splk @​chengchen @​halasz-csaba @​jack-berg @​jaydeluca @​jkwatson @​laurit @​opentelemetrybot @​rlacksgus97 @​robsunday @​trask @​xiangtianyu @​zeitlinger

Changelog

Sourced from io.opentelemetry:opentelemetry-api's changelog.

Version 1.54.0 (2025-09-05)

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)
Commits
  • 61e066b [release/v1.54.x] Prepare release 1.54.0 (#7644)
  • 5f4d898 Add change log for upcoming release (#7641)
  • 2a92794 fix(deps): update armeriaversion to v1.33.2 (#7625)
  • 7ef1410 don't call old plugin when declarative config is in use (#7472)
  • b18583a pass meter provider to avoid using the global otel instance (#7475)
  • 6610806 chore(deps): update plugin com.gradleup.shadow to v9.1.0 (#7628)
  • 35fda16 fix(deps): update dependency io.netty:netty-bom to v4.2.5.final (#7635)
  • 03a3d73 fix(deps): update dependency com.squareup.wire:wire-bom to v5.4.0 (#7631)
  • 5a955de fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.20.0 (#7...
  • 9386459 fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv-i...
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-core from 1.15.3 to 1.15.4

Release notes

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

1.15.4

:lady_beetle: Bug Fixes

  • NettyAllocatorMetrics should not prevent collecting executors #6641
  • [JOOQ] MetricsDSLContext - fetchExists doesn't report provided tags #6583

:notebook_with_decorative_cover: Documentation

  • add compatibility note for jOOQ overload delegation #6681

:hammer: Dependency Upgrades

  • Bump dropwizard-metrics from 4.2.33 to 4.2.36 #6677

:heart: Contributors

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

@​HeeChanN

Commits
  • 68c4d22 Merge branch '1.14.x' into 1.15.x
  • 2c77f86 Bump org.ehcache:ehcache from 3.10.8 to 3.10.9 (#6698)
  • 05c9c05 Bump org.apache.felix:org.apache.felix.scr from 2.2.12 to 2.2.14 (#6699)
  • dc9285f Bump org.apache.felix:org.apache.felix.scr from 2.2.12 to 2.2.14 (#6696)
  • 2840e48 Bump org.ehcache:ehcache from 3.10.8 to 3.10.9 (#6697)
  • 6ad623e Bump io.netty:netty-bom from 4.1.124.Final to 4.1.126.Final (#6691)
  • ada8cff Bump io.netty:netty-bom from 4.1.124.Final to 4.1.126.Final (#6690)
  • f4ef3e7 Bump dropwizard-metrics from 4.2.35 to 4.2.36 (#6688)
  • 3cd227b Bump dropwizard-metrics from 4.2.35 to 4.2.36 (#6685)
  • 9303ddb add compatibility note for jOOQ overload delegation (#6681)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi from 1.53.0 to 1.54.0

Release notes

Sourced from io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi's releases.

Version 1.54.0

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​anuraaga @​breedx-splk @​chengchen @​halasz-csaba @​jack-berg @​jaydeluca @​jkwatson @​laurit @​opentelemetrybot @​rlacksgus97 @​robsunday @​trask @​xiangtianyu @​zeitlinger

Changelog

Sourced from io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi's changelog.

Version 1.54.0 (2025-09-05)

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)
Commits
  • 61e066b [release/v1.54.x] Prepare release 1.54.0 (#7644)
  • 5f4d898 Add change log for upcoming release (#7641)
  • 2a92794 fix(deps): update armeriaversion to v1.33.2 (#7625)
  • 7ef1410 don't call old plugin when declarative config is in use (#7472)
  • b18583a pass meter provider to avoid using the global otel instance (#7475)
  • 6610806 chore(deps): update plugin com.gradleup.shadow to v9.1.0 (#7628)
  • 35fda16 fix(deps): update dependency io.netty:netty-bom to v4.2.5.final (#7635)
  • 03a3d73 fix(deps): update dependency com.squareup.wire:wire-bom to v5.4.0 (#7631)
  • 5a955de fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.20.0 (#7...
  • 9386459 fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv-i...
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-sdk-common from 1.53.0 to 1.54.0

Release notes

Sourced from io.opentelemetry:opentelemetry-sdk-common's releases.

Version 1.54.0

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​anuraaga @​breedx-splk @​chengchen @​halasz-csaba @​jack-berg @​jaydeluca @​jkwatson @​laurit @​opentelemetrybot @​rlacksgus97 @​robsunday @​trask @​xiangtianyu @​zeitlinger

Changelog

Sourced from io.opentelemetry:opentelemetry-sdk-common's changelog.

Version 1.54.0 (2025-09-05)

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)
Commits
  • 61e066b [release/v1.54.x] Prepare release 1.54.0 (#7644)
  • 5f4d898 Add change log for upcoming release (#7641)
  • 2a92794 fix(deps): update armeriaversion to v1.33.2 (#7625)
  • 7ef1410 don't call old plugin when declarative config is in use (#7472)
  • b18583a pass meter provider to avoid using the global otel instance (#7475)
  • 6610806 chore(deps): update plugin com.gradleup.shadow to v9.1.0 (#7628)
  • 35fda16 fix(deps): update dependency io.netty:netty-bom to v4.2.5.final (#7635)
  • 03a3d73 fix(deps): update dependency com.squareup.wire:wire-bom to v5.4.0 (#7631)
  • 5a955de fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.20.0 (#7...
  • 9386459 fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv-i...
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-sdk-trace from 1.53.0 to 1.54.0

Release notes

Sourced from io.opentelemetry:opentelemetry-sdk-trace's releases.

Version 1.54.0

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​anuraaga @​breedx-splk @​chengchen @​halasz-csaba @​jack-berg @​jaydeluca @​jkwatson @​laurit @​opentelemetrybot @​rlacksgus97 @​robsunday @​trask @​xiangtianyu @​zeitlinger

Changelog

Sourced from io.opentelemetry:opentelemetry-sdk-trace's changelog.

Version 1.54.0 (2025-09-05)

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)
Commits
  • 61e066b [release/v1.54.x] Prepare release 1.54.0 (#7644)
  • 5f4d898 Add change log for upcoming release (#7641)
  • 2a92794 fix(deps): update armeriaversion to v1.33.2 (#7625)
  • 7ef1410 don't call old plugin when declarative config is in use (#7472)
  • b18583a pass meter provider to avoid using the global otel instance (#7475)
  • 6610806 chore(deps): update plugin com.gradleup.shadow to v9.1.0 (#7628)
  • 35fda16 fix(deps): update dependency io.netty:netty-bom to v4.2.5.final (#7635)
  • 03a3d73 fix(deps): update dependency com.squareup.wire:wire-bom to v5.4.0 (#7631)
  • 5a955de fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.20.0 (#7...
  • 9386459 fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv-i...
  • Additional commits viewable in compare view

Updates com.azure:azure-core from 1.56.0 to 1.56.1

Release notes

Sourced from com.azure:azure-core's releases.

azure-core_1.56.1

1.56.1 (2025-09-05)

Other Changes

Dependency Updates

  • Upgraded Reactor from 3.7.8 to 3.7.9. (#46430)
Commits

Updates com.azure:azure-core-http-netty from 1.16.0 to 1.16.1

Release notes

Sourced from com.azure:azure-core-http-netty's releases.

azure-core-http-netty_1.16.1

1.16.1 (2025-09-05)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.56.0 to 1.56.1.
  • Upgraded Reactor from 3.7.8 to 3.7.9. (#46430)
  • Upgraded Reactor Netty from 1.2.8 to 1.2.9. (#46430)
  • Upgraded Netty dependencies from 4.1.123.Final to 4.1.126.Final. (#46586)
Commits
  • ce394d0 Prepare Identity Patch release May 2025 (#45332)
  • 3abb9e3 Identity dac env opt out (#45301)
  • b653ec4 Sync eng/common directory with azure-sdk-tools for PR 10532 (#45329)
  • 0b28a1e Azure AI Agents Persistent: Updated typespec and samples (#45330)
  • 73c6592 Sync eng/common directory with azure-sdk-tools for PR 10522 (#45187)
  • b4c996e Increment package versions for keyvault releases (#45320)
  • 2949e79 HtmlDecode hrefs (#45327)
  • 467b8be Fix invalid scope in Lettuce sample using identity for Redis Cache (#45305)
  • 0cf0541 mgmt, local generation for Cosmos DB 2025-04-15 Stable SDK (#45273)
  • 856ef02 Increment package versions for containerservicefleet releases (#45321)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
9
Additions:
+15
Deletions:
-15
Package Dependencies
Ecosystem:
maven
Version Change:
1.53.0 → 1.54.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.15.3 → 1.15.4
Update Type:
Patch
Ecosystem:
maven
Version Change:
1.53.0 → 1.54.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.53.0 → 1.54.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.56.0 → 1.56.1
Update Type:
Patch
Ecosystem:
maven
Version Change:
1.53.0 → 1.54.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.16.0 → 1.16.1
Update Type:
Patch
Technical Details
ID: 7271620
UUID: 2808422404
Node ID: PR_kwDOIBoVIM6nZSAE
Host: GitHub
Repository: Azure-Samples/ApplicationInsights-Java-Samples
Merge State: Unknown