From cef2f2a1d59e8129d5fd9ede19a010c1d7ace871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:07:26 +0000 Subject: [PATCH] build(deps): bump jvm from 1.8.10 to 1.8.20 in /api Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.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-patch ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index a85e06d8..46a29457 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -4,7 +4,7 @@ val logback_version: String by project plugins { application - kotlin("jvm") version "1.8.10" + kotlin("jvm") version "1.8.20" id("org.jetbrains.kotlin.plugin.serialization") version "1.8.10" }