449449< div id ="header ">
450450< h1 > ArchUnit User Guide</ h1 >
451451< div class ="details ">
452- < span id ="revnumber "> version 1.2.1 </ span >
452+ < span id ="revnumber "> version 1.2.2 </ span >
453453</ div >
454454< div id ="toc " class ="toc2 ">
455455< div id ="toctitle "> Table of Contents</ div >
@@ -618,7 +618,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
618618< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
619619 <groupId>com.tngtech.archunit</groupId>
620620 <artifactId>archunit-junit4</artifactId>
621- <version>1.2.1 </version>
621+ <version>1.2.2 </version>
622622 <scope>test</scope>
623623</dependency></ code > </ pre >
624624</ div >
@@ -627,7 +627,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
627627< div class ="title "> build.gradle</ div >
628628< div class ="content ">
629629< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
630- testImplementation 'com.tngtech.archunit:archunit-junit4:1.2.1 '
630+ testImplementation 'com.tngtech.archunit:archunit-junit4:1.2.2 '
631631}</ code > </ pre >
632632</ div >
633633</ div >
@@ -648,7 +648,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
648648< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
649649 <groupId>com.tngtech.archunit</groupId>
650650 <artifactId>archunit-junit5</artifactId>
651- <version>1.2.1 </version>
651+ <version>1.2.2 </version>
652652 <scope>test</scope>
653653</dependency></ code > </ pre >
654654</ div >
@@ -657,7 +657,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
657657< div class ="title "> build.gradle</ div >
658658< div class ="content ">
659659< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
660- testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.1 '
660+ testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.2 '
661661}</ code > </ pre >
662662</ div >
663663</ div >
@@ -674,7 +674,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
674674< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
675675 <groupId>com.tngtech.archunit</groupId>
676676 <artifactId>archunit</artifactId>
677- <version>1.2.1 </version>
677+ <version>1.2.2 </version>
678678 <scope>test</scope>
679679</dependency></ code > </ pre >
680680</ div >
@@ -683,7 +683,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
683683< div class ="title "> build.gradle</ div >
684684< div class ="content ">
685685< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
686- testImplementation 'com.tngtech.archunit:archunit:1.2.1 '
686+ testImplementation 'com.tngtech.archunit:archunit:1.2.2 '
687687}</ code > </ pre >
688688</ div >
689689</ div >
0 commit comments