From c2ba30aa2df90c692f63b0fca4185ee5deba85ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:12:20 +0200 Subject: [PATCH] --- (#720) updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-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> --- build.gradle | 2 +- bundles/sirix-kotlin-api/build.gradle | 2 +- bundles/sirix-rest-api/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3771eb3ed..e8147bf18 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.jvm.JvmTargetValidationMode import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { maven { url "https://plugins.gradle.org/m2/" diff --git a/bundles/sirix-kotlin-api/build.gradle b/bundles/sirix-kotlin-api/build.gradle index 2835eb382..44bb485b0 100644 --- a/bundles/sirix-kotlin-api/build.gradle +++ b/bundles/sirix-kotlin-api/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0" } } diff --git a/bundles/sirix-rest-api/build.gradle b/bundles/sirix-rest-api/build.gradle index fa912b760..c10505ab7 100644 --- a/bundles/sirix-rest-api/build.gradle +++ b/bundles/sirix-rest-api/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0" classpath "com.avast.gradle:gradle-docker-compose-plugin:0.17.6" //classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.0" }