From 5130ef99317c267bb9f29c788ab4d20d9c1768a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:04:07 +0000 Subject: [PATCH] chore(deps): update dependency de.mannodermaus.android-junit5 to v1.13.0.0 (#858) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [de.mannodermaus.android-junit5](https://redirect.github.com/mannodermaus/android-junit5) | `1.12.2.0` -> `1.13.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/de.mannodermaus.android-junit5:de.mannodermaus.android-junit5.gradle.plugin/1.13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/de.mannodermaus.android-junit5:de.mannodermaus.android-junit5.gradle.plugin/1.13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/de.mannodermaus.android-junit5:de.mannodermaus.android-junit5.gradle.plugin/1.12.2.0/1.13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/de.mannodermaus.android-junit5:de.mannodermaus.android-junit5.gradle.plugin/1.12.2.0/1.13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/msfjarvis/compose-lobsters). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ba4a515a..372a9e55 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] aboutLibraries = "12.2.2" agp = "8.12.0-alpha04" -android-junit5 = "1.12.2.0" +android-junit5 = "1.13.0.0" androidx-test = "1.7.0-alpha03" coil3 = "3.2.0" coroutines = "1.10.2"