From c34d334afe3f12d0c2a9c9fc5b88992f2c559509 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 15:56:52 +0000 Subject: [PATCH] Upgrade to Kotlin 1.9.22 Closes gh-39187 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 39b223c7fb..35feb8431a 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.1 -kotlinVersion=1.9.21 +kotlinVersion=1.9.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.3