From 1411b8acc608716fd8e360075439273c9682a3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 17:10:50 +0000 Subject: [PATCH] Bump com.tngtech.archunit:archunit-junit5 from 1.4.0 to 1.4.1 Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5eeb73d10a..f44767a5d4 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { testImplementation "io.projectreactor:reactor-core:3.7.5" testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance - testImplementation "com.tngtech.archunit:archunit-junit5:1.4.0" + testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1" // this is needed for the idea jmh plugin to work correctly jmh 'org.openjdk.jmh:jmh-core:1.37'