| commit | 001f6991e51e516399b14ef475fecc613aeef4c0 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 15 08:57:16 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 19 19:39:02 2026 +0200 |
| tree | d4d2c039090c814f68da7355a70efc6905b4ba76 | |
| parent | 9c647b89abbb62bd718286fbf4f8d85849fa2796 [diff] [blame] |
Bump org.jetbrains.kotlin.jvm from 2.3.21 to 2.4.0 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #50 Change-Id: I4247ecccbf90210511ce9becef136f40f0cf2e71
diff --git a/app/build.gradle b/app/build.gradle index 9b716e5..beccbc8 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -1,6 +1,6 @@ plugins { // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. - id 'org.jetbrains.kotlin.jvm' version '2.3.21' + id 'org.jetbrains.kotlin.jvm' version '2.4.0' // Apply the application plugin to add support for building a CLI application in Java. id 'application'