Skip to content

Commit 1b2ee0e

Browse files
Update all dependencies
1 parent 8332eab commit 1b2ee0e

6 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout codebase
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Set Up JDK
1818
uses: actions/setup-java@v5
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'gradle'
2323

2424
- name: Setup Gradle
25-
uses: gradle/actions/setup-gradle@v5
25+
uses: gradle/actions/setup-gradle@v6
2626

2727
- name: Make gradlew executable
2828
run: chmod +x ./gradlew
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout codebase
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Enable KVM
3939
run: |

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
alias(libs.plugins.androidApplication)
1818
alias(libs.plugins.ksp)
1919
alias(libs.plugins.roborazzi)
20-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20"
20+
id("org.jetbrains.kotlin.plugin.compose") version "2.4.0"
2121
id("kotlin-parcelize")
2222
kotlin("plugin.serialization")
2323
id("com.google.dagger.hilt.android")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ plugins {
88
alias(libs.plugins.androidApplication) apply false
99
alias(libs.plugins.androidLibrary) apply false
1010
alias(libs.plugins.ksp) apply false
11-
kotlin("plugin.serialization") version "2.3.20"
12-
id("com.google.dagger.hilt.android") version "2.59.2" apply false
11+
kotlin("plugin.serialization") version "2.4.0"
12+
id("com.google.dagger.hilt.android") version "2.60" apply false
1313
}

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
[versions]
2-
agp = "9.1.0"
2+
agp = "9.2.1"
33
appcompatV7 = "1.7.1"
4-
coilCompose = "3.4.0"
5-
foundation = "1.10.5"
6-
hiltAndroid = "2.59.2"
4+
coilCompose = "3.5.0"
5+
foundation = "1.11.3"
6+
hiltAndroid = "2.60"
77
hiltNavigationCompose = "1.3.0"
88
ink = "1.1.0-alpha04"
9-
kotlin = "2.3.20"
10-
coreKtx = "1.18.0"
9+
kotlin = "2.4.0"
10+
coreKtx = "1.19.0"
1111
junit = "4.13.2"
1212
junitVersion = "1.3.0"
1313
espressoCore = "3.7.0"
14-
kotlinxSerializationJson = "1.10.0"
15-
lifecycleRuntimeKtx = "2.10.0"
14+
kotlinxSerializationJson = "1.11.0"
15+
lifecycleRuntimeKtx = "2.11.0"
1616
activityCompose = "1.13.0"
17-
composeBom = "2026.03.00"
18-
lifecycleViewmodelCompose = "2.10.0"
19-
lifecycleRuntimeCompose = "2.10.0"
17+
composeBom = "2026.06.00"
18+
lifecycleViewmodelCompose = "2.11.0"
19+
lifecycleRuntimeCompose = "2.11.0"
2020
adaptiveNavigationAndroid = "1.2.0"
21-
navigationRuntimeKtx = "2.9.7"
22-
navigationCompose = "2.9.7"
23-
protobufJavalite = "4.34.0"
21+
navigationRuntimeKtx = "2.9.8"
22+
navigationCompose = "2.9.8"
23+
protobufJavalite = "4.35.1"
2424
composeColorPickerAndroid = "0.7.0"
2525
roomKtx = "2.8.4"
2626
roomRuntime = "2.8.4"
2727
windowCore = "1.5.1"
28-
ksp = "2.3.6"
28+
ksp = "2.3.9"
2929
roomCompiler = "2.8.4"
3030
material3AdaptiveNavigationSuiteAndroidVersion = "1.4.0"
3131
inputMotionprediction = "1.0.0"
3232

3333
#Tests
3434
mockito = "5.23.0"
35-
mockitoKotlin = "6.2.3"
35+
mockitoKotlin = "6.3.0"
3636
coreTesting = "2.2.0"
37-
kotlinxCoroutinesTest = "1.10.2"
37+
kotlinxCoroutinesTest = "1.11.0"
3838
turbine = "1.2.1"
3939
material3WindowSizeClass = "1.4.0"
4040
robolectric = "4.16.1"
41-
roborazzi = "1.59.0"
41+
roborazzi = "1.64.0"
4242

4343
[libraries]
4444
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

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

ink-proto/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java-library")
3-
id("com.google.protobuf") version "0.9.6"
3+
id("com.google.protobuf") version "0.10.0"
44
}
55

66
java {
@@ -15,7 +15,7 @@ dependencies {
1515

1616
protobuf {
1717
protoc {
18-
artifact = "com.google.protobuf:protoc:4.34.0"
18+
artifact = "com.google.protobuf:protoc:4.35.1"
1919
}
2020

2121
generateProtoTasks {

0 commit comments

Comments
 (0)