update kotlin from 2.1.20 to 2.1.21

This commit is contained in:
David Hiendl 2025-06-03 16:47:22 +02:00
parent d25a695ea0
commit 93e44c752f

View File

@ -2,7 +2,7 @@ buildscript {
ext {
javaVersion = "23" // language version
jdkVersion = "23" // toolchain jdk version
kotlinVersion = "2.1.20" // https://kotlinlang.org/docs/releases.html#release-details
kotlinVersion = "2.1.21" // https://kotlinlang.org/docs/releases.html#release-details
gradlewVersion = "8.12.1" // https://gradle.org/releases/
giteaUrl = System.getenv("GITEA_URL") ?: "https://gitea.dhswt.de"