Skip to content

Commit b5cfc19

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the kotlin-minor group in /tictactoe_kotlin with 4 updates
Bumps the kotlin-minor group in /tictactoe_kotlin with 4 updates: [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) and androidx.compose:compose-bom. Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-bom` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `androidx.compose:compose-bom` from 2025.10.00 to 2025.10.01 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: androidx.compose:compose-bom dependency-version: 2025.10.01 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4779e9 commit b5cfc19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tictactoe_kotlin/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ android {
5656
dependencies {
5757

5858
implementation 'androidx.core:core-ktx:1.17.0'
59-
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.20')
59+
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.21')
6060
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.4'
6161
implementation 'androidx.activity:activity-compose:1.11.0'
62-
implementation platform('androidx.compose:compose-bom:2025.10.00')
62+
implementation platform('androidx.compose:compose-bom:2025.10.01')
6363
implementation 'androidx.compose.ui:ui'
6464
implementation 'androidx.compose.ui:ui-graphics'
6565
implementation 'androidx.compose.ui:ui-tooling-preview'
6666
implementation 'androidx.compose.material3:material3'
6767
testImplementation 'junit:junit:4.13.2'
6868
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6969
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
70-
androidTestImplementation platform('androidx.compose:compose-bom:2025.10.00')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2025.10.01')
7171
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
7272
debugImplementation 'androidx.compose.ui:ui-tooling'
7373
debugImplementation 'androidx.compose.ui:ui-test-manifest'

tictactoe_kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
plugins {
33
id 'com.android.application' version '8.13.0' apply false
44
id 'com.android.library' version '8.13.0' apply false
5-
id 'org.jetbrains.kotlin.android' version '2.2.20' apply false
6-
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.20'
5+
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
6+
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
77
}

0 commit comments

Comments
 (0)