Skip to content

Commit 4dfa10e

Browse files
fix(deps): update all dependencies
1 parent 7844c73 commit 4dfa10e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/Fruitties.yaml

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

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535

3636
- name: Set up JDK 17
3737
uses: actions/setup-java@v5
@@ -63,7 +63,7 @@ jobs:
6363
xcode-version: latest-stable
6464

6565
- name: Checkout
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767

6868
- name: Build iOS app
6969
uses: mxcl/xcodebuild@v3

Fruitties/gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
agp = "8.13.1"
17-
androidx-activityCompose = "1.11.0"
18-
androidx-paging = "3.3.6"
19-
nav3Core = "1.0.0-rc01"
20-
lifecycleViewmodelNav3 = "1.0.0-alpha04"
16+
agp = "9.0.1"
17+
androidx-activityCompose = "1.12.4"
18+
androidx-paging = "3.4.1"
19+
nav3Core = "1.0.1"
20+
lifecycleViewmodelNav3 = "2.10.0"
2121
kotlinxSerializationCore = "1.9.0"
22-
androidx-room = "2.8.3"
23-
androidx-lifecycle = "2.9.4"
22+
androidx-room = "2.8.4"
23+
androidx-lifecycle = "2.10.0"
2424
atomicfu = "0.29.0"
25-
composeBom = "2025.11.00"
26-
dataStore = "1.1.7"
25+
composeBom = "2026.02.00"
26+
dataStore = "1.2.0"
2727
kotlin = "2.2.21"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinxDatetime = "0.7.1-0.6.x-compat"
3030
ksp = "2.3.3"
31-
ktorVersion = "3.3.2"
32-
pagingComposeAndroid = "3.3.6"
31+
ktorVersion = "3.4.0"
32+
pagingComposeAndroid = "3.4.1"
3333
skie = "0.10.8"
34-
sqlite = "2.6.1"
35-
spotless = "8.1.0"
34+
sqlite = "2.6.2"
35+
spotless = "8.2.1"
3636
okio = "3.16.4"
3737
kermit = "2.0.8"
3838
runner = "1.7.0"

Fruitties/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)