Skip to content

Commit

Permalink
chore(deps): bump kotlin from 2.0.20 to 2.0.21 (#24)
Browse files Browse the repository at this point in the history
* chore(deps): bump kotlin from 2.0.20 to 2.0.21

Bumps `kotlin` from 2.0.20 to 2.0.21.

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

Updates `org.jetbrains.kotlin.android` from 2.0.20 to 2.0.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@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/v2.0.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* update ktorfit

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akesi Seli <[email protected]>
  • Loading branch information
dependabot[bot] and AkesiSeli authored Oct 15, 2024
1 parent 9fc48fa commit db71baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ compose = "1.6.11"
detekt = "1.23.6"
kamel = "1.0.0"
koin = "3.5.6"
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlincrypto = "0.5.1"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization-json = "1.7.3"
ksp = "2.0.21-1.0.25"
ktor = "3.0.0"
ktorfit = "2.0.1"
ktorfit-ksp = "2.0.1-1.0.24"
ktorfit = "2.1.0"
ktorfit-ksp = "2.1.0-1.0.25"
lyricist = "1.7.0"
materialKolor = "1.7.0"
mockk = "1.13.12"
Expand Down

0 comments on commit db71baa

Please sign in to comment.