Skip to content

Commit c1495ae

Browse files
Update all dependencies (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a21e38c commit c1495ae

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

get-started/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ kotlinx-coroutines = "1.10.2"
2525
spotless = "7.2.1"
2626
composeBom = "2025.07.00"
2727
ktlint = "1.3.1"
28-
runner = "1.6.2"
29-
core = "1.6.1"
30-
junit = "1.2.1"
28+
runner = "1.7.0"
29+
core = "1.7.0"
30+
junit = "1.3.0"
3131
skie = "0.10.4"
3232

3333
[libraries]

migrate-room/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ spotless = "7.2.1"
2828
composeBom = "2025.07.00"
2929
ktlint = "1.3.1"
3030
hilt = "2.57"
31-
androidx-testCore = "1.6.1"
32-
androidx-testRunner = "1.6.2"
33-
androidx-junit = "1.2.1"
31+
androidx-testCore = "1.7.0"
32+
androidx-testRunner = "1.7.0"
33+
androidx-junit = "1.3.0"
3434
turbine = "1.2.1"
3535
androidx-sqlite = "2.5.2"
36-
core = "1.6.1"
36+
core = "1.7.0"
3737
skie = "0.10.4"
3838

3939
[libraries]

0 commit comments

Comments
 (0)