Skip to content

Commit

Permalink
Bump androidx.core:core from 1.10.1 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps androidx.core:core from 1.10.1 to 1.12.0.

---
updated-dependencies:
- dependency-name: androidx.core:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 9753e0a commit b41df49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-android-instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alp

dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core:1.10.1")
implementation("androidx.core:core:1.12.0")
implementation("androidx.navigation:navigation-fragment:2.7.2")

api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion"))
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation(project(":opentelemetry-android-instrumentation"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.10"))
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core:1.10.1")
implementation("androidx.core:core:1.12.0")
implementation("androidx.navigation:navigation-fragment:2.7.2")

implementation("io.opentelemetry:opentelemetry-sdk")
Expand Down

0 comments on commit b41df49

Please sign in to comment.