From a3cae71060f34718c79dec7184cbb49485c870c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:11:24 +0000 Subject: [PATCH] build(deps): Bump jvm from 1.8.0 to 1.8.22 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.22) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e24eb5f..8b7f728 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } plugins { - kotlin("jvm") version "1.8.0" + kotlin("jvm") version "1.8.22" id("org.jetbrains.compose") version "1.4.0" kotlin("plugin.serialization") version "1.8.0" id("jacoco")