Kotlin to 1.8.22 (#41661)

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

This aligns the Kotlin version used inside fbsource to the one used for React Native GitHub

Changelog:
[Internal] [Changed] - Kotlin to 1.8.22

Reviewed By: NickGerleman

Differential Revision: D51587726

fbshipit-source-id: 5f985bd50c7688e4d369184b79dbf1bdc799876e
This commit is contained in:
Nicola Corti
2023-11-28 03:53:47 -08:00
committed by Facebook GitHub Bot
parent 94c7661206
commit 4f3094aba4
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ gson = "2.8.9"
guava = "31.0.1-jre"
javapoet = "1.13.0"
junit = "4.13.2"
kotlin = "1.8.0"
kotlin = "1.8.22"
[libraries]
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
@@ -21,7 +21,7 @@ javax-annotation-api = "1.3.2"
javax-inject = "1"
jsr305 = "3.0.2"
junit = "4.13.2"
kotlin = "1.8.0"
kotlin = "1.8.22"
mockito = "3.12.4"
nexus-publish = "1.3.0"
okhttp = "4.9.2"