From 25e76a271781b3ffe8002108d8b12aa3d47442b5 Mon Sep 17 00:00:00 2001 From: Ritesh Kumar Shukla <75062358+riteshshukla04@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:23:40 +0530 Subject: [PATCH] [0.75] Bump Kotlin to 1.9.25 to mitigate #49115 (#49139) Co-authored-by: Nicola Corti --- packages/helloworld/android/build.gradle | 2 +- packages/react-native-gradle-plugin/gradle/libs.versions.toml | 2 +- packages/react-native/gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/helloworld/android/build.gradle b/packages/helloworld/android/build.gradle index 928cdf5848165e..aba59eef2df9cd 100644 --- a/packages/helloworld/android/build.gradle +++ b/packages/helloworld/android/build.gradle @@ -12,7 +12,7 @@ buildscript { compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "26.1.10909125" - kotlinVersion = "1.9.24" + kotlinVersion = "1.9.25" } repositories { google() diff --git a/packages/react-native-gradle-plugin/gradle/libs.versions.toml b/packages/react-native-gradle-plugin/gradle/libs.versions.toml index 026a9276e01912..e40ed90c1832bc 100644 --- a/packages/react-native-gradle-plugin/gradle/libs.versions.toml +++ b/packages/react-native-gradle-plugin/gradle/libs.versions.toml @@ -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] diff --git a/packages/react-native/gradle/libs.versions.toml b/packages/react-native/gradle/libs.versions.toml index 2245fcee325fa3..d2416edf3d8276 100644 --- a/packages/react-native/gradle/libs.versions.toml +++ b/packages/react-native/gradle/libs.versions.toml @@ -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"