From bf15333b88aac6a31e44cf1f8753a6c1840696f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:20:45 +0000 Subject: [PATCH] Bump the testing-dependencies group across 1 directory with 5 updates Bumps the testing-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | | [de.mannodermaus.junit5:android-test-compose](https://github.com/mannodermaus/android-junit5) | `1.8.0` | `1.9.0` | | [de.mannodermaus.android-junit5](https://github.com/mannodermaus/android-junit5) | `1.13.1.0` | `1.14.0.0` | Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `de.mannodermaus.junit5:android-test-compose` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/mannodermaus/android-junit5/releases) - [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.8.0.0...plugin-1.9.0.0) Updates `de.mannodermaus.android-junit5` from 1.13.1.0 to 1.14.0.0 - [Release notes](https://github.com/mannodermaus/android-junit5/releases) - [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.13.1.0...plugin-1.14.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-dependencies - dependency-name: de.mannodermaus.junit5:android-test-compose dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-dependencies - dependency-name: de.mannodermaus.android-junit5 dependency-version: 1.14.0.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-dependencies ... Signed-off-by: dependabot[bot] --- 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 602e5c2..0d59104 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,9 +18,9 @@ detektCompose = "0.4.27" espresso-core = "3.7.0" glance = "1.1.1" junit = "4.13.2" -junit5 = "5.13.4" -junit5-compose = "1.8.0" -junit5-plugin = "1.13.1.0" +junit5 = "6.0.0" +junit5-compose = "1.9.0" +junit5-plugin = "1.14.0.0" junit-version = "1.3.0" koin = "4.1.0" kotlin = "2.2.10"