diff --git a/app/build.gradle b/app/build.gradle index 99a46f1..a6efd72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ plugins { } ext { - composeCompiler = "1.5.12" + composeCompiler = "1.5.15" } android { @@ -78,7 +78,7 @@ android { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" // this helps renovate detect and update the compose compiler //noinspection GroovyUnusedAssignment @@ -112,7 +112,7 @@ dependencies { def okhttp = "4.12.0" implementation "com.squareup.retrofit2:retrofit:$retrofit" implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" - implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3" + implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose" diff --git a/build.gradle b/build.gradle index 6e9be02..43203b7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlinVersion = "1.9.23" + kotlinVersion = "1.9.25" } } plugins {