Skip to content

Commit 215a4f1

Browse files
[file_selector]: Bump org.jetbrains.kotlin:kotlin-bom
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.10...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15000e7 commit 215a4f1

File tree

1 file changed

+1
-1
lines changed
  • packages/file_selector/file_selector_android/android

1 file changed

+1
-1
lines changed

packages/file_selector/file_selector_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545

4646
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
4747
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
48-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
48+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
4949
}
5050

5151
lintOptions {

0 commit comments

Comments
 (0)