Skip to content

Commit

Permalink
[0.75] Bump Kotlin to 1.9.25 to mitigate #49115 (#49139)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Corti <[email protected]>
  • Loading branch information
riteshshukla04 and cortinico authored Feb 6, 2025
1 parent b6ed0d3 commit 25e76a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/helloworld/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.24"
kotlinVersion = "1.9.25"
}
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 25e76a2

Please sign in to comment.