diff --git a/examples/java/spring-boot/build.gradle b/examples/java/spring-boot/build.gradle index f698c88e..564edc78 100644 --- a/examples/java/spring-boot/build.gradle +++ b/examples/java/spring-boot/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0' testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1' testImplementation 'org.awaitility:awaitility:4.2.0' - testImplementation 'org.jmolecules.integrations:jmolecules-archunit:0.10.0' + testImplementation 'org.jmolecules.integrations:jmolecules-archunit:1.6.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.rest-assured:json-schema-validator:5.2.0' }