Skip to content

Commit fcd35ac

Browse files
Update all dependencies
1 parent 92a9de0 commit fcd35ac

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/Fruitties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Validate Gradle Wrapper
24-
uses: gradle/actions/wrapper-validation@v3
24+
uses: gradle/actions/wrapper-validation@v4
2525

2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v4

Fruitties/gradle/libs.versions.toml

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

1515
[versions]
16-
agp = "8.10.1"
16+
agp = "8.11.0"
1717
androidx-activityCompose = "1.10.1"
1818
androidx-paging = "3.3.6"
19-
nav3Core = "1.0.0-alpha01"
20-
lifecycleViewmodelNav3 = "1.0.0-alpha01"
19+
nav3Core = "1.0.0-alpha05"
20+
lifecycleViewmodelNav3 = "1.0.0-alpha03"
2121
kotlinxSerializationCore = "1.8.1"
22-
androidx-room = "2.7.1"
22+
androidx-room = "2.7.2"
2323
androidx-lifecycle = "2.9.1"
2424
atomicfu = "0.27.0"
25-
composeBom = "2025.06.00"
25+
composeBom = "2025.06.01"
2626
dataStore = "1.1.7"
2727
kotlin = "2.1.21"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinxDatetime = "0.6.2"
3030
ksp = "2.1.21-2.0.2"
31-
ktorVersion = "3.1.3"
31+
ktorVersion = "3.2.1"
3232
pagingComposeAndroid = "3.3.6"
3333
skie = "0.10.2"
34-
sqlite = "2.5.1"
34+
sqlite = "2.5.2"
3535
spotless = "7.0.4"
36-
okio = "3.12.0"
36+
okio = "3.15.0"
3737
runner = "1.6.2"
3838
core = "1.6.1"
3939
junit = "1.2.1"

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-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)