From b1371a0beb14ab7acc8a99fcd375c59c6d9f809e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 14:23:35 +0300 Subject: [PATCH] Bump androidx.core:core from 1.9.0 to 1.10.1 (#564) Bumps androidx.core:core from 1.9.0 to 1.10.1. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- opentelemetry-android-instrumentation/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-android-instrumentation/build.gradle.kts b/opentelemetry-android-instrumentation/build.gradle.kts index 0fb30370b..4dc12ff14 100644 --- a/opentelemetry-android-instrumentation/build.gradle.kts +++ b/opentelemetry-android-instrumentation/build.gradle.kts @@ -46,7 +46,7 @@ val otelInstrumentationAlphaVersion = "1.25.0-alpha-SNAPSHOT" dependencies { implementation("androidx.appcompat:appcompat:1.6.1") - implementation("androidx.core:core:1.9.0") + implementation("androidx.core:core:1.10.1") implementation("androidx.navigation:navigation-fragment:2.5.3") api(platform("io.opentelemetry:opentelemetry-bom:$otelVersion"))