From f4bf89df074e6a4a002d846a9960b3ace1a33487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:39:38 +0000 Subject: [PATCH] Bump jvm from 1.7.22 to 1.9.20 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.7.22 to 1.9.20. - [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.7.22...v1.9.20) --- 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 72ba5b56..300daf2d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { plugins { java - kotlin("jvm") version "1.7.22" + kotlin("jvm") version "1.9.20" `maven-publish` jacoco id("com.github.kt3k.coveralls") version "2.12.0"