Skip to content

Commit

Permalink
Bump androidx.core:core from 1.9.0 to 1.10.1 (#564)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2023
1 parent d480a39 commit b1371a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-android-instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit b1371a0

Please sign in to comment.