summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-02 09:35:10 +0800
committerGitHub <noreply@github.com>2023-05-02 09:35:10 +0800
commitc58acf5d57bbea984935c8f0936eddbfd1d727ce (patch)
tree877a165095da995e6868df5046cc43ecadc27a7b
parent4f63573f5a49fb564e7b65b9573769963511dbea (diff)
downloadthrift-c58acf5d57bbea984935c8f0936eddbfd1d727ce.tar.gz
Bump jvm from 1.6.10 to 1.8.21 in /lib/kotlin (#2803)
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.8.21. - [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.6.10...v1.8.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--lib/kotlin/settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotlin/settings.gradle.kts b/lib/kotlin/settings.gradle.kts
index c252addac..99ceaf00a 100644
--- a/lib/kotlin/settings.gradle.kts
+++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@
*/
pluginManagement {
plugins {
- kotlin("jvm") version "1.6.10"
+ kotlin("jvm") version "1.8.21"
id("com.ncorti.ktfmt.gradle") version "0.8.0"
}
}