Upgrade to Kotlin 1.9.10

Closes gh-37092
This commit is contained in:
Stephane Nicoll 2023-08-24 09:34:31 +02:00
parent 8b6e6b610c
commit c370ae2f83

View File

@ -4,7 +4,7 @@ org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.9.0
kotlinVersion=1.9.10
nativeBuildToolsVersion=0.9.24
springFrameworkVersion=6.1.0-M4
tomcatVersion=10.1.12