From 6e705c3c3774c9f08056c6a66775884ad881c1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:03:46 +0000 Subject: [PATCH] Bump jvm from 1.8.0 to 1.8.10 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- 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 720cc7e1..f4b56f9d 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.0" + kotlin("jvm") version "1.8.10" id("maven-publish") id("signing") id("com.github.ben-manes.versions") version "0.44.0"