diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9e0a039194..e17cd9a5dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] agp = "8.3.0" appCenter = "5.0.4" -kotlin = "1.9.22" -ksp = "1.9.22-1.0.18" +kotlin = "1.9.23" +ksp = "1.9.23-1.0.19" lifecycle = "2.7.0" materialDialog = "3.3.0" sealedEnum = "0.7.0" @@ -12,12 +12,12 @@ appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" } android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" } -androidx-browser = { module = "androidx.browser:browser", version = "1.7.0" } +androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } -eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.8.0.202311291450-r" } +eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.9.0.202403050737-r" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.16.0" }