From 925062923bec87efd2a5f2e74f1c2da5768cba51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:35:10 +0000 Subject: [PATCH] chore(deps): bump jvm from 1.5.31 to 1.7.20 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.7.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/commits) --- 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 c79f255..f0c7205 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("com.gradle.plugin-publish") version "0.16.0" id("org.jlleitschuh.gradle.ktlint") version "10.2.0" `java-gradle-plugin` - kotlin("jvm") version "1.5.31" + kotlin("jvm") version "1.7.20" `kotlin-dsl` `maven-publish` }