From e95239311647b6fc135c52820bd0aab775e73745 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Jul 2026 11:27:09 +0200 Subject: [PATCH] fix(deps): update test dependencies (#92) Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/92 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 63af221..afc8005 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,14 +13,14 @@ composeBom = "2026.05.01" # Re-evaluate when 1.5.0 stable lands. material3 = "1.5.0-alpha24" datastore = "1.2.1" -junit = "6.1.0" -junitPlatform = "6.1.0" +junit = "6.1.2" +junitPlatform = "6.1.2" truth = "1.4.5" androidxJunit = "1.3.0" espressoCore = "3.7.0" kotlinxDatetime = "0.7.0" kotlinxCoroutines = "1.10.2" -turbine = "1.2.0" +turbine = "1.2.1" hiltNavigationCompose = "1.3.0" lifecycleCompose = "2.10.0" androidxTestRules = "1.7.0"