Bump the gradle-minor group with 2 updates

Bumps the gradle-minor group with 2 updates: [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) and org.jlleitschuh.gradle.ktlint.


Updates `org.jetbrains.kotlin.android` from 1.9.23 to 1.9.24
- [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/v1.9.23...v1.9.24)

Updates `org.jlleitschuh.gradle.ktlint` from 12.1.0 to 12.1.1

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Added a bump of kotlinCompilerExtensionVersion from "1.5.11" to "1.5.14" manually.
This commit is contained in:
dependabot[bot] 2024-05-13 10:23:52 +00:00 committed by TÖRÖK Attila
parent 55714b826d
commit 5fef80ce8b
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.11"
kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {

View File

@ -1,6 +1,6 @@
[versions]
agp = "8.4.0"
kotlin = "1.9.23"
kotlin = "1.9.24"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.1.5"
@ -14,7 +14,7 @@ navigationCompose = "2.7.7"
gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate
constraintlayout = "2.1.4"
appcompat = "1.6.1"
ktlint = "12.1.0"
ktlint = "12.1.1"
uiautomator = "2.3.0"
androidXTestRunner = "1.5.2"
androidXTestRules = "1.5.0"