From 468b58dfb8657a8b9d761f231d55a5d2bfa921ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 05:04:04 +0000 Subject: [PATCH] Bump jvm from 1.4.10 to 1.5.30 Bumps jvm from 1.4.10 to 1.5.30. --- 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..2c857e0 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.30" // 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