From a3e274a14460100c0c460c75d8d5da7e8ee4c36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 05:26:09 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.0.0-Beta3 to 2.0.0-Beta4 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.0.0-Beta3 to 2.0.0-Beta4. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0-Beta4/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0-Beta3...v2.0.0-Beta4) --- 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 fa7b2261f..53fa4c9e1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import java.text.SimpleDateFormat plugins { - id "org.jetbrains.kotlin.jvm" version "2.0.0-Beta3" apply false + id "org.jetbrains.kotlin.jvm" version "2.0.0-Beta4" apply false id("org.jetbrains.dokka") version "1.9.10" id "org.sonarqube" version "4.4.1.3373" id "com.github.ben-manes.versions" version "0.51.0"