From 0b261b18891e2f8091dc0142885bc92846f26d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:35:02 +0000 Subject: [PATCH] Bump the ivy-di group across 1 directory with 4 updates Bumps the ivy-di group with 4 updates in the / directory: [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin), com.android.library and [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin). Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.20 to 2.0.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.0.20...v2.0.21) Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20 to 2.0.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.0.20...v2.0.21) Updates `com.android.library` from 8.6.1 to 8.7.2 Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20 to 2.0.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.0.20...v2.0.21) Updates `com.vanniktech.maven.publish` from 0.29.0 to 0.30.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.29.0...0.30.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-di - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-di - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-di - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-di - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-di ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8579eef..4a42688 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "8.6.1" -kotlin = "2.0.20" +agp = "8.7.2" +kotlin = "2.0.21" android-minSdk = "24" android-compileSdk = "34" kotest = "5.9.1" @@ -18,4 +18,4 @@ test = [ [plugins] androidLibrary = { id = "com.android.library", version.ref = "agp" } kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } -publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" } \ No newline at end of file +publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } \ No newline at end of file