[0.76] Bump Kotlin to 1.9.25 to mitigate #49115

This commit is contained in:
Nicola Corti
2025-02-05 14:25:04 +00:00
parent 5f1134c8df
commit a23bf0ebbe
3 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@ gson = "2.8.9"
guava = "31.0.1-jre"
javapoet = "1.13.0"
junit = "4.13.2"
kotlin = "1.9.24"
kotlin = "1.9.25"
assertj = "3.25.1"
[libraries]
+1 -1
View File
@@ -12,7 +12,7 @@ buildscript {
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.24"
kotlinVersion = "1.9.25"
}
repositories {
google()
@@ -23,7 +23,7 @@ javax-annotation-api = "1.3.2"
javax-inject = "1"
jsr305 = "3.0.2"
junit = "4.13.2"
kotlin = "1.9.24"
kotlin = "1.9.25"
mockito = "3.12.4"
nexus-publish = "1.3.0"
okhttp = "4.9.2"