Skip to content

Commit d18463e

Browse files
fix(deps): update all dependencies
1 parent d8de0ef commit d18463e

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

.github/workflows/apply_spotless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
steps:
3232
- name: Checkout Repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
token: ${{ secrets.PAT || github.token }}
3636
fetch-depth: 0
3737

3838
- name: set up Java 17
39-
uses: actions/setup-java@v4
39+
uses: actions/setup-java@v5
4040
with:
4141
distribution: 'zulu'
4242
java-version: '17'

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
xcode-version: latest-stable
4040

4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Build iOS app
4545
uses: mxcl/xcodebuild@v3

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
timeout-minutes: 30
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
token: ${{ secrets.PAT || github.token }}
3535
- name: set up Java 25
36-
uses: actions/setup-java@v4
36+
uses: actions/setup-java@v5
3737
with:
3838
distribution: 'zulu'
3939
java-version: '25'

.github/workflows/sync_main_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Syncing branches
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Set git config user
1717
run: git config user.email "compose-devrel-github-bot@google.com" && git config user.name "compose-devrel-github-bot"
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Create pull request
2323
id: cpr
24-
uses: peter-evans/create-pull-request@v7
24+
uses: peter-evans/create-pull-request@v8
2525
with:
2626
token: ${{ secrets.PAT }}
2727
commit-message: 🤖 Sync main to latest

.github/workflows/update_deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: set up JDK 17
12-
uses: actions/setup-java@v4
12+
uses: actions/setup-java@v5
1313
with:
1414
java-version: 17
1515
distribution: 'zulu'
@@ -19,7 +19,7 @@ jobs:
1919
run: ./gradlew versionCatalogUpdate
2020
- name: Create pull request
2121
id: cpr
22-
uses: peter-evans/create-pull-request@v7
22+
uses: peter-evans/create-pull-request@v8
2323
with:
2424
token: ${{ secrets.PAT }}
2525
commit-message: 🤖 Update Dependencies

datastore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
// [START android_datastore_proto_task]
108108
protobuf {
109109
protoc {
110-
artifact = "com.google.protobuf:protoc:4.32.1"
110+
artifact = "com.google.protobuf:protoc:4.33.4"
111111
}
112112
generateProtoTasks {
113113
all().forEach { task ->

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
accompanist = "0.36.0"
33
activityKtx = "1.12.2"
4-
android-googleid = "1.1.1"
5-
androidGradlePlugin = "8.13.2"
4+
android-googleid = "1.2.0"
5+
androidGradlePlugin = "9.0.0"
66
androidx-activity-compose = "1.12.2"
7-
androidx-appcompat = "1.7.0"
7+
androidx-appcompat = "1.7.1"
88
androidx-compose-bom = "2026.01.00"
99
androidx-compose-ui-test = "1.7.0-alpha08"
1010
androidx-compose-ui-test-junit4-accessibility = "1.11.0-alpha03"
@@ -48,29 +48,29 @@ dataStore = "1.2.0"
4848
datastoreCore = "1.2.0"
4949
datastorePreferencesRxjava2 = "1.2.0"
5050
datastorePreferencesRxjava3 = "1.2.0"
51-
firebase-bom = "34.7.0"
51+
firebase-bom = "34.8.0"
5252
glide = "1.0.0-beta08"
5353
google-ar-core = "1.52.0"
5454
google-maps = "20.0.0"
5555
gradle-versions = "0.53.0"
5656
guava = "33.5.0-jre"
5757
guava-android = "33.5.0-jre"
58-
hilt = "2.57.2"
58+
hilt = "2.59"
5959
horologist = "0.8.3-alpha"
6060
junit = "4.13.2"
6161
kotlin = "2.3.0"
6262
kotlinCoroutinesOkhttp = "1.0"
6363
kotlinxCoroutinesGuava = "1.10.2"
64-
kotlinxSerializationJson = "1.9.0"
64+
kotlinxSerializationJson = "1.10.0"
6565
ksp = "2.3.4"
6666
ktlint = "1.5.0"
6767
lifecycleService = "2.10.0"
6868
maps-compose = "7.0.0"
6969
material = "1.14.0-alpha08"
7070
material3-adaptive = "1.2.0"
7171
material3-adaptive-navigation-suite = "1.4.0"
72-
media3 = "1.8.0"
73-
media3Ui = "1.8.0"
72+
media3 = "1.9.0"
73+
media3Ui = "1.9.0"
7474
# @keep
7575
minSdk = "36"
7676
okHttp = "5.3.2"
@@ -80,14 +80,14 @@ protoc = "0.9.6"
8080
protolayout = "1.3.0"
8181
reactive-streams = "1.0.4"
8282
recyclerview = "1.4.0"
83-
robolectric = "4.16"
84-
roborazzi = "1.56.0"
85-
spotless = "8.1.0"
83+
robolectric = "4.16.1"
84+
roborazzi = "1.57.0"
85+
spotless = "8.2.0"
8686
targetSdk = "36"
8787
tiles = "1.5.0"
8888
tracing = "1.3.0"
8989
tvComposeMaterial3 = "1.1.0-alpha01"
90-
validatorPush = "1.0.0-alpha08"
90+
validatorPush = "1.0.0-alpha09"
9191
version-catalog-update = "1.0.1"
9292
watchfaceComplicationsDataSourceKtx = "1.2.1"
9393
wear = "1.3.0"
@@ -101,7 +101,7 @@ wearRemoteInteractions = "1.1.0"
101101
wearToolingPreview = "1.0.0"
102102
webkit = "1.15.0"
103103
wfp = "1.0.0-beta01"
104-
xrGlimmer = "1.0.0-alpha03"
104+
xrGlimmer = "1.0.0-alpha04"
105105
xrProjected = "1.0.0-alpha03"
106106

107107
[libraries]

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

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99
}
1010
plugins {
11-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
11+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1212
}
1313
dependencyResolutionManagement {
1414
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

0 commit comments

Comments
 (0)