From 9065df0e04be07212f39e6e67981d55c7bfe1ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 23:19:55 +0800 Subject: [PATCH] build(deps): bump jvm from 1.8.21 to 1.9.10 (#84) Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.21 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](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.9.10) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 783618c..b527cb6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "1.8.21" apply false + kotlin("jvm") version "1.9.10" apply false id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" apply false }