Skip to content

Commit

Permalink
build(deps): bump the gradle-minor-dependencies group with 3 updates (#…
Browse files Browse the repository at this point in the history
…104)

Bumps the gradle-minor-dependencies group with 3 updates: [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin), [jvm](https://github.com/JetBrains/kotlin) and [plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin.android` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

Updates `jvm` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

Updates `plugin.serialization` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent 909c612 commit 4d9ba0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" 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.10"
kotlin("plugin.serialization") version "2.0.10"
kotlin("jvm") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
}

val detektReportMergeSarif by tasks.registering(ReportMergeTask::class) {
Expand Down

0 comments on commit 4d9ba0b

Please sign in to comment.