Skip to content

Commit 02271cd

Browse files
Update all dependencies
1 parent ef5baab commit 02271cd

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

.github/workflows/get-started.yml

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

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

3737
- name: Set up JDK 17
38-
uses: actions/setup-java@v4
38+
uses: actions/setup-java@v5
3939
with:
4040
java-version: '17'
4141
distribution: 'zulu'
4242

4343
- name: Setup Gradle
44-
uses: gradle/actions/setup-gradle@v4
44+
uses: gradle/actions/setup-gradle@v5
4545
with:
4646
cache-encryption-key: ${{ env.GRADLE_ENCRYPTION_KEY }}
4747

@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-latest
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
- name: Run xcodebuild
6464
uses: mxcl/xcodebuild@v3

.github/workflows/migrate-room.yml

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

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

3737
- name: Set up JDK 17
38-
uses: actions/setup-java@v4
38+
uses: actions/setup-java@v5
3939
with:
4040
java-version: '17'
4141
distribution: 'zulu'
4242

4343
- name: Setup Gradle
44-
uses: gradle/actions/setup-gradle@v4
44+
uses: gradle/actions/setup-gradle@v5
4545
with:
4646
cache-encryption-key: ${{ env.GRADLE_ENCRYPTION_KEY }}
4747

@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-latest
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
- name: Run xcodebuild
6464
uses: mxcl/xcodebuild@v3

get-started/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
min-sdk = "26"
1717
target-sdk = "35"
1818
compile-sdk = "35"
19-
agp = "8.11.1"
20-
androidx-activityCompose = "1.10.1"
19+
agp = "8.13.0"
20+
androidx-activityCompose = "1.11.0"
2121
androidx-room = "2.6.1"
2222
androidx-lifecycle = "2.8.7"
2323
kotlin = "2.2.0"
2424
kotlinx-coroutines = "1.10.2"
25-
spotless = "7.2.1"
26-
composeBom = "2025.07.00"
25+
spotless = "8.0.0"
26+
composeBom = "2025.10.01"
2727
ktlint = "1.3.1"
2828

2929

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

migrate-room/gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
min-sdk = "26"
1717
target-sdk = "35"
1818
compile-sdk = "35"
19-
agp = "8.11.1"
20-
androidx-activityCompose = "1.10.1"
21-
androidx-room = "2.7.2"
22-
androidx-lifecycle = "2.9.2"
19+
agp = "8.13.0"
20+
androidx-activityCompose = "1.11.0"
21+
androidx-room = "2.8.3"
22+
androidx-lifecycle = "2.9.4"
2323
kotlin = "2.2.0"
2424
kotlinx-coroutines = "1.10.2"
2525
ksp = "2.2.0-2.0.2"
26-
ktorVersion = "3.2.3"
27-
spotless = "7.2.1"
28-
composeBom = "2025.07.00"
26+
ktorVersion = "3.3.1"
27+
spotless = "8.0.0"
28+
composeBom = "2025.10.01"
2929
ktlint = "1.3.1"
30-
hilt = "2.57"
30+
hilt = "2.57.2"
3131
androidx-testCore = "1.7.0"
3232
androidx-testRunner = "1.7.0"
3333
androidx-junit = "1.3.0"

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

0 commit comments

Comments
 (0)