Skip to content

Commit 800457e

Browse files
fix(deps): update all dependencies
1 parent f9fd295 commit 800457e

File tree

7 files changed

+43
-43
lines changed

7 files changed

+43
-43
lines changed

.github/workflows/CompareScreenshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Set up JDK 17
3838
uses: actions/setup-java@v4
@@ -46,7 +46,7 @@ jobs:
4646
gradle-version: wrapper
4747

4848

49-
- uses: dawidd6/action-download-artifact@v9
49+
- uses: dawidd6/action-download-artifact@v11
5050
continue-on-error: true
5151
with:
5252
name: screenshot

.github/workflows/CompareScreenshotComment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: dawidd6/action-download-artifact@v9
32+
- uses: dawidd6/action-download-artifact@v11
3333
with:
3434
name: pr
3535
run_id: ${{ github.event.workflow_run.id }}
@@ -40,7 +40,7 @@ jobs:
4040
echo "pull_request_number=$(cat NR)" >> "$GITHUB_OUTPUT"
4141
- name: main checkout
4242
id: checkout-main
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
ref: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.event.pull_request.base.ref || github.event.repository.default_branch }}
4646
- id: switch-companion-branch
@@ -51,7 +51,7 @@ jobs:
5151
git branch -D "$BRANCH_NAME" || true
5252
git checkout --orphan "$BRANCH_NAME"
5353
git rm -rf .
54-
- uses: dawidd6/action-download-artifact@v9
54+
- uses: dawidd6/action-download-artifact@v11
5555
with:
5656
run_id: ${{ github.event.workflow_run.id }}
5757
name: screenshot-diff

.github/workflows/StoreScreenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Set up JDK 17
3838
uses: actions/setup-java@v4

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

gradle/libs.versions.toml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,59 @@
22
minSdk = "26"
33
targetSdk = "36"
44
compileSdk = "36"
5-
agp = "8.9.2"
5+
agp = "8.12.1"
66
kotlin = "2.1.20"
77
ksp = "2.1.20-1.0.32"
8-
ktlint = "12.2.0"
8+
ktlint = "13.0.0"
99
kotlinx-serialization = "1.8.1"
10-
hilt = "2.56.2"
10+
hilt = "2.57"
1111
hilt-androidx = "1.2.0"
12-
core-ktx = "1.16.0"
12+
core-ktx = "1.17.0"
1313
splashscreen = "1.0.1"
1414
junit = "4.13.2"
15-
robolectric = "4.14.1"
16-
roborazzi = "1.43.1"
17-
okio = "3.11.0"
18-
mockk = "1.14.2"
15+
robolectric = "4.15.1"
16+
roborazzi = "1.48.0"
17+
okio = "3.16.0"
18+
mockk = "1.14.5"
1919
assertk = "0.28.1"
20-
turbine = "1.2.0"
21-
androidx-test-ext-junit = "1.2.1"
22-
androidx-test-runner = "1.6.2"
23-
androidx-test-core = "1.6.1"
20+
turbine = "1.2.1"
21+
androidx-test-ext-junit = "1.3.0"
22+
androidx-test-runner = "1.7.0"
23+
androidx-test-core = "1.7.0"
2424
androidx-annotations = "1.9.1"
25-
espresso-core = "3.6.1"
26-
lifecycle-runtime = "2.9.0"
25+
espresso-core = "3.7.0"
26+
lifecycle-runtime = "2.9.2"
2727
activity-compose = "1.10.1"
28-
compose-bom = "2025.05.00"
29-
compose-htmlconverter = "1.0.4"
28+
compose-bom = "2025.08.00"
29+
compose-htmlconverter = "1.1.0"
3030
kmpalette = "3.1.0"
3131
lyricist = "1.7.0"
32-
navigation = "2.9.0"
32+
navigation = "2.9.3"
3333
molecule = "2.1.0"
34-
media3 = "1.6.1"
34+
media3 = "1.8.0"
3535
coroutines = "1.10.1"
36-
workmanager = "2.10.1"
37-
coil = "3.1.0"
38-
ktor = "3.1.3"
39-
result = "2.0.1"
40-
xmlutil = "0.91.0"
41-
kermit = "2.0.5"
36+
workmanager = "2.10.3"
37+
coil = "3.3.0"
38+
ktor = "3.2.3"
39+
result = "2.1.0"
40+
xmlutil = "0.91.2"
41+
kermit = "2.0.6"
4242
# TODO: There is a regression in sqldelight 2.0.2 that causes sqldelight gradle tasks to fail on windows
4343
# For more info, See https://github.com/sqldelight/sqldelight/issues/5129, https://github.com/sqldelight/sqldelight/issues/5204,
4444
# https://slack-chats.kotlinlang.org/t/23461955/hello-i-started-using-the-sqldelight-libraries-in-my-kmp-pro, https://github.com/sqldelight/sqldelight/issues/5312
45-
sqldelight = "2.0.1"
45+
sqldelight = "2.1.0"
4646
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
47-
google-services = "4.4.2"
48-
firebase-bom = "33.13.0"
49-
crashlytics = "3.0.3"
47+
google-services = "4.4.3"
48+
firebase-bom = "34.1.0"
49+
crashlytics = "3.0.6"
5050
leakcanary = "3.0-alpha-8"
51-
datastore = "1.1.1"
52-
aboutlibraries = "12.1.2"
53-
appversioning = "1.4.0"
51+
datastore = "1.1.7"
52+
aboutlibraries = "12.2.4"
53+
appversioning = "1.5.0"
5454
gpp = "3.12.1"
5555
uiautomator = "2.3.0"
56-
benchmarkMacroJunit4 = "1.3.4"
57-
baselineprofile = "1.3.4"
56+
benchmarkMacroJunit4 = "1.4.0"
57+
baselineprofile = "1.4.0"
5858
profileinstaller = "1.4.1"
5959

6060
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=61ad310d3c7d3e5da131b76bbf22b5a4c0786e9d892dae8c1658d4b484de3caa
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)