From 3a11439abfdf573564a47b562cb22a4ef936ea07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 04:45:15 +0000 Subject: [PATCH] Bump archunit-junit5 from 0.23.1 to 1.0.0 Bumps [archunit-junit5](https://github.com/TNG/ArchUnit) from 0.23.1 to 1.0.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.23.1...v1.0.0) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3380a1872b..0964149987 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ dependencies { testImplementation "com.googlecode.jarjar:jarjar:1.3" testImplementation "commons-io:commons-io:2.10.0" testImplementation 'org.scala-lang:scala-library:2.13.8' - testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.0.0' testImplementation "org.eclipse.jetty:jetty-client" testImplementation "org.eclipse.jetty.http2:http2-http-client-transport"