From 454ff293c0e01e6e887b44072511a1204d5d749e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:57:36 +0000 Subject: [PATCH] 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 a60f2fe3..ef46fd70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat import java.util.* plugins { - kotlin("jvm") version "1.8.20" + kotlin("jvm") version "1.8.21" id("maven-publish") id("signing") id("com.github.ben-manes.versions") version "0.46.0"