From 4946360db4cf1dd64c89c89d88419c05a6a5999f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:57:04 +0000 Subject: [PATCH] Bump kotlin.version from 1.9.21 to 2.0.0 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] --- 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 73df10d..6367684 100644 --- a/hamming-error-correction/pom.xml +++ b/hamming-error-correction/pom.xml @@ -295,7 +295,7 @@ - 1.9.21 + 2.0.0 5.8.2 1.37 default diff --git a/kotlin-collections/pom.xml b/kotlin-collections/pom.xml index 6595a5b..18d6c37 100644 --- a/kotlin-collections/pom.xml +++ b/kotlin-collections/pom.xml @@ -8,7 +8,7 @@ 1.0 - 1.9.21 + 2.0.0 5.8.2 2.8.0 diff --git a/kotlin-null-nonsafety/pom.xml b/kotlin-null-nonsafety/pom.xml index b185e35..66990ea 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 d5b867d..27745d3 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.8.2 2.8.0