From 8b8a0ed976811af22d774ed16ee5eb70cd1b3310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:24:52 +0000 Subject: [PATCH] build(deps): bump the gradle-minor-dependencies group with 5 updates Bumps the gradle-minor-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | com.android.application | `8.5.1` | `8.5.2` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.10` | | com.android.library | `8.5.1` | `8.5.2` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.10` | | [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.10` | Updates `com.android.application` from 8.5.1 to 8.5.2 Updates `org.jetbrains.kotlin.android` from 2.0.0 to 2.0.10 - [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.0...v2.0.10) Updates `com.android.library` from 8.5.1 to 8.5.2 Updates `jvm` from 2.0.0 to 2.0.10 - [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.0...v2.0.10) Updates `plugin.serialization` from 2.0.0 to 2.0.10 - [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.0...v2.0.10) --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6b12482..b2e3fcd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,15 +3,15 @@ import io.gitlab.arturbosch.detekt.report.ReportMergeTask // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.5.1" apply false - id("org.jetbrains.kotlin.android") version "2.0.0" apply false - id("com.android.library") version "8.5.1" apply false + id("com.android.application") version "8.5.2" apply false + id("org.jetbrains.kotlin.android") version "2.0.10" apply false + id("com.android.library") version "8.5.2" apply false id("io.gitlab.arturbosch.detekt") version "1.23.6" id("org.jetbrains.dokka") version "1.9.20" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" - kotlin("jvm") version "2.0.0" - kotlin("plugin.serialization") version "2.0.0" + kotlin("jvm") version "2.0.10" + kotlin("plugin.serialization") version "2.0.10" } val detektReportMergeSarif by tasks.registering(ReportMergeTask::class) {