Skip to content

chore(deps): Bump opentelemetry-android from 0.15.0-alpha to 0.16.0-alpha#134

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/opentelemetry-android-0.16.0-alpha
Open

chore(deps): Bump opentelemetry-android from 0.15.0-alpha to 0.16.0-alpha#134
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/opentelemetry-android-0.16.0-alpha

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2025

Bumps opentelemetry-android from 0.15.0-alpha to 0.16.0-alpha.
Updates io.opentelemetry.android:android-agent from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android:android-agent's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android:android-agent's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android:common from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android:common's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android:common's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android:session from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android:session's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android:session's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android.instrumentation:httpurlconnection-library from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android.instrumentation:httpurlconnection-library's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android.instrumentation:httpurlconnection-library's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android.instrumentation:httpurlconnection-agent from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android.instrumentation:httpurlconnection-agent's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android.instrumentation:httpurlconnection-agent's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android.instrumentation:okhttp3-library from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android.instrumentation:okhttp3-library's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android.instrumentation:okhttp3-library's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android.instrumentation:okhttp3-agent from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android.instrumentation:okhttp3-agent's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android.instrumentation:okhttp3-agent's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

Updates io.opentelemetry.android.instrumentation:sessions from 0.15.0-alpha to 0.16.0-alpha

Release notes

Sourced from io.opentelemetry.android.instrumentation:sessions's releases.

Version 0.15.0

This release is based on OpenTelemetry Java Instrumentation and the OpenTelemetry Java Core (sdk/api/exporters) 1.54.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

⚠️⚠️ Breaking changes

  • Drop volley instrumentation. (#1228)

📈 Enhancements

  • Introduce configuration DSL for OpenTelemetryRumInitializer (#1198)
  • Refactor jank to use events instead of zero-duration spans (#1175)
  • Add experimental ability to close Services (#1196)
  • Add more warning logs in Network detection (#1205)

🧰 Tooling

  • Drop API 21 (Lollipop) test automation with Robolectric. (#1189)

🙇 Thank you

This release was possible thanks to the following contributors:

@​bidetofevil @​breedx-splk @​cleverchuk @​codecov @​fractalwrench @​LikeTheSalad @​marandaneto @​MustafaHaddara @​surbhiia

Changelog

Sourced from io.opentelemetry.android.instrumentation:sessions's changelog.

OpenTelemetry Android Changelog

Unreleased

Version 0.16.0 (2025-10-24)

Note: This version is not the first release candidate. We had previously announced that the October 2025 release would be our first release candidate, but this effort is temporarily paused.

We are still soliciting feedback from users as we approach a 1.0.0 milestone and mark the android-agent and OpenTelemetryRumInitializer api stable. Please see #1257 to join the discussion.

The full list of commits included in this release may be viewed here.

⚠️⚠️ Breaking changes

  • Removing OTelRumConfig from initializer (#1272)
  • SessionStorage and SessionIdGenerator are now internal interfaces. (#1278)

📣 Migration notes

  • The agent initializer now uses a typesafe DSL for configuration parameters. Existing users of the initialization API may need to made some modifications, but we think this is a nice extensible pattern for the initializer.
  • Unstable APIs now leverage a new @Incubating annotation, which leverages the kotlin compiler to emit warnings about use of unstable APIs (#1238)

📈 Enhancements

  • Add functional interfaces to support config DSL via agent initializer. (#1275)
  • Config for disabling default instrumentations via agent initializer. (#1273)
  • Enhanced detection of service.name when the application label is populated with build placeholders. (#1302)

🧰 Tooling

  • Testing now uses Marshmallow as a lower bound. (#1230)
  • Improve PR code coverage reporting by running codecov on main branch (#1236)
  • Update main CI build from Java 17 to Java 21. (#1317)

Version 0.15.0 (2025-09-18)

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `opentelemetry-android` from 0.15.0-alpha to 0.16.0-alpha.

Updates `io.opentelemetry.android:android-agent` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android:common` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android:session` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android.instrumentation:httpurlconnection-library` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android.instrumentation:httpurlconnection-agent` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android.instrumentation:okhttp3-library` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android.instrumentation:okhttp3-agent` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

Updates `io.opentelemetry.android.instrumentation:sessions` from 0.15.0-alpha to 0.16.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-android/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-android/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.android:android-agent
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android:common
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android:session
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android.instrumentation:httpurlconnection-library
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android.instrumentation:httpurlconnection-agent
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android.instrumentation:okhttp3-library
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android.instrumentation:okhttp3-agent
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.android.instrumentation:sessions
  dependency-version: 0.16.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 25, 2025 10:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 25, 2025
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