Skip to content

Commit

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

Bumps androidx.lifecycle:lifecycle-livedata-core from 2.6.2 to 2.7.0.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-livedata-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] committed Jan 15, 2024
1 parent f015a84 commit ca9f52c
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.7.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.6.2'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.7.0'

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.7.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.6.2'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.7.0'

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

0 comments on commit ca9f52c

Please sign in to comment.