Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                        | from  | to    |
| ---------- | ---------------------------------------------- | ----- | ----- |
| maven      | androidx.lifecycle:lifecycle-viewmodel-ktx     | 2.8.3 | 2.8.4 |
| maven      | androidx.lifecycle:lifecycle-viewmodel-compose | 2.8.3 | 2.8.4 |
| maven      | androidx.lifecycle:lifecycle-viewmodel         | 2.8.3 | 2.8.4 |
| maven      | androidx.activity:activity-ktx                 | 1.9.0 | 1.9.1 |
| maven      | androidx.activity:activity-compose             | 1.9.0 | 1.9.1 |
  • Loading branch information
renovate[bot] committed Jul 25, 2024
1 parent d063c22 commit 9cbb929
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle/hubdle.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
adarshr-test-logger = "4.0.0"
android = "8.5.1"
android-tools-desugar_jdk_libs = "2.0.4"
androidx-activity-compose = "1.9.0"
androidx-activity-ktx = "1.9.0"
androidx-activity-compose = "1.9.1"
androidx-activity-ktx = "1.9.1"
androidx-appcompat = "1.7.0"
androidx-compose-animation = "1.6.8"
androidx-compose-animation-core = "1.6.8"
Expand All @@ -30,9 +30,9 @@ androidx-compose-ui-util = "1.6.8"
androidx-core-ktx = "1.13.1"
androidx-core-splashscreen = "1.0.1"
androidx-hilt-navigation-compose = "1.2.0"
androidx-lifecycle-viewmodel = "2.8.3"
androidx-lifecycle-viewmodel-compose = "2.8.3"
androidx-lifecycle-viewmodel-ktx = "2.8.3"
androidx-lifecycle-viewmodel = "2.8.4"
androidx-lifecycle-viewmodel-compose = "2.8.4"
androidx-lifecycle-viewmodel-ktx = "2.8.4"
androidx-navigation-compose = "2.7.7"
arrow-kt-arrow-core = "1.2.4"
cash-molecule = "2.0.0"
Expand Down
8 changes: 5 additions & 3 deletions hubdle-version-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

### Updated

- `androidx.lifecycle:lifecycle-viewmodel-ktx -> 2.8.4`
- `androidx.lifecycle:lifecycle-viewmodel-compose -> 2.8.4`
- `androidx.lifecycle:lifecycle-viewmodel -> 2.8.4`
- `androidx.activity:activity-ktx -> 1.9.1`
- `androidx.activity:activity-compose -> 1.9.1`
- `com.gradle.develocity:com.gradle.develocity.gradle.plugin -> 3.17.6`
- `org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin -> 0.8.3`
- `org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin -> 0.16.2`
Expand All @@ -25,9 +30,6 @@
- `gradle -> 8.9`
- `org.sonarqube:org.sonarqube.gradle.plugin -> 5.1.0.4882`
- `org.jetbrains.changelog:org.jetbrains.changelog.gradle.plugin -> 2.2.1`
- `androidx.lifecycle:lifecycle-viewmodel-ktx -> 2.8.3`
- `androidx.lifecycle:lifecycle-viewmodel-compose -> 2.8.3`
- `androidx.lifecycle:lifecycle-viewmodel -> 2.8.3`
- `org.jetbrains.kotlinx:atomicfu -> 0.25.0`
- `org.junit.platform:junit-platform-suite-api -> 1.10.3`
- `org.junit.platform:junit-platform-runner -> 1.10.3`
Expand Down

0 comments on commit 9cbb929

Please sign in to comment.