Skip to content

Commit 0d57e1c

Browse files
Bump kotlin_version from 1.5.31 to 1.9.10
Bumps `kotlin_version` from 1.5.31 to 1.9.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.5.31 to 1.9.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.9.10) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.5.31 to 1.9.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.9.10) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.5.31 to 1.9.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0871c6a commit 0d57e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
}
2121

2222
buildscript {
23-
ext.kotlin_version = "1.5.31"
23+
ext.kotlin_version = "1.9.10"
2424

2525
repositories {
2626
mavenCentral()

0 commit comments

Comments
 (0)