diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6a84098..1d8d33a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ [versions] # java version is defined in my.jvm-base.gradle.kts # lib versions -kotlin = "1.9.21" # !important, the version is upbounded by each compose multiplatform version +kotlin = "1.9.22" # !important, the version is upbounded by each compose multiplatform version springBoot = "3.2.1" composeIcons = "1.1.0" ktor = "2.3.7"