450
450
< div id ="header ">
451
451
< h1 > ArchUnit User Guide</ h1 >
452
452
< div class ="details ">
453
- < span id ="revnumber "> version 1.4.0 </ span >
453
+ < span id ="revnumber "> version 1.4.1 </ span >
454
454
</ div >
455
455
< div id ="toc " class ="toc2 ">
456
456
< div id ="toctitle "> Table of Contents</ div >
@@ -619,7 +619,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
619
619
< pre class ="highlightjs highlight nowrap "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
620
620
<groupId>com.tngtech.archunit</groupId>
621
621
<artifactId>archunit-junit4</artifactId>
622
- <version>1.4.0 </version>
622
+ <version>1.4.1 </version>
623
623
<scope>test</scope>
624
624
</dependency></ code > </ pre >
625
625
</ div >
@@ -628,7 +628,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
628
628
< div class ="title "> build.gradle</ div >
629
629
< div class ="content ">
630
630
< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
631
- testImplementation 'com.tngtech.archunit:archunit-junit4:1.4.0 '
631
+ testImplementation 'com.tngtech.archunit:archunit-junit4:1.4.1 '
632
632
}</ code > </ pre >
633
633
</ div >
634
634
</ div >
@@ -649,7 +649,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
649
649
< pre class ="highlightjs highlight nowrap "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
650
650
<groupId>com.tngtech.archunit</groupId>
651
651
<artifactId>archunit-junit5</artifactId>
652
- <version>1.4.0 </version>
652
+ <version>1.4.1 </version>
653
653
<scope>test</scope>
654
654
</dependency></ code > </ pre >
655
655
</ div >
@@ -658,7 +658,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
658
658
< div class ="title "> build.gradle</ div >
659
659
< div class ="content ">
660
660
< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
661
- testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.0 '
661
+ testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1 '
662
662
}</ code > </ pre >
663
663
</ div >
664
664
</ div >
@@ -675,7 +675,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
675
675
< pre class ="highlightjs highlight nowrap "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
676
676
<groupId>com.tngtech.archunit</groupId>
677
677
<artifactId>archunit</artifactId>
678
- <version>1.4.0 </version>
678
+ <version>1.4.1 </version>
679
679
<scope>test</scope>
680
680
</dependency></ code > </ pre >
681
681
</ div >
@@ -684,7 +684,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
684
684
< div class ="title "> build.gradle</ div >
685
685
< div class ="content ">
686
686
< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
687
- testImplementation 'com.tngtech.archunit:archunit:1.4.0 '
687
+ testImplementation 'com.tngtech.archunit:archunit:1.4.1 '
688
688
}</ code > </ pre >
689
689
</ div >
690
690
</ div >
0 commit comments