From fe2f37b7e8873bddcd28e9ccf224aed88770cbf4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Nicolas <6371790+pynicolas@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:22:03 +0100 Subject: [PATCH] Upgrade most dependencies --- gradle/libs.versions.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c1c9800..26d2625 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,29 +1,29 @@ [versions] agp = "8.10.1" -kotlin = "2.2.21" +kotlin = "2.3.10" license = "0.16.1" -coreKtx = "1.17.0" +coreKtx = "1.18.0" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" lifecycleRuntimeKtx = "2.10.0" -activityCompose = "1.12.1" -composeBom = "2025.12.00" -camerax = "1.5.2" -datastore = "1.2.0" +activityCompose = "1.13.0" +composeBom = "2026.03.00" +camerax = "1.5.3" +datastore = "1.2.1" documentfile = "1.1.0" litert = "1.4.1" opencv = "4.12.0" opencv_java = "4.9.0-0" -assertj = "3.27.6" +assertj = "3.27.7" pdfbox = "2.0.27.0" -zoomable = "2.9.0" -aboutLibraries = "13.1.0" -protobuf = "0.9.5" -protobufJavaLite = "4.33.1" -kotlinSerialization = "1.9.0" +zoomable = "2.11.1" +aboutLibraries = "13.2.1" +protobuf = "0.9.6" +protobufJavaLite = "4.34.1" +kotlinSerialization = "1.10.0" reorderable = "3.0.0" -jetbrainsKotlinJvm = "2.2.21" +jetbrainsKotlinJvm = "2.3.10" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }