From e70e5e4cbfc70e929401895da587b4867e4dfd7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:55:30 +0200 Subject: [PATCH] Bump kotlin.version from 1.9.21 to 2.0.0 (#381) Bumps `kotlin.version` from 1.9.21 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.21 to 2.0.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hamming-error-correction/pom.xml | 2 +- kotlin-collections/pom.xml | 2 +- kotlin-null-nonsafety/pom.xml | 2 +- kotlin-type-inference/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hamming-error-correction/pom.xml b/hamming-error-correction/pom.xml index 279ba58..dee38d1 100644 --- a/hamming-error-correction/pom.xml +++ b/hamming-error-correction/pom.xml @@ -295,7 +295,7 @@ - 1.9.21 + 2.0.0 5.10.2 1.37 default diff --git a/kotlin-collections/pom.xml b/kotlin-collections/pom.xml index db05264..d79297d 100644 --- a/kotlin-collections/pom.xml +++ b/kotlin-collections/pom.xml @@ -8,7 +8,7 @@ 1.0 - 1.9.21 + 2.0.0 5.10.2 2.8.0 diff --git a/kotlin-null-nonsafety/pom.xml b/kotlin-null-nonsafety/pom.xml index 69fa4b5..c71bf2f 100644 --- a/kotlin-null-nonsafety/pom.xml +++ b/kotlin-null-nonsafety/pom.xml @@ -8,7 +8,7 @@ 1.0 - 1.9.21 + 2.0.0 diff --git a/kotlin-type-inference/pom.xml b/kotlin-type-inference/pom.xml index 19c46bb..320844e 100644 --- a/kotlin-type-inference/pom.xml +++ b/kotlin-type-inference/pom.xml @@ -8,7 +8,7 @@ 1.0 - 1.9.21 + 2.0.0 5.10.2 2.8.0