From eafcc62b852bdf8f85d242ef1fadab5612544002 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2023 15:46:47 +0100 Subject: [PATCH] Upgrade to Kotlin 1.8.21 Closes gh-35280 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6122c6fe60..06aaf93bc7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -kotlinVersion=1.8.20 +kotlinVersion=1.8.21 nativeBuildToolsVersion=0.9.21 springFrameworkVersion=6.0.8 tomcatVersion=10.1.8