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'