From c757ec11075984cb6e4d601dd8c4242d781572f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 05:02:54 +0000 Subject: [PATCH] Bump jvm from 1.4.10 to 1.5.20 Bumps jvm from 1.4.10 to 1.5.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 d62fa97..d8f8d51 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. - kotlin("jvm") version "1.4.10" // or kotlin("multiplatform") or any other kotlin plugin + kotlin("jvm") version "1.5.20" // or kotlin("multiplatform") or any other kotlin plugin kotlin("plugin.serialization") version "1.4.10" // Apply the application plugin to add support for building a CLI application. application