Skip to content

Commit

Permalink
build(deps): bump kotlin from 1.9.22 to 1.9.23 (#14)
Browse files Browse the repository at this point in the history
* build(deps): bump kotlin from 1.9.22 to 1.9.23

Bumps `kotlin` from 1.9.22 to 1.9.23.

Updates `org.jetbrains.kotlin.android` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `org.jetbrains.kotlin.jvm` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.jvm
  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]>

* Updated version catalog

* feat(mobile-app): Updated kotlin compose compiler version

* feat(mobile-app): Restored kotlin compose compiler version to 1.5.10

* feat(mobile-app): Updated kotlin compose extension version

* feat(mobile-app): Updated build gradle file

* feat(mobile-app): Updated catalog list row punctuations ui

* feat(mobile-app): Updated catalog list default compact landscape ui condition

* Updated version catalog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marlon López <[email protected]>
  • Loading branch information
dependabot[bot] and marlonlom authored Mar 21, 2024
1 parent 2fc8e22 commit 0e42346
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.3.1"
kotlin = "1.9.22"
kotlinComposeCompiler = "1.5.8"
agp = "8.3.0"
kotlin = "1.9.23"
kotlinComposeCompiler = "1.5.11"
ksp = "1.9.22-1.0.18"

[libraries]
Expand All @@ -23,8 +23,8 @@ coil-compose = "io.coil-kt:coil-compose:2.6.0"
google-guava = "com.google.guava:guava:33.1.0-android"
google-oss-licenses = "com.google.android.gms:play-services-oss-licenses:17.0.1"
google-oss-licenses-plugin = "com.google.android.gms:oss-licenses-plugin:0.10.6"
kotlin-gradle-plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
kotlin-serialization-plugin = "org.jetbrains.kotlin:kotlin-serialization:1.9.22"
kotlin-gradle-plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
kotlin-serialization-plugin = "org.jetbrains.kotlin:kotlin-serialization:1.9.23"
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0"
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
kotlinx-serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
Expand Down

0 comments on commit 0e42346

Please sign in to comment.