From 6b3e13c66574cade8a6a39da901f7e302681e6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 01:25:03 +0000 Subject: [PATCH] build(deps): bump jvm from 1.8.20 to 1.8.21 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.20 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.8.20...v1.8.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b2d0f71..f32e048 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "1.8.20" apply false + kotlin("jvm") version "1.8.21" apply false id("org.jetbrains.kotlinx.kover") version "0.6.1" apply false id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.1" apply false }