449449< div id ="header ">
450450< h1 > ArchUnit User Guide</ h1 >
451451< div class ="details ">
452- < span id ="revnumber "> version 1.1.0 </ span >
452+ < span id ="revnumber "> version 1.1.1 </ span >
453453</ div >
454454< div id ="toc " class ="toc2 ">
455455< div id ="toctitle "> Table of Contents</ div >
@@ -617,7 +617,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
617617< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
618618 <groupId>com.tngtech.archunit</groupId>
619619 <artifactId>archunit-junit4</artifactId>
620- <version>1.1.0 </version>
620+ <version>1.1.1 </version>
621621 <scope>test</scope>
622622</dependency></ code > </ pre >
623623</ div >
@@ -626,7 +626,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
626626< div class ="title "> build.gradle</ div >
627627< div class ="content ">
628628< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
629- testImplementation 'com.tngtech.archunit:archunit-junit4:1.1.0 '
629+ testImplementation 'com.tngtech.archunit:archunit-junit4:1.1.1 '
630630}</ code > </ pre >
631631</ div >
632632</ div >
@@ -647,7 +647,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
647647< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
648648 <groupId>com.tngtech.archunit</groupId>
649649 <artifactId>archunit-junit5</artifactId>
650- <version>1.1.0 </version>
650+ <version>1.1.1 </version>
651651 <scope>test</scope>
652652</dependency></ code > </ pre >
653653</ div >
@@ -656,7 +656,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
656656< div class ="title "> build.gradle</ div >
657657< div class ="content ">
658658< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
659- testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0 '
659+ testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.1 '
660660}</ code > </ pre >
661661</ div >
662662</ div >
@@ -673,7 +673,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
673673< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
674674 <groupId>com.tngtech.archunit</groupId>
675675 <artifactId>archunit</artifactId>
676- <version>1.1.0 </version>
676+ <version>1.1.1 </version>
677677 <scope>test</scope>
678678</dependency></ code > </ pre >
679679</ div >
@@ -682,7 +682,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
682682< div class ="title "> build.gradle</ div >
683683< div class ="content ">
684684< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
685- testImplementation 'com.tngtech.archunit:archunit:1.1.0 '
685+ testImplementation 'com.tngtech.archunit:archunit:1.1.1 '
686686}</ code > </ pre >
687687</ div >
688688</ div >
0 commit comments