From 23f06c25a55561fbf6c3c2e7de51f36350d50be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:25:56 +0000 Subject: [PATCH] Bump kotlin_version from 2.0.20 to 2.0.21 Bumps `kotlin_version` from 2.0.20 to 2.0.21. Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- biz.ganttproject.mxgraph/build.gradle | 2 +- build.gradle | 2 +- ganttproject-tester/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biz.ganttproject.mxgraph/build.gradle b/biz.ganttproject.mxgraph/build.gradle index d3765ef059..7cf3a91501 100644 --- a/biz.ganttproject.mxgraph/build.gradle +++ b/biz.ganttproject.mxgraph/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '2.0.20' + ext.kotlin_version = '2.0.21' repositories { mavenCentral() } diff --git a/build.gradle b/build.gradle index 2751edbe3c..0a6105841b 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ allprojects { ext { libDir = 'lib' mvnDir = 'lib/mvn' - kotlin_version = "2.0.20" + kotlin_version = "2.0.21" java_version = "21" javaExportOptions = [ '--add-exports', 'javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED', diff --git a/ganttproject-tester/build.gradle b/ganttproject-tester/build.gradle index 7736c5904f..3398a9a9f8 100644 --- a/ganttproject-tester/build.gradle +++ b/ganttproject-tester/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '2.0.20' + ext.kotlin_version = '2.0.21' repositories { mavenCentral() }