From 79650b28961d26cf44219ec86df1395274380194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:36:40 +0000 Subject: [PATCH] Bump com.tngtech.archunit:archunit-junit5 from 1.2.0 to 1.2.1 Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d6e193f56..680b794a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -196,5 +196,5 @@ dependencies { } testImplementation(testFixtures(project(":common"))) testImplementation 'org.awaitility:awaitility:4.2.0' - testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.1' }