Skip to content

Commit ad43e05

Browse files
Update all dependencies
1 parent f7130b1 commit ad43e05

File tree

8 files changed

+41
-41
lines changed

8 files changed

+41
-41
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.5"
111111
}
112112
generateProtoTasks {
113113
all().forEach { task ->

gradle/libs.versions.toml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
accompanist = "0.36.0"
3-
activityKtx = "1.12.2"
4-
android-googleid = "1.1.1"
5-
androidGradlePlugin = "8.13.2"
6-
androidx-activity-compose = "1.12.2"
7-
androidx-appcompat = "1.7.0"
8-
androidx-compose-bom = "2026.01.00"
3+
activityKtx = "1.12.3"
4+
android-googleid = "1.2.0"
5+
androidGradlePlugin = "9.0.0"
6+
androidx-activity-compose = "1.12.3"
7+
androidx-appcompat = "1.7.1"
8+
androidx-compose-bom = "2026.01.01"
99
androidx-compose-ui-test = "1.7.0-alpha08"
10-
androidx-compose-ui-test-junit4-accessibility = "1.11.0-alpha03"
10+
androidx-compose-ui-test-junit4-accessibility = "1.11.0-alpha04"
1111
androidx-constraintlayout = "2.2.1"
1212
androidx-constraintlayout-compose = "1.1.1"
1313
androidx-coordinator-layout = "1.3.0"
@@ -19,75 +19,75 @@ androidx-fragment = "1.8.9"
1919
androidx-glance-appwidget = "1.1.1"
2020
androidx-lifecycle-compose = "2.10.0"
2121
androidx-lifecycle-runtime-compose = "2.10.0"
22-
androidx-navigation = "2.9.6"
23-
androidx-navigation3 = "1.1.0-alpha02"
24-
androidx-paging = "3.3.6"
22+
androidx-navigation = "2.9.7"
23+
androidx-navigation3 = "1.1.0-alpha03"
24+
androidx-paging = "3.4.0"
2525
androidx-startup-runtime = "1.2.0"
2626
androidx-test = "1.7.0"
2727
androidx-test-espresso = "3.7.0"
2828
androidx-test-junit = "1.3.0"
2929
androidx-window = "1.5.1"
3030
androidx-window-core = "1.5.1"
3131
androidx-window-java = "1.5.1"
32-
androidx-work-runtime = "2.11.0"
32+
androidx-work-runtime = "2.11.1"
3333
androidx-xr-arcore = "1.0.0-alpha10"
3434
androidx-xr-compose = "1.0.0-alpha10"
3535
androidx-xr-scenecore = "1.0.0-alpha11"
3636
androidxHiltNavigationCompose = "1.3.0"
3737
appcompat = "1.7.1"
38-
arcorePlayServices = "1.0.0-alpha09"
38+
arcorePlayServices = "1.0.0-alpha10"
3939
playbilling = "8.3.0"
4040
coil = "2.7.0"
4141
# @keep
4242
compileSdk = "36"
43-
compose-latest = "1.10.1"
43+
compose-latest = "1.10.2"
4444
composeUiTooling = "1.5.6"
4545
coreSplashscreen = "1.2.0"
4646
coroutines = "1.10.2"
4747
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.9.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.1"
5959
horologist = "0.8.3-alpha"
6060
junit = "4.13.2"
61-
kotlin = "2.3.0"
61+
kotlin = "2.3.10"
6262
kotlinCoroutinesOkhttp = "1.0"
6363
kotlinxCoroutinesGuava = "1.10.2"
64-
kotlinxSerializationJson = "1.9.0"
65-
ksp = "2.3.4"
64+
kotlinxSerializationJson = "1.10.0"
65+
ksp = "2.3.5"
6666
ktlint = "1.5.0"
6767
lifecycleService = "2.10.0"
68-
maps-compose = "7.0.0"
69-
material = "1.14.0-alpha08"
68+
maps-compose = "8.1.0"
69+
material = "1.14.0-alpha09"
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.2"
73+
media3Ui = "1.9.2"
7474
# @keep
7575
minSdk = "36"
7676
okHttp = "5.3.2"
7777
playServicesWearable = "19.0.0"
78-
protobuf = "4.33.4"
78+
protobuf = "4.33.5"
7979
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.58.0"
85+
spotless = "8.2.1"
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,8 +101,8 @@ 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"
105-
xrProjected = "1.0.0-alpha03"
104+
xrGlimmer = "1.0.0-alpha05"
105+
xrProjected = "1.0.0-alpha04"
106106

107107
[libraries]
108108
accompanist-adaptive = "com.google.accompanist:accompanist-adaptive:0.37.3"

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

0 commit comments

Comments
 (0)