From dc7d5474b81ed244523545a35963b358985649cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:26:00 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.6 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.6...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 032312d..ac40bb3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ android-annotation = "androidx.annotation:annotation:1.9.1" android-compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeVersion" } android-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeVersion" } test-junit = "junit:junit:4.13.2" -test-assertj = "org.assertj:assertj-core:3.27.6" +test-assertj = "org.assertj:assertj-core:3.27.7" test-mockito = "org.mockito:mockito-core:5.21.0" androidTest-runner = "androidx.test:runner:1.7.0" androidTest-extJunit = "androidx.test.ext:junit:1.3.0"