From b3555952e5d16246248ad00c785e08a45cfb0c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 04:10:08 +0000 Subject: [PATCH] Bump com.tngtech.archunit:archunit from 1.3.0 to 1.4.0 in /app Bumps [com.tngtech.archunit:archunit](https://github.com/TNG/ArchUnit) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f200af9..6b33cb5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -96,7 +96,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.truth:truth:1.4.4' testImplementation 'org.mockito:mockito-core:5.15.2' - testImplementation 'com.tngtech.archunit:archunit:1.3.0' + testImplementation 'com.tngtech.archunit:archunit:1.4.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.5.0'