Skip to content

Commit

Permalink
Bump androidx.lifecycle:lifecycle-livedata-core from 2.8.4 to 2.8.5 (#…
Browse files Browse the repository at this point in the history
…213)

Bumps androidx.lifecycle:lifecycle-livedata-core from 2.8.4 to 2.8.5.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-livedata-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent e4686df commit 07c8a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
api project(':testing')
implementation 'androidx.annotation:annotation:1.8.2'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.4'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.5'

testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.8.2'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.4'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.5'

testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 07c8a7a

Please sign in to comment.