Skip to content

Commit

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

Bumps androidx.lifecycle:lifecycle-livedata-core from 2.8.1 to 2.8.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 2d7086c commit f8a457b
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.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.1'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.2'

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.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.1'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.2'

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

0 comments on commit f8a457b

Please sign in to comment.