From 611b1c6b1dad218596ee25dc416e7cfe95752843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 23:23:26 +0000 Subject: [PATCH] Bump com.tngtech.archunit:archunit-junit5 from 1.3.0 to 1.4.1 Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.3.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-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7d4583e88a..ab955f5756 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] activemq-artemis = "2.38.0" application-insights = "2.6.4" -archunit = "1.3.0" +archunit = "1.4.1" asmForPlugins = "7.3.1" # 1.9.20.1 is the last release that accepts jdk 11 for building aspectjweaver = "1.9.20.1"