diff --git a/settings.gradle.kts b/settings.gradle.kts index 840b97f..4c5179b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,7 +17,7 @@ dependencyResolutionManagement { versionCatalogs { val kotlin = "1.6.21" val kotlinxCoroutines = "1.6.4" - val junit5 = "5.9.1" + val junit5 = "5.14.3" val assertk = "0.25" val androidGradlePlugin = "7.2.2" val dotenv = "2.0.0"