From 62471545c746f9b0458367d1f3e5cc86a96e654a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:19:46 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm from 1.9.23 to 1.9.24 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a517a93..7caddcc 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { // Code coverage id 'jacoco' - id "org.jetbrains.kotlin.jvm" version "1.9.23" + id "org.jetbrains.kotlin.jvm" version "1.9.24" // Linter id 'io.gitlab.arturbosch.detekt' version '1.23.6'