Skip to content

Commit 4d5d060

Browse files
fix(deps): update all dependencies
1 parent a12bb93 commit 4d5d060

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/Fruitties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java-version: 17
4141

4242
- name: Setup Gradle
43-
uses: gradle/actions/setup-gradle@v4
43+
uses: gradle/actions/setup-gradle@v5
4444
with:
4545
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
4646

Fruitties/gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@
1616
agp = "8.13.0"
1717
androidx-activityCompose = "1.11.0"
1818
androidx-paging = "3.3.6"
19-
nav3Core = "1.0.0-alpha09"
19+
nav3Core = "1.0.0-alpha11"
2020
lifecycleViewmodelNav3 = "1.0.0-alpha04"
2121
kotlinxSerializationCore = "1.9.0"
22-
androidx-room = "2.8.0"
22+
androidx-room = "2.8.2"
2323
androidx-lifecycle = "2.9.4"
2424
atomicfu = "0.29.0"
25-
composeBom = "2025.09.00"
25+
composeBom = "2025.10.00"
2626
dataStore = "1.1.7"
2727
kotlin = "2.2.10"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinxDatetime = "0.7.1-0.6.x-compat"
3030
ksp = "2.2.10-2.0.2"
31-
ktorVersion = "3.3.0"
31+
ktorVersion = "3.3.1"
3232
pagingComposeAndroid = "3.3.6"
3333
skie = "0.10.6"
34-
sqlite = "2.6.0"
35-
spotless = "7.2.1"
36-
okio = "3.16.0"
34+
sqlite = "2.6.1"
35+
spotless = "8.0.0"
36+
okio = "3.16.1"
3737
kermit = "2.0.8"
3838
runner = "1.7.0"
3939
core = "1.7.0"
4040
junit = "1.3.0"
4141
materialIconsCore = "1.7.8"
42-
material3 = "1.4.0-rc01"
42+
material3 = "1.4.0"
4343

4444
[libraries]
4545
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }

0 commit comments

Comments
 (0)