From 6600b173f33fdb4de4833d9b657cb17cc2051c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:06:18 +0000 Subject: [PATCH] build(deps): bump jvm from 1.8.10 to 1.8.22 in /api Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.22. - [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..893d6b8e 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.22" id("org.jetbrains.kotlin.plugin.serialization") version "1.8.10" }