From 6dbed68853f88b147400c64866cdfba0e60e7989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:04:13 +0000 Subject: [PATCH] Bump jvm from 1.8.22 to 1.9.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.0. - [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.22...v1.9.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... 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 d4259c52..20361bdc 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.22" + kotlin("jvm") version "1.9.0" id("maven-publish") id("signing") id("com.github.ben-manes.versions") version "0.47.0"