Bump Kotlin to 1.9.23 (#43928)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/43928

This is a patch version for Kotlin, no practical changes expected.

Changelog:
[Internal] [Changed] - Bump Kotlin to 1.9.23

Reviewed By: cipolleschi

Differential Revision: D55803534

fbshipit-source-id: 99fcf444885cbc7b95baec2983303cfee88874a6
This commit is contained in:
Nicola Corti
2024-04-05 10:14:42 -07:00
committed by Facebook GitHub Bot
parent ca7cc32288
commit acd6d154e5
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.22"
kotlin = "1.9.23"
[libraries]
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
@@ -23,7 +23,7 @@ javax-annotation-api = "1.3.2"
javax-inject = "1"
jsr305 = "3.0.2"
junit = "4.13.2"
kotlin = "1.9.22"
kotlin = "1.9.23"
mockito = "3.12.4"
nexus-publish = "1.3.0"
okhttp = "4.9.2"
@@ -5,7 +5,7 @@ buildscript {
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
kotlinVersion = "1.9.23"
}
repositories {
google()