From 9e4a9dfabe7925b8200c62662ff94c2d43976413 Mon Sep 17 00:00:00 2001 From: Kristof Date: Mon, 22 Apr 2024 04:02:20 +0200 Subject: [PATCH] build(deps): bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 --- pom.xml | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index a5d9c1869..d30d8f5b3 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ UTF-8 5.10.2 3.2.5 + 1.3.0 24.0.0 ${project.basedir}/src/main/java9 @@ -351,15 +352,6 @@ false true - - - - -H:ServiceLoaderFeatureExcludeServiceProviders=com.tngtech.archunit.junit.internal.ArchUnitTestEngine - - @@ -371,13 +363,30 @@ **/MultipleClassLoaderTest.java - - **/architecture/*.java + + + + com.tngtech.archunit + archunit-junit5 + ${archunit.version} + test + + + + com.tngtech.archunit + archunit-junit5-engine + + + + native-exported @@ -451,7 +460,7 @@ com.tngtech.archunit archunit-junit5 - 1.2.1 + ${archunit.version} test