Skip to content

Commit 1e022ec

Browse files
fix(deps): update all dependencies
1 parent a215ab9 commit 1e022ec

File tree

13 files changed

+415
-497
lines changed

13 files changed

+415
-497
lines changed

.github/workflows/firebase_test_lab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }}
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 1
2727
- uses: dorny/paths-filter@v3
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 1
4444

.github/workflows/generate-bp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
- uses: dorny/paths-filter@v3
3030
id: filter
3131
with:
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: ./MacrobenchmarkSample
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Setup JDK
5050
id: setup-java

.github/workflows/macrobenchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- uses: dorny/paths-filter@v3
2525
id: filter
2626
with:
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ./MacrobenchmarkSample
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Setup JDK
4444
id: setup-java

JankStatsSample/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[versions]
1616

17-
agp = "8.11.1"
17+
agp = "8.12.0"
1818
appcompat = "1.7.1"
1919
activity = "1.10.1"
20-
composeBom = "2025.07.00"
20+
composeBom = "2025.08.00"
2121
coroutines = "1.10.2"
2222
constraint_layout = "2.2.1"
2323
core = "1.9.0"

JankStatsSample/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

MacrobenchmarkSample/functions/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.18.0

MacrobenchmarkSample/functions/package-lock.json

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MacrobenchmarkSample/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"logs": "firebase functions:log"
1111
},
1212
"engines": {
13-
"node": "22.17.1"
13+
"node": "22.18.0"
1414
},
1515
"main": "lib/index.js",
1616
"dependencies": {

0 commit comments

Comments
 (0)