From 0022d325f3390f06c3f6c48af22d57204e9d0ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:31:32 +0000 Subject: [PATCH] Bump the kotlin-dependencies group across 1 directory with 24 updates Bumps the kotlin-dependencies group with 24 updates in the /demos/kotlin/kmp_sdk directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.21` | | [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.21` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.21` | | [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.21` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.21` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.18.0` | `5.21.0` | | [org.mockito:mockito-android](https://github.com/mockito/mockito) | `5.18.0` | `5.21.0` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.8.0` | `1.9.0` | | [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.6.0` | `0.7.1-0.6.x-compat` | | [org.jetbrains.compose.ui:ui-tooling-preview](https://github.com/JetBrains/compose-multiplatform) | `1.9.0-alpha02` | `1.11.0-alpha01` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-client-darwin](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-client-auth](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.2.0` | `3.3.3` | | [com.juul.khronicle:khronicle-core](https://github.com/JuulLabs/khronicle) | `0.5.1` | `0.6.0` | | [org.jetbrains.dokka:dokka-base](https://github.com/Kotlin/dokka) | `2.0.0` | `2.1.0` | | [org.jetbrains.dokka](https://github.com/Kotlin/dokka) | `2.0.0` | `2.1.0` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.20-1.0.32` | `2.3.3` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.33.0` | `0.35.0` | | com.ncorti.ktfmt.gradle | `0.23.0` | `0.25.0` | Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin.multiplatform` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.mockito:mockito-core` from 5.18.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.21.0) Updates `org.mockito:mockito-android` from 5.18.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.21.0) Updates `org.mockito:mockito-android` from 5.18.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.21.0) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.8.0...v1.9.0) Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.6.0 to 0.7.1-0.6.x-compat - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/compare/v0.6.0...v0.7.1-0.6.x-compat) Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.9.0-alpha02 to 1.11.0-alpha01 - [Release notes](https://github.com/JetBrains/compose-multiplatform/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-multiplatform/commits) Updates `io.ktor:ktor-client-core` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-okhttp` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-darwin` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-logging` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-auth` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-mock` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-okhttp` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-darwin` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-logging` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-auth` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `io.ktor:ktor-client-mock` from 3.2.0 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.0...3.3.3) Updates `com.juul.khronicle:khronicle-core` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/JuulLabs/khronicle/releases) - [Commits](https://github.com/JuulLabs/khronicle/compare/0.5.1...0.6.0) Updates `org.jetbrains.dokka:dokka-base` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.0.0...v2.1.0) Updates `org.jetbrains.dokka` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.0.0...v2.1.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin.multiplatform` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.2.21) Updates `com.google.devtools.ksp` from 2.1.20-1.0.32 to 2.3.3 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.20-1.0.32...2.3.3) Updates `org.jetbrains.dokka` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.0.0...v2.1.0) Updates `com.vanniktech.maven.publish` from 0.33.0 to 0.35.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.33.0...0.35.0) Updates `com.ncorti.ktfmt.gradle` from 0.23.0 to 0.25.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.mockito:mockito-android dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.mockito:mockito-android dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-version: 0.7.1-0.6.x-compat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.compose.ui:ui-tooling-preview dependency-version: 1.11.0-alpha01 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-core dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-darwin dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-logging dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-auth dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-mock dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-darwin dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-logging dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-auth dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: io.ktor:ktor-client-mock dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: com.juul.khronicle:khronicle-core dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.dokka:dokka-base dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.dokka dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: com.google.devtools.ksp dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.dokka dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: com.vanniktech.maven.publish dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: com.ncorti.ktfmt.gradle dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies ... Signed-off-by: dependabot[bot] --- .../kotlin/kmp_sdk/gradle/libs.versions.toml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/demos/kotlin/kmp_sdk/gradle/libs.versions.toml b/demos/kotlin/kmp_sdk/gradle/libs.versions.toml index e6752bfa..8bd55cb8 100644 --- a/demos/kotlin/kmp_sdk/gradle/libs.versions.toml +++ b/demos/kotlin/kmp_sdk/gradle/libs.versions.toml @@ -11,27 +11,27 @@ androidx-lifecycle = "2.9.1" androidx-material = "1.12.0" # https://plugins.gradle.org/plugin/org.jetbrains.compose compose-plugin = "1.7.3" -uiToolingPreview = "1.9.0-alpha02" +uiToolingPreview = "1.11.0-alpha01" junit = "4.13.2" # https://central.sonatype.com/artifact/io.insert-koin/koin-test-junit4/versions koinTestJunit4 = "4.1.0" -kotlin = "2.1.20" +kotlin = "2.2.21" # https://touchlab.co/understanding-and-configuring-your-kmm-test-suite androidx-core-ktx = "1.15.0" espresso = "3.6.1" junitKtx = "1.2.1" # https://github.com/Kotlin/kotlinx.serialization/releases -kotlinx-serialization = "1.8.0" +kotlinx-serialization = "1.9.0" # https://github.com/touchlab/Kermit/releases kermit = "2.0.4" # https://github.com/Kotlin/kotlinx-datetime/releases -kotlinx-datetime = "0.6.0" +kotlinx-datetime = "0.7.1-0.6.x-compat" # https://github.com/Kotlin/kotlinx.coroutines/releases kotlinCoroutines = "1.10.1" # https://github.com/benasher44/uuid/releases/tag/0.8.4 uuid = "0.8.4" # https://ktor.io/changelog/ -ktor = "3.2.0" +ktor = "3.3.3" # https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html navigationCompose = "2.9.0-beta03" lifecycleViewModel = "2.8.7" @@ -40,7 +40,7 @@ koin = "4.1.0-Beta5" koinComposeMultiplatform = "4.1.0-Beta5" # https://github.com/JuulLabs/kable/releases kableCore = "0.34.0" -khronicle = "0.5.1" +khronicle = "0.6.0" # https://mvnrepository.com/artifact/androidx.datastore/datastore-core dataStore = "1.1.4" datastorePreferencesCoreJvm = "1.1.1" @@ -53,7 +53,7 @@ coil3 = "3.0.0-alpha06" # https://developer.android.com/jetpack/androidx/releases/media3 exoplayer = "1.6.0" # https://kotlinlang.org/docs/ksp-quickstart.html -ksp = "2.1.20-1.0.32" +ksp = "2.3.3" # https://developer.android.com/jetpack/androidx/releases/sqlite sqlite = "2.5.0-rc03" # https://developer.android.com/jetpack/androidx/releases/room @@ -62,17 +62,17 @@ coreKtx = "1.6.1" # This was breaking room gradle task on newer versions. # https://mvnrepository.com/artifact/org.videolan.android/libvlc-all vlc = "3.6.1" # https://github.com/Kotlin/dokka/releases/tag/v1.9.20 -dokka = "2.0.0" +dokka = "2.1.0" # https://central.sonatype.com/artifact/org.mockito/mockito-core -mockito = "5.18.0" +mockito = "5.21.0" # https://github.com/jaredsburrows/gradle-license-plugin/releases/tag/0.9.8 license = '0.9.8' # https://github.com/streem/pbandk/releases/tag/v0.16.0 pbandk = "0.16.0" # https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.30.0 -publish = "0.33.0" +publish = "0.35.0" # https://github.com/cortinico/ktfmt-gradle/releases/ -format = "0.23.0" +format = "0.25.0" # Our SDK version ogpSdk = "0.1.0"