From efa2128195786399ef00eddd5b66cdc44c46d29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:05:35 +0000 Subject: [PATCH] chore(deps): bump com.tngtech.archunit:archunit-junit5 Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71d33c3..ba27479 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.5' testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.5' testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.5' - testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.2' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.5.0' testImplementation 'org.assertj:assertj-core:3.27.7' // Legacy Jackson 2 (com.fasterxml.jackson) for test JSON utilities. Spring Boot 4 ships Jackson 3 // (tools.jackson), so the com.fasterxml.jackson APIs these tests use must be declared explicitly