From 9a9a934ea5c0feffc674513dc3b64353f6fe4bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:05:06 +0000 Subject: [PATCH] Bump the ivy-di group with 4 updates Bumps the ivy-di group with 4 updates: [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.1.0 - [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.1.0) Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20 to 2.1.0 - [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.1.0) Updates `com.android.library` from 8.5.2 to 8.7.3 Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20 to 2.1.0 - [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.1.0) 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-minor dependency-group: ivy-di - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-minor 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-minor 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 5eab996..c0cf2ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "8.5.2" -kotlin = "2.0.20" +agp = "8.7.3" +kotlin = "2.1.0" 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