From e13de72396abc936191535d61ec16cd4e5b5cd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:56:55 +0000 Subject: [PATCH] Bump archunit-junit5 from 0.23.1 to 1.0.1 in /examples/java Bumps [archunit-junit5](https://github.com/TNG/ArchUnit) from 0.23.1 to 1.0.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.23.1...v1.0.1) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/java/spring-boot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/java/spring-boot/build.gradle b/examples/java/spring-boot/build.gradle index f698c88e..339b28fb 100644 --- a/examples/java/spring-boot/build.gradle +++ b/examples/java/spring-boot/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'com.github.valfirst:slf4j-test:2.6.1' testImplementation 'com.squareup.okhttp3:okhttp:4.10.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0' - testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.0.1' testImplementation 'org.awaitility:awaitility:4.2.0' testImplementation 'org.jmolecules.integrations:jmolecules-archunit:0.10.0' testImplementation 'org.springframework.boot:spring-boot-starter-test'