diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 63c05ef23d..953a2b0752 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] agp = "8.7.2" appCenter = "5.0.5" -kotlin = "2.0.21" -ksp = "2.0.21-1.0.28" +kotlin = "2.1.0" +ksp = "2.1.0-1.0.29" lifecycle = "2.8.7" materialDialog = "3.3.0" sealedEnum = "0.7.0" -protobuf = "4.28.3" +protobuf = "4.29.0" [libraries] appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" } diff --git a/settings.gradle.kts b/settings.gradle.kts index f757193cf1..c80a41f2a6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -51,7 +51,7 @@ includeBuild("build-logic") plugins { id("com.gradle.develocity") version "3.18.2" - id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0") + id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0") } develocity {