From 84849b874b277235c27ccc702195b8519a0f300c Mon Sep 17 00:00:00 2001 From: Joao Esperancinha Date: Sun, 6 Aug 2023 11:05:37 +0200 Subject: [PATCH] All Kotlin upgrades --- Makefile | 2 +- whiskers-graalvm/build.gradle.kts | 4 ++-- whiskers-ktor/build.gradle.kts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9671c3d1..9a0240ed 100644 --- a/Makefile +++ b/Makefile @@ -301,4 +301,4 @@ local-pipeline-good-feel: build-gradle-good-feel local-pipeline-plus: build-gradle-plus local-pipeline-graal-exec: build-gradle-exec-graalvm local-pipeline-graal-cloud: build-gradle-cloud-graalvm -local-pipeline: local-pipeline-good-feel local-pipeline-plus local-pipeline-ktor-no-db local-pipeline-ktor local-pipeline-graal-exec local-pipeline-graal-cloud \ No newline at end of file +local-pipeline: local-pipeline-good-feel local-pipeline-plus local-pipeline-ktor-no-db local-pipeline-ktor local-pipeline-graal-exec local-pipeline-graal-cloud diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index 2af990ee..bd71a153 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -5,8 +5,8 @@ plugins { id("io.spring.dependency-management") version "1.1.2" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" - kotlin("jvm") version "1.8.22" - kotlin("plugin.spring") version "1.8.22" + kotlin("jvm") version "1.9.0" + kotlin("plugin.spring") version "1.9.0" } group = "org.jesperancinha.knative" diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 8b80b87b..68c8e51f 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application - kotlin("multiplatform") version "1.8.22" - kotlin("plugin.serialization") version "1.8.22" + kotlin("multiplatform") version "1.9.0" + kotlin("plugin.serialization") version "1.9.0" } group = "org.jesperancinha.native"