From 26eebf87602be323c7612513be17970f0d8bd375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:31:20 +0100 Subject: [PATCH] Bump com.tngtech.archunit:archunit-junit5 from 1.1.0 to 1.2.0 (#169) Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Gerber --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2a0292198..119aa8b7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -195,5 +195,5 @@ dependencies { } testImplementation(testFixtures(project(":common"))) testImplementation 'org.awaitility:awaitility:4.2.0' - testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0' }