Skip to content

chore(deps): bump the otel-dependencies group across 1 directory with 6 updates - #1288

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/otel-dependencies-8759f15c20
Open

chore(deps): bump the otel-dependencies group across 1 directory with 6 updates#1288
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/otel-dependencies-8759f15c20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the otel-dependencies group with 6 updates in the / directory:

Package From To
io.opentelemetry:opentelemetry-bom 1.54.1 1.64.0
io.opentelemetry:opentelemetry-bom-alpha 1.54.1-alpha 1.64.0-alpha
io.opentelemetry.semconv:opentelemetry-semconv 1.37.0 1.43.0
io.opentelemetry.semconv:opentelemetry-semconv-incubating 1.37.0-alpha 1.43.0-alpha
io.opentelemetry.contrib:opentelemetry-aws-resources 1.46.0-alpha 1.59.0-alpha
io.opentelemetry.contrib:opentelemetry-gcp-resources 1.46.0-alpha 1.59.0-alpha

Updates io.opentelemetry:opentelemetry-bom from 1.54.1 to 1.64.0

Release notes

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

Version 1.64.0

API

  • Fix W3CBaggagePropagator to allow empty baggage values per W3C spec (#8468)
  • Fix baggage parsing for invalid percent-encoded members (#8480)

Incubating

  • BREAKING Remove deprecated InstrumentationConfigUtil.peerServiceMapping (#8542)
  • Fix EnvironmentGetter/EnvironmentSetter to not enumerate or normalize carrier entries, and normalize empty names consistently (#8474, #8481)

SDK

Traces

  • Add BatchSpanProcessor.create(SpanExporter) convenience factory to mirror SimpleSpanProcessor.create(SpanExporter) (#8564)
  • Fix BatchSpanProcessor benchmark aux counters (exportedSpans/droppedSpans) always reporting zero (#8539)

Metrics

  • Fix PooledHashMap dropping live entries when an entry is removed during forEach (#8499)
  • Safely initialize exemplar reservoir storage in FixedSizeExemplarReservoir (#8524)
  • Use failExceptionally in PeriodicMetricReader when the exporter is busy (#8525)
  • Only set valuesRecorded in AggregatorHandle when false (#8559)
  • Use volatile instead of atomics in Double/LongLastValueAggregator (#8560)
  • Randomize per-thread recording order in metric benchmarks to avoid concurrency hotspots (#8550)

Logs

  • Fix BatchLogRecordProcessor worker thread being killed by non-runtime exceptions (#8529)

Exporters

  • BREAKING Prometheus: Drop deprecated PrometheusMetricReader constructors (#8541)
  • OTLP: Reject host-less endpoints in EndpointUtil.validateEndpoint (#8489)
  • OTLP: Replace Jackson OTLP JSON serialization with a hand-rolled implementation (#8545)
  • OTLP Profiles: Fix OtlpGrpcProfileExporter toString class name (#8492)
  • Prometheus: Add translation strategy support (#8346)
  • Prometheus: Fix serialization of array-valued scope and resource attributes to JSON strings (#8497)

Extensions

  • BREAKING Declarative config: Move experimental types to internal package (#8530)
  • Declarative config: Commit generated schema POJOs to git (#8408)
  • Declarative config: Update to opentelemetry-configuration v1.1.0 (#8451)
  • Declarative config: Adjust POJO toString/hashCode/equals to match AutoValue semantics (#8526)
  • Declarative config: Add ref descriptions to generated model classes (#8540)
  • Declarative config: Emit consistent @JsonProperty annotations on generated models (#8563)
  • Declarative config: Remove duplicate resolver in DeclarativeConfigPropertyUtil (#8579)

... (truncated)

Changelog

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

Version 1.64.0 (2026-07-10)

API

  • Fix W3CBaggagePropagator to allow empty baggage values per W3C spec (#8468)
  • Fix baggage parsing for invalid percent-encoded members (#8480)

Incubating

  • BREAKING Remove deprecated InstrumentationConfigUtil.peerServiceMapping (#8542)
  • Fix EnvironmentGetter/EnvironmentSetter to not enumerate or normalize carrier entries, and normalize empty names consistently (#8474, #8481)

SDK

Traces

  • Add BatchSpanProcessor.create(SpanExporter) convenience factory to mirror SimpleSpanProcessor.create(SpanExporter) (#8564)
  • Fix BatchSpanProcessor benchmark aux counters (exportedSpans/droppedSpans) always reporting zero (#8539)

Metrics

  • Fix PooledHashMap dropping live entries when an entry is removed during forEach (#8499)
  • Safely initialize exemplar reservoir storage in FixedSizeExemplarReservoir (#8524)
  • Use failExceptionally in PeriodicMetricReader when the exporter is busy (#8525)
  • Only set valuesRecorded in AggregatorHandle when false (#8559)
  • Use volatile instead of atomics in Double/LongLastValueAggregator (#8560)
  • Randomize per-thread recording order in metric benchmarks to avoid concurrency hotspots (#8550)

Logs

  • Fix BatchLogRecordProcessor worker thread being killed by non-runtime exceptions (#8529)

Exporters

... (truncated)

Commits
  • fd4d976 [release/v1.64.x] Prepare release 1.64.0 (#8585)
  • 0260567 Prepare 1.64.0 (#8582)
  • 6ee54e5 Fix serialization of array-valued scope and resource attributes in Prometheus...
  • 0004c7e Use shared workflow failure issue (#8581)
  • 4079ece Add BatchSpanProcessor.create(SpanExporter) to match SimpleSpanProcessor (#8564)
  • e29f345 Remove duplicate declarative config resolver (#8579)
  • 7f3d549 Replace jackson OTLP json serialization with handrolled version (#8545)
  • 91cbb32 Update otelbot token workflows to use client IDs (#8580)
  • 38dfb98 Update fossas/fossa-action action to v2 (#8577)
  • d79e509 Update weekly update (#8576)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-bom-alpha from 1.54.1-alpha to 1.64.0-alpha

Release notes

Sourced from io.opentelemetry:opentelemetry-bom-alpha's releases.

Version 1.63.0

API

  • Add missing setAttribute shortcuts to Span and LogRecordBuilder (#8255)
  • Promote InstrumentationUtil to public class in io.opentelemetry.api.impl package (#8413)
  • Fix index-out-of-bounds in StrictContextStorage (#8294)

Incubating

  • BREAKING Remove deprecated ExtendedAttributes and related code (#8395)

SDK

Metrics

  • Collect async exemplars when exemplar filter is always_on (#8363)
  • Move delta record/collect coordination from instrument to series level (#8313)

Exporters

  • Add noop() factory method to SpanExporter and LogRecordExporter (#8435)
  • BREAKING OTLP: Remove support for deprecated GrpcSenderProvider and HttpSenderProvider SPI property names (use io.opentelemetry.sdk.common.export.GrpcSenderProvider / io.opentelemetry.sdk.common.export.HttpSenderProvider instead) (#8392)
  • OTLP: Bound OkHttp sender dispatchers and surface rejections (#8422)
  • Prometheus: Limit exemplar label characters to conform to Prometheus limits (#8362)
  • Logging: Fix LoggingSpanExporter.flush() to preserve flush failures (#8361)
  • Zipkin: Make exporter self-contained by removing shared internal code dependencies (#8413)

Extensions

  • BREAKING Autoconfigure: Remove deprecated otel.experimental.config.file property (#8393)
  • BREAKING Incubator: Remove deprecated ViewConfig/ViewConfigCustomizer view file config mechanism (#8394)
  • Declarative config: Fix model package (#8403)
  • Declarative config: Fix Java module name to io.opentelemetry.sdk.autoconfigure.declarativeconfig (#8452)

Shims

  • Deprecate OpenTracing shim public API (#8373)

Project tooling

  • Finish adding OSGi support across all modules (#8401, #8417)
  • Force io.zipkin.zipkin2:zipkin:3.6.1 to avoid problematic gson version (#8430)

🙇 Thank you

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

@​ADITYA-CODE-SOURCE @​anuq @​bogdandrutu

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom-alpha's changelog.

Changelog

Unreleased

API

  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice (#8613)

SDK

Exporters

  • Prometheus: Fix PrometheusHttpServer.toBuilder() dropping the configured default handler (#8619)
  • Logging: Output event name in SystemOutLogRecordExporter (#8609)

Shims

  • OpenTracing: Return the extracted SpanContext when it is sampled but invalid (#8634)
  • Add OpenCensus links to the OpenTelemetry span instead of logging a warning and dropping them (#8635)

Version 1.64.0 (2026-07-10)

API

  • Fix W3CBaggagePropagator to allow empty baggage values per W3C spec (#8468)
  • Fix baggage parsing for invalid percent-encoded members (#8480)

Incubating

  • BREAKING Remove deprecated InstrumentationConfigUtil.peerServiceMapping (#8542)
  • Fix EnvironmentGetter/EnvironmentSetter to not enumerate or normalize carrier entries, and normalize empty names consistently (#8474, #8481)

SDK

Traces

  • Add BatchSpanProcessor.create(SpanExporter) convenience factory to mirror SimpleSpanProcessor.create(SpanExporter) (#8564)

... (truncated)

Commits

Updates io.opentelemetry:opentelemetry-bom-alpha from 1.54.1-alpha to 1.64.0-alpha

Release notes

Sourced from io.opentelemetry:opentelemetry-bom-alpha's releases.

Version 1.63.0

API

  • Add missing setAttribute shortcuts to Span and LogRecordBuilder (#8255)
  • Promote InstrumentationUtil to public class in io.opentelemetry.api.impl package (#8413)
  • Fix index-out-of-bounds in StrictContextStorage (#8294)

Incubating

  • BREAKING Remove deprecated ExtendedAttributes and related code (#8395)

SDK

Metrics

  • Collect async exemplars when exemplar filter is always_on (#8363)
  • Move delta record/collect coordination from instrument to series level (#8313)

Exporters

  • Add noop() factory method to SpanExporter and LogRecordExporter (#8435)
  • BREAKING OTLP: Remove support for deprecated GrpcSenderProvider and HttpSenderProvider SPI property names (use io.opentelemetry.sdk.common.export.GrpcSenderProvider / io.opentelemetry.sdk.common.export.HttpSenderProvider instead) (#8392)
  • OTLP: Bound OkHttp sender dispatchers and surface rejections (#8422)
  • Prometheus: Limit exemplar label characters to conform to Prometheus limits (#8362)
  • Logging: Fix LoggingSpanExporter.flush() to preserve flush failures (#8361)
  • Zipkin: Make exporter self-contained by removing shared internal code dependencies (#8413)

Extensions

  • BREAKING Autoconfigure: Remove deprecated otel.experimental.config.file property (#8393)
  • BREAKING Incubator: Remove deprecated ViewConfig/ViewConfigCustomizer view file config mechanism (#8394)
  • Declarative config: Fix model package (#8403)
  • Declarative config: Fix Java module name to io.opentelemetry.sdk.autoconfigure.declarativeconfig (#8452)

Shims

  • Deprecate OpenTracing shim public API (#8373)

Project tooling

  • Finish adding OSGi support across all modules (#8401, #8417)
  • Force io.zipkin.zipkin2:zipkin:3.6.1 to avoid problematic gson version (#8430)

🙇 Thank you

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

@​ADITYA-CODE-SOURCE @​anuq @​bogdandrutu

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom-alpha's changelog.

Changelog

Unreleased

API

  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice (#8613)

SDK

Exporters

  • Prometheus: Fix PrometheusHttpServer.toBuilder() dropping the configured default handler (#8619)
  • Logging: Output event name in SystemOutLogRecordExporter (#8609)

Shims

  • OpenTracing: Return the extracted SpanContext when it is sampled but invalid (#8634)
  • Add OpenCensus links to the OpenTelemetry span instead of logging a warning and dropping them (#8635)

Version 1.64.0 (2026-07-10)

API

  • Fix W3CBaggagePropagator to allow empty baggage values per W3C spec (#8468)
  • Fix baggage parsing for invalid percent-encoded members (#8480)

Incubating

  • BREAKING Remove deprecated InstrumentationConfigUtil.peerServiceMapping (#8542)
  • Fix EnvironmentGetter/EnvironmentSetter to not enumerate or normalize carrier entries, and normalize empty names consistently (#8474, #8481)

SDK

Traces

  • Add BatchSpanProcessor.create(SpanExporter) convenience factory to mirror SimpleSpanProcessor.create(SpanExporter) (#8564)

... (truncated)

Commits

Updates io.opentelemetry.semconv:opentelemetry-semconv from 1.37.0 to 1.43.0

Release notes

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

Version 1.43.0

  • Bump to semconv v1.43.0 (#518)

🙇 Thank you

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

@​ADITYA-CODE-SOURCE @​breedx-splk @​geekdave @​jack-berg @​jaydeluca @​laurit @​RafaelCavazza @​trask

Version 1.42.0

  • Bump to semconv v1.42.0 (#497)

🙇 Thank you

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

@​Ari4ka @​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask @​zeitlinger

Version 1.41.1

  • Bump to semconv v1.41.1 (#475)

🙇 Thank you

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

@​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask

Version 1.41.0

  • Bump to semconv v1.41.0 (#465)

... (truncated)

Changelog

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

Version 1.43.0 (2026-07-08)

  • Bump to semconv v1.43.0 (#518)

Version 1.42.0 (2026-06-16)

  • Bump to semconv v1.42.0 (#497)

Version 1.41.1 (2026-05-12)

  • Bump to semconv v1.41.1 (#475)

Version 1.41.0 (2026-04-30)

  • Bump to semconv v1.41.0 (#465)

Version 1.40.0 (2026-02-19)

  • Bump to semconv v1.40.0 (#418)

Version 1.39.0 (2026-01-28)

  • Bump to semconv v1.39.0 (#396)

Version 1.38.0 (2026-01-27)

  • Bump to semconv v1.38.0 (#384)
Commits
  • c12edae Prepare release 1.43.0 (#523)
  • 8b9d7c0 Update the semantic conventions version to 1.43.0 (#518)
  • 81d627e Update dependency com.toasttab.android:gummy-bears-api-23 to v0.15.0 (#519)
  • 8e95a48 Update github/codeql-action action to v4.36.3 (#520)
  • 09093ed Update fossas/fossa-action action to v2 (#521)
  • 34e3e80 Update plugin com.gradle.develocity to v4.5.0 (#517)
  • 9d4327a Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.8.0 (#514)
  • 41970a1 Update actions/setup-java action to v5.4.0 (#516)
  • e51a44a Update all patch versions (#515)
  • 8fc5253 Update dependency checkstyle to v13.7.0 (#513)
  • Additional commits viewable in compare view

Updates io.opentelemetry.semconv:opentelemetry-semconv-incubating from 1.37.0-alpha to 1.43.0-alpha

Release notes

Sourced from io.opentelemetry.semconv:opentelemetry-semconv-incubating's releases.

Version 1.42.0

  • Bump to semconv v1.42.0 (#497)

🙇 Thank you

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

@​Ari4ka @​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask @​zeitlinger

Version 1.41.1

  • Bump to semconv v1.41.1 (#475)

🙇 Thank you

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

@​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask

Version 1.41.0

  • Bump to semconv v1.41.0 (#465)

🙇 Thank you

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

@​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask @​zeitlinger

Version 1.40.0

  • Bump to semconv v1.40.0 (#418)

🙇 Thank you

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

... (truncated)

Changelog

Sourced from io.opentelemetry.semconv:opentelemetry-semconv-incubating's changelog.

Changelog

Unreleased

Version 1.43.0 (2026-07-08)

  • Bump to semconv v1.43.0 (#518)

Version 1.42.0 (2026-06-16)

  • Bump to semconv v1.42.0 (#497)

Version 1.41.1 (2026-05-12)

  • Bump to semconv v1.41.1 (#475)

Version 1.41.0 (2026-04-30)

  • Bump to semconv v1.41.0 (#465)

Version 1.40.0 (2026-02-19)

  • Bump to semconv v1.40.0 (#418)

Version 1.39.0 (2026-01-28)

  • Bump to semconv v1.39.0 (#396)

Version 1.38.0 (2026-01-27)

  • Bump to semconv v1.38.0 (#384)

Version 1.37.0 (2025-08-27)

  • Bump to semconv v1.37.0 (#288)

Version 1.36.0 (2025-08-26)

Note: there was no v1.35.0 release (see details).

  • Bump to semconv v1.36.0

... (truncated)

Commits

Updates io.opentelemetry.semconv:opentelemetry-semconv-incubating from 1.37.0-alpha to 1.43.0-alpha

Release notes

Sourced from io.opentelemetry.semconv:opentelemetry-semconv-incubating's releases.

Version 1.42.0

  • Bump to semconv v1.42.0 (#497)

🙇 Thank you

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

@​Ari4ka @​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask @​zeitlinger

Version 1.41.1

  • Bump to semconv v1.41.1 (#475)

🙇 Thank you

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

@​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask

Version 1.41.0

  • Bump to semconv v1.41.0 (#465)

🙇 Thank you

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

@​breedx-splk @​jack-berg @​jaydeluca @​laurit @​trask @​zeitlinger

Version 1.40.0

  • Bump to semconv v1.40.0 (#418)

🙇 Thank you

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

... (truncated)

Changelog

Sourced from io.opentelemetry.semconv:opentelemetry-semconv-incubating's changelog.

Changelog

Unreleased

Version 1.43.0 (2026-07-08)

  • Bump to semconv v1.43.0 (#518)

Version 1.42.0 (2026-06-16)

  • Bump to semconv v1.42.0 (#497)

Version 1.41.1 (2026-05-12)

  • Bump to semconv v1.41.1 (#475)

Version 1.41.0 (2026-04-30)

  • Bump to semconv v1.41.0 (#465)

Version 1.40.0 (2026-02-19)

  • Bump to semconv v1.40.0 (#418)

Version 1.39.0 (2026-01-28)

  • Bump to semconv v1.39.0 (#396)

Version 1.38.0 (2026-01-27)

  • Bump to semconv v1.38.0 (#384)

Version 1.37.0 (2025-08-27)

  • Bump to semconv v1.37.0 (#288)

Version 1.36.0 (2025-08-26)

Note: there was no v1.35.0 release (see details).

  • Bump to semconv v1.36.0

... (truncated)

Commits

Updates io.opentelemetry.contrib:opentelemetry-aws-resources from 1.46.0-alpha to 1.59.0-alpha

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-aws-resources's releases.

Version 1.58.0

This release targets the OpenTelemetry Java Instrumentation 2.29.0.

AWS X-Ray SDK support

  • Prevent regex on hot path (#2879)

Azure resources

  • Close leaky resources in azure-resources (#2876)
  • Handle NumberFormatException when parsing numbers (#2880)

Disk buffering

  • Add guard for non-numeric files (#2877)

Dynamic control

  • Wire up first policy (#2833)
  • Enable autoconfigurable extension (#2866)
  • Register implementers (#2858)
  • Add shadowJar target for fat jar including dependencies (#2869)
  • Update README on instructions for using the project as an extension (#2885)

GCP authentication extension

  • Support 'none' option in GOOGLE_OTEL_AUTH_TARGET_SIGNALS (#2899)

GCP resources

  • Handle NumberFormatException when parsing numbers (#2880)

IBM MQ metrics

  • Move to produce metrics via MetricProducer (#2836)
  • Change ibm-mq-metrics to use SnakeYAML Engine v2 (#2872)

JMX scraper

  • Reconnect when connection is lost (#2910)

Maven extension

  • Fix issue with extension service files being overridden (#2886)

OpAMP client

  • Add health reporting support (#2867)

🙇 Thank you

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-aws-resources's changelog.

Changelog

Unreleased

Version 1.59.0 (2026-07-24)

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (#2942)
  • Add deleted policy (#2943)
  • Apply deleted policy to telemetry policy deletion flow (#2944)
  • Make TelemetryPolicy an interface (#2948)
  • Refactor sourceKey to policyId to align to spec (#2949)
  • Add initializing from declarative config. (#2967)
  • Align aggregation to spec (#2960)
  • Add priority ordering to sources (#2970)
  • Add SourceKind to TelemetryPolicy (#2972)
  • Sampling rate is only changed if it has changed value (#2957)
  • SourceKind is now propagated across validation and policy creation (#2973)
  • Drop comparable policies according to priority for an update (#2974)

... (truncated)

Commits

Updates io.opentelemetry.contrib:opentelemetry-gcp-resources from 1.46.0-alpha to 1.59.0-alpha

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-gcp-resources's releases.

Version 1.58.0

This release targets the OpenTelemetry Java Instrumentation 2.29.0.

AWS X-Ray SDK support

  • Prevent regex on hot path (#2879)

Azure resources

  • Close leaky resources in azure-resources (#2876)
  • Handle NumberFormatException when parsing numbers (#2880)

Disk buffering

  • Add guard for non-numeric files (#2877)

Dynamic control

  • Wire up first policy (#2833)
  • Enable autoconfigurable extension (#2866)
  • Register implementers (#2858)
  • Add shadowJar target for fat jar including dependencies (#2869)
  • Update README on instructions for using the project as an extension (#2885)

GCP authentication extension

  • Support 'none' option in GOOGLE_OTEL_AUTH_TARGET_SIGNALS (#2899)

GCP resources

  • Handle NumberFormatException when parsing numbers (#2880)

IBM MQ metrics

  • Move to produce metrics via MetricProducer (#2836)
  • Change ibm-mq-metrics to use SnakeYAML Engine v2 (#2872)

JMX scraper

  • Reconnect when connection is lost (#2910)

Maven extension

  • Fix issue with extension service files being overridden (#2886)

OpAMP client

  • Add health reporting support (#2867)

🙇 Thank you

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-gcp-resources's changelog.

Changelog

Unreleased

Version 1.59.0 (2026-07-24)

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (#2942)
  • Add deleted policy (#2943)
  • Apply deleted policy to telemetry policy deletion flow (#2944)
  • Make TelemetryPolicy an interface (#2948)
  • Refactor sourceKey to policyId to align to spec (#2949)
  • Add initializing from declarative config. (#2967)
  • Align aggregation to spec (#2960)
  • Add priority ordering to sources (#2970)
  • Add SourceKind to TelemetryPolicy (#2972)
  • Sampling rate is only changed if it has changed value (#2957)
  • SourceKind is now propagated across validation and policy creation (#2973)
  • Drop comparable policies according to priority for an update (#2974)

... (truncated)

Commits

Updates io.opentelemetry.contrib:opentelemetry-gcp-resources from 1.46.0-alpha to 1.59.0-alpha

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-gcp-resources's releases.

Version 1.58.0

This release targets the OpenTelemetry Java Instrumentation 2.29.0.

AWS X-Ray SDK support

  • Prevent regex on hot path (#2879)

Azure resources

  • Close leaky resources in azure-resources (#2876)
  • Handle NumberFormatException when parsing numbers (#2880)

Disk buffering

  • Add guard for non-numeric files (#2877)

Dynamic control

  • Wire up first policy (#2833)
  • Enable autoconfigurable extension (#2866)
  • Register implementers (#2858)
  • Add shadowJar target for fat jar including dependencies (#2869)
  • Update README on instructions for using the project as an extension (#2885)

GCP authentication extension

  • Support 'none' option in GOOGLE_OTEL_AUTH_TARGET_SIGNALS (#2899)

GCP resources

  • Handle NumberFormatException when parsing numbers (#2880)

IBM MQ metrics

  • Move to produce metrics via MetricProducer (#2836)
  • Change ibm-mq-metrics to use SnakeYAML Engine v2 (#2872)

JMX scraper

  • Reconnect when connection is lost (#2910)

Maven extension

  • Fix issue with extension service files being overridden (#2886)

OpAMP client

  • Add health reporting support (#2867)

🙇 Thank you

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-gcp-resources's changelog.

Changelog

Unreleased

Version 1.59.0 (2026-07-24)

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner May 19, 2026 04:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 19, 2026
… 6 updates

Bumps the otel-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.54.1` | `1.64.0` |
| [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java) | `1.54.1-alpha` | `1.64.0-alpha` |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.37.0` | `1.43.0` |
| [io.opentelemetry.semconv:opentelemetry-semconv-incubating](https://github.com/open-telemetry/semantic-conventions-java) | `1.37.0-alpha` | `1.43.0-alpha` |
| [io.opentelemetry.contrib:opentelemetry-aws-resources](https://github.com/open-telemetry/opentelemetry-java-contrib) | `1.46.0-alpha` | `1.59.0-alpha` |
| [io.opentelemetry.contrib:opentelemetry-gcp-resources](https://github.com/open-telemetry/opentelemetry-java-contrib) | `1.46.0-alpha` | `1.59.0-alpha` |



Updates `io.opentelemetry:opentelemetry-bom` from 1.54.1 to 1.64.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.54.1...v1.64.0)

Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.54.1-alpha to 1.64.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.54.1-alpha to 1.64.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.37.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/semantic-conventions-java@v1.37.0...v1.43.0)

Updates `io.opentelemetry.semconv:opentelemetry-semconv-incubating` from 1.37.0-alpha to 1.43.0-alpha
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/semantic-conventions-java/commits)

Updates `io.opentelemetry.semconv:opentelemetry-semconv-incubating` from 1.37.0-alpha to 1.43.0-alpha
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/semantic-conventions-java/commits)

Updates `io.opentelemetry.contrib:opentelemetry-aws-resources` from 1.46.0-alpha to 1.59.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

Updates `io.opentelemetry.contrib:opentelemetry-gcp-resources` from 1.46.0-alpha to 1.59.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

Updates `io.opentelemetry.contrib:opentelemetry-gcp-resources` from 1.46.0-alpha to 1.59.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-resources
  dependency-version: 1.56.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry.contrib:opentelemetry-gcp-resources
  dependency-version: 1.56.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry.contrib:opentelemetry-gcp-resources
  dependency-version: 1.56.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv-incubating
  dependency-version: 1.41.1-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv-incubating
  dependency-version: 1.41.1-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-version: 1.62.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-version: 1.62.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/otel-dependencies-8759f15c20 branch from 63293f5 to ec6ce41 Compare August 3, 2026 18:53
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.

0 participants