Skip to content

Commit 6b0f037

Browse files
dependabot[bot]sjhu
andauthored
build(deps): bump the android-deps group across 1 directory with 9 updates (#123)
Bumps the android-deps group with 8 updates in the /apps/android directory: | Package | From | To | | --- | --- | --- | | org.jlleitschuh.gradle.ktlint | `14.0.1` | `14.2.0` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.20` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.20` | | androidx.compose:compose-bom | `2026.02.00` | `2026.03.00` | | androidx.core:core-ktx | `1.17.0` | `1.18.0` | | androidx.activity:activity-compose | `1.12.2` | `1.13.0` | | [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | `6.1.6` | `6.1.7` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.0` | `9.4.1` | Updates `org.jlleitschuh.gradle.ktlint` from 14.0.1 to 14.2.0 Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.10 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.10 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) Updates `androidx.compose:compose-bom` from 2026.02.00 to 2026.03.00 Updates `androidx.core:core-ktx` from 1.17.0 to 1.18.0 Updates `androidx.activity:activity-compose` from 1.12.2 to 1.13.0 Updates `io.kotest:kotest-runner-junit5-jvm` from 6.1.6 to 6.1.7 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.1.6...6.1.7) Updates `io.kotest:kotest-assertions-core-jvm` from 6.1.6 to 6.1.7 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.1.6...6.1.7) Updates `gradle-wrapper` from 9.4.0 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.4.0...v9.4.1) --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: androidx.compose:compose-bom dependency-version: 2026.03.00 dependency-type: direct:production dependency-group: android-deps - dependency-name: androidx.core:core-ktx dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sjhu <sjhu@syncore.space>
1 parent 62c4bcd commit 6b0f037

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

apps/android/app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ ktlint {
153153
}
154154

155155
dependencies {
156-
val composeBom = platform("androidx.compose:compose-bom:2026.02.00")
156+
val composeBom = platform("androidx.compose:compose-bom:2026.03.00")
157157
implementation(composeBom)
158158
androidTestImplementation(composeBom)
159159

160-
implementation("androidx.core:core-ktx:1.17.0")
160+
implementation("androidx.core:core-ktx:1.18.0")
161161
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
162-
implementation("androidx.activity:activity-compose:1.12.2")
162+
implementation("androidx.activity:activity-compose:1.13.0")
163163
implementation("androidx.webkit:webkit:1.15.0")
164164

165165
implementation("androidx.compose.ui:ui")
@@ -201,8 +201,8 @@ dependencies {
201201

202202
testImplementation("junit:junit:4.13.2")
203203
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
204-
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.1.6")
205-
testImplementation("io.kotest:kotest-assertions-core-jvm:6.1.6")
204+
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.1.7")
205+
testImplementation("io.kotest:kotest-assertions-core-jvm:6.1.7")
206206
testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2")
207207
testImplementation("org.robolectric:robolectric:4.16.1")
208208
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:6.0.3")

apps/android/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("com.android.application") version "9.0.1" apply false
33
id("com.android.test") version "9.0.1" apply false
4-
id("org.jlleitschuh.gradle.ktlint") version "14.0.1" apply false
5-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10" apply false
6-
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.10" apply false
4+
id("org.jlleitschuh.gradle.ktlint") version "14.2.0" apply false
5+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20" apply false
6+
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.20" apply false
77
}

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

apps/android/gradlew

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

0 commit comments

Comments
 (0)