From 846284b7358db76f0325e13cd98c28b75dd42e6f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:36 +0000 Subject: [PATCH] Upgrade to Kotlin 1.9.23 Closes gh-39984 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fb1d6a315b3..847ac0da8fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ commonsCompressVersion=1.21 hamcrestVersion=2.2 jacksonVersion=2.15.4 junitJupiterVersion=5.10.2 -kotlinVersion=1.9.22 +kotlinVersion=1.9.23 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.5