From 22af8c53ef774ffec6729f3569c72f6fe2aba245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 01:28:52 +0000 Subject: [PATCH] chore(deps): update kotlin monorepo to v1.9.24 --- fireplace-app/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fireplace-app/build.gradle.kts b/fireplace-app/build.gradle.kts index e412df9..52d2614 100644 --- a/fireplace-app/build.gradle.kts +++ b/fireplace-app/build.gradle.kts @@ -14,7 +14,7 @@ plugins { // https://github.com/johnrengelman/shadow/pull/876 // https://github.com/johnrengelman/shadow/issues/908 id("io.github.goooler.shadow") version "8.1.7" - kotlin("jvm") version "1.9.23" + kotlin("jvm") version "1.9.24" } description = "Opens a JFR file to inspect its content." diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 15d133a..2ee35da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ eclipse-jface = "3.33.0" eclipse-ui-forms = "3.13.200" # Kotlin -kotlin = "1.9.23" +kotlin = "1.9.24" kotlin-coroutines = "1.8.0" # Gradle plugins