Skip to content

Commit 8c25185

Browse files
Update all dependencies
1 parent fbd9701 commit 8c25185

File tree

8 files changed

+31
-31
lines changed

8 files changed

+31
-31
lines changed

.github/workflows/baseline-profiles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set Up JDK
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
distribution: 'zulu' # See 'Supported distributions' for available options
2424
java-version: '17'
2525
cache: 'gradle'
2626

2727
- name: Setup Gradle
28-
uses: gradle/actions/setup-gradle@v4
28+
uses: gradle/actions/setup-gradle@v5
2929

3030
- name: Setup Android SDK
3131
uses: android-actions/setup-android@v3

.github/workflows/benchmarking.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set Up JDK
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
distribution: 'zulu' # See 'Supported distributions' for available options
2424
java-version: '17'
2525
cache: 'gradle'
2626

2727
- name: Setup Gradle
28-
uses: gradle/actions/setup-gradle@v4
28+
uses: gradle/actions/setup-gradle@v5
2929

3030
- name: Setup Android SDK
3131
uses: android-actions/setup-android@v3

baseline-profiles/gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
22
accompanist = "0.36.0"
3-
androidGradlePlugin = "8.11.1"
4-
androidx-activity-compose = "1.10.1"
5-
androidx-benchmark-junit4 = "1.4.0"
6-
androidx-compose-bom = "2025.07.00"
3+
androidGradlePlugin = "8.13.0"
4+
androidx-activity-compose = "1.11.0"
5+
androidx-benchmark-junit4 = "1.4.1"
6+
androidx-compose-bom = "2025.10.01"
77
androidx-constraintlayout = "1.1.1"
8-
androidx-corektx = "1.16.0"
9-
androidx-lifecycle-compose = "2.9.2"
10-
androidx-lifecycle-runtime-compose = "2.9.2"
11-
androidx-navigation = "2.9.3"
8+
androidx-corektx = "1.17.0"
9+
androidx-lifecycle-compose = "2.9.4"
10+
androidx-lifecycle-runtime-compose = "2.9.4"
11+
androidx-navigation = "2.9.5"
1212
androidx-test = "1.7.0"
1313
androidx-test-espresso = "3.7.0"
1414
androidx-test-ext-junit = "1.3.0"
1515
androix-test-uiautomator = "2.3.0"
1616
coil = "2.7.0"
1717
coroutines = "1.10.2"
1818
junit = "4.13.2"
19-
kotlin = "2.2.0"
20-
runtimeTracing = "1.8.3"
19+
kotlin = "2.2.21"
20+
runtimeTracing = "1.9.4"
2121
profileinstaller = "1.4.1"
22-
baselineprofile = "1.4.0"
22+
baselineprofile = "1.4.1"
2323

2424
[libraries]
2525
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }

baseline-profiles/gradle/spotless.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
val ktlintVersion = "0.43.0"
1818

1919
initscript {
20-
val spotlessVersion = "7.2.1"
20+
val spotlessVersion = "8.0.0"
2121

2222
repositories {
2323
mavenCentral()

baseline-profiles/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.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

benchmarking/gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
22
accompanist = "0.36.0"
3-
androidGradlePlugin = "8.11.1"
4-
androidx-activity-compose = "1.10.1"
5-
androidx-benchmark-junit4 = "1.4.0"
6-
androidx-compose-bom = "2025.07.00"
3+
androidGradlePlugin = "8.13.0"
4+
androidx-activity-compose = "1.11.0"
5+
androidx-benchmark-junit4 = "1.4.1"
6+
androidx-compose-bom = "2025.10.01"
77
androidx-constraintlayout = "1.1.1"
8-
androidx-corektx = "1.16.0"
9-
androidx-lifecycle-compose = "2.9.2"
10-
androidx-lifecycle-runtime-compose = "2.9.2"
11-
androidx-navigation = "2.9.3"
8+
androidx-corektx = "1.17.0"
9+
androidx-lifecycle-compose = "2.9.4"
10+
androidx-lifecycle-runtime-compose = "2.9.4"
11+
androidx-navigation = "2.9.5"
1212
androidx-test = "1.7.0"
1313
androidx-test-espresso = "3.7.0"
1414
androidx-test-ext-junit = "1.3.0"
1515
androix-test-uiautomator = "2.3.0"
1616
coil = "2.7.0"
1717
coroutines = "1.10.2"
1818
junit = "4.13.2"
19-
kotlin = "2.2.0"
20-
runtimeTracing = "1.8.3"
19+
kotlin = "2.2.21"
20+
runtimeTracing = "1.9.4"
2121
profileinstaller = "1.4.1"
2222

2323
[libraries]

benchmarking/gradle/spotless.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
val ktlintVersion = "0.43.0"
1818

1919
initscript {
20-
val spotlessVersion = "7.2.1"
20+
val spotlessVersion = "8.0.0"
2121

2222
repositories {
2323
mavenCentral()

benchmarking/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.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)