Skip to content

Commit 3fdd737

Browse files
Update all dependencies
1 parent a11c188 commit 3fdd737

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/baseline-profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
2121
uses: actions/setup-java@v4

.github/workflows/benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
2121
uses: actions/setup-java@v4

baseline-profiles/gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
accompanist = "0.36.0"
3-
androidGradlePlugin = "8.11.1"
3+
androidGradlePlugin = "8.12.0"
44
androidx-activity-compose = "1.10.1"
55
androidx-benchmark-junit4 = "1.4.0"
6-
androidx-compose-bom = "2025.07.00"
6+
androidx-compose-bom = "2025.08.00"
77
androidx-constraintlayout = "1.1.1"
8-
androidx-corektx = "1.16.0"
8+
androidx-corektx = "1.17.0"
99
androidx-lifecycle-compose = "2.9.2"
1010
androidx-lifecycle-runtime-compose = "2.9.2"
1111
androidx-navigation = "2.9.3"
@@ -16,8 +16,8 @@ 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.10"
20+
runtimeTracing = "1.9.0"
2121
profileinstaller = "1.4.1"
2222
baselineprofile = "1.4.0"
2323

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

benchmarking/gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
accompanist = "0.36.0"
3-
androidGradlePlugin = "8.11.1"
3+
androidGradlePlugin = "8.12.0"
44
androidx-activity-compose = "1.10.1"
55
androidx-benchmark-junit4 = "1.4.0"
6-
androidx-compose-bom = "2025.07.00"
6+
androidx-compose-bom = "2025.08.00"
77
androidx-constraintlayout = "1.1.1"
8-
androidx-corektx = "1.16.0"
8+
androidx-corektx = "1.17.0"
99
androidx-lifecycle-compose = "2.9.2"
1010
androidx-lifecycle-runtime-compose = "2.9.2"
1111
androidx-navigation = "2.9.3"
@@ -16,8 +16,8 @@ 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.10"
20+
runtimeTracing = "1.9.0"
2121
profileinstaller = "1.4.1"
2222

2323
[libraries]

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

0 commit comments

Comments
 (0)