From cdf42bd70b535652bf67a582184b1354162da117 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 11:40:23 +0100 Subject: [PATCH] Upgrade to Kotlin 1.9.20-RC Closes gh-37926 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a520f2c154..7f2a839097 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ commonsCodecVersion=1.16.0 hamcrestVersion=2.2 jacksonVersion=2.15.3 junitJupiterVersion=5.10.0 -kotlinVersion=1.9.10 +kotlinVersion=1.9.20-RC mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.27 springFrameworkVersion=6.1.0-RC1