Skip to content

Commit f8857ba

Browse files
authoredFeb 5, 2025··
[0.76] Bump Kotlin to 1.9.25 to mitigate #49115 (#49135)
1 parent 5f1134c commit f8857ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎packages/gradle-plugin/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gson = "2.8.9"
44
guava = "31.0.1-jre"
55
javapoet = "1.13.0"
66
junit = "4.13.2"
7-
kotlin = "1.9.24"
7+
kotlin = "1.9.25"
88
assertj = "3.25.1"
99

1010
[libraries]

‎packages/helloworld/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
compileSdkVersion = 35
1313
targetSdkVersion = 34
1414
ndkVersion = "26.1.10909125"
15-
kotlinVersion = "1.9.24"
15+
kotlinVersion = "1.9.25"
1616
}
1717
repositories {
1818
google()

‎packages/react-native/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ javax-annotation-api = "1.3.2"
2323
javax-inject = "1"
2424
jsr305 = "3.0.2"
2525
junit = "4.13.2"
26-
kotlin = "1.9.24"
26+
kotlin = "1.9.25"
2727
mockito = "3.12.4"
2828
nexus-publish = "1.3.0"
2929
okhttp = "4.9.2"

0 commit comments

Comments
 (0)
Please sign in to comment.