From eda8616a7fe3d2d719c4ded2727fcca9cb1e6ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:16:53 +0000 Subject: [PATCH] Bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.2.1...v1.3.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] --- 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 86af62fc37..bf360e0dc4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] activemq-artemis = "2.32.0" application-insights = "2.6.4" -archunit = "1.2.1" +archunit = "1.3.0" asmForPlugins = "7.3.1" aspectjweaver = "1.9.21.1" assertj = "3.25.3"