From f53f15431e1eff5bdda1dee7318cc1ae5aa34521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:57:43 +0000 Subject: [PATCH] Bump com.tngtech.archunit:archunit-junit4 from 1.2.0 to 1.3.0 Bumps [com.tngtech.archunit:archunit-junit4](https://github.com/TNG/ArchUnit) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 94610379c5..808eb4a2c8 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation project(':rhino-tools') implementation project(':rhino-xml') - testImplementation("com.tngtech.archunit:archunit-junit4:1.2.0") { + testImplementation("com.tngtech.archunit:archunit-junit4:1.3.0") { exclude group: 'junit' } testImplementation("org.slf4j:slf4j-simple:2.0.16")