From 0a880693323ec99361945760f6f6fe959eea9a5a Mon Sep 17 00:00:00 2001 From: Tim Lander <5424257+VirtualTim@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:41:24 +0800 Subject: [PATCH 1/2] Update Kotlin dependency to latest stable 1.7 1.6.21 -> 1.7.22. 1.8 is available as of Dec 28, 2022, but it was not immediately clear to me if this would be compatible. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e0c270422..4393a046e 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 1.8 1.8 - 1.5.32 + 1.7.22 com/fasterxml/jackson/module/kotlin From 31be1b0c630c0bea7ad3de5499a43ac68d6d9355 Mon Sep 17 00:00:00 2001 From: Tim Lander <5424257+VirtualTim@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:57:39 +0800 Subject: [PATCH 2/2] Add Kotlin languageVersion and apiVersion This allows us to control API/language version independently of Kotlin plugin versions. See: https://kotlinlang.org/docs/maven.html#specifying-compiler-options --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 4393a046e..7763a98b6 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,8 @@ 1.8 1.7.22 + 1.5 + 1.5 com/fasterxml/jackson/module/kotlin