diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3b3abad74..be86f5b49 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -90,12 +90,12 @@ dependencies { implementation("com.squareup.retrofit2:converter-moshi:${vRetrofit}") implementation("com.squareup.retrofit2:converter-scalars:${vRetrofit}") - val vOkHttp = "4.10.0" + val vOkHttp = "4.11.0" implementation("com.squareup.okhttp3:okhttp:${vOkHttp}") implementation("com.squareup.okhttp3:logging-interceptor:${vOkHttp}") implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:${vOkHttp}") - val vMoshi = "1.14.0" + val vMoshi = "1.15.0" implementation("com.squareup.moshi:moshi:${vMoshi}") kapt("com.squareup.moshi:moshi-kotlin-codegen:${vMoshi}") @@ -113,9 +113,9 @@ dependencies { implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.recyclerview:recyclerview:1.3.0") - implementation("androidx.fragment:fragment-ktx:1.5.6") + implementation("androidx.fragment:fragment-ktx:1.5.7") implementation("androidx.transition:transition:1.4.1") - implementation("androidx.core:core-ktx:1.10.0") - implementation("androidx.core:core-splashscreen:1.0.0") - implementation("com.google.android.material:material:1.8.0") + implementation("androidx.core:core-ktx:1.10.1") + implementation("androidx.core:core-splashscreen:1.0.1") + implementation("com.google.android.material:material:1.9.0") } diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 7b9b79e31..a004f003b 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -16,9 +16,9 @@ gradlePlugin { } dependencies { - implementation(kotlin("gradle-plugin", "1.8.10")) + implementation(kotlin("gradle-plugin", "1.8.21")) implementation("com.android.tools.build:gradle:8.0.2") implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3") implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2") - implementation("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r") }