dependabot[bot] opened a new pull request, #2877: URL: https://github.com/apache/causeway/pull/2877
Bumps `archunit.version` from 1.3.0 to 1.4.0. Updates `com.tngtech.archunit:archunit-junit5-api` from 1.3.0 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">com.tngtech.archunit:archunit-junit5-api's releases</a>.</em></p> <blockquote> <h2>ArchUnit 1.4.0</h2> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Support Java 24 / class file major version 68 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1364">#1364</a>)</li> </ul> <h2>Lang</h2> <ul> <li>Improve performance for transitive dependency checks (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1381">#1381</a>; thanks to <a href="https://github.com/To6i"><code>@To6i</code></a> 👏)</li> </ul> <h2>Library</h2> <ul> <li>New <code>GeneralCodingRules.OLD_DATE_AND_TIME_CLASSES_SHOULD_NOT_BE_USED</code> (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1385">#1385</a>; thanks to <a href="https://github.com/Bukama"><code>@Bukama</code></a> 👏)</li> <li>Improve <code>GeneralCodingRules.testClassesShouldResideInTheSamePackageAsImplementation</code> to not fail for classes with no tests in their packages (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1368">#1368</a>; thanks to <a href="https://github.com/krzysztof-owczarek"><code>@krzysztof-owczarek</code></a> 👏)</li> </ul> <h2>JUnit</h2> <ul> <li>Fix failure when <code>junit.testFilter</code> is used (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1361">#1361</a>; thanks to <a href="https://github.com/Sparkymann"><code>@Sparkymann</code></a> 👏)</li> <li>Enable <code>@AnalyzeClasses</code> annotation to be used as meta annotation (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1300">#1300</a>; thanks to <a href="https://github.com/mathze"><code>@mathze</code></a> 👏)</li> </ul> <h2>Documentation</h2> <ul> <li>Fix user guide describing wrong default behavior of <code>@AnalyzeClasses</code> (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1406">#1406</a>)</li> <li>Clarify Slices documentation (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1366">#1366</a>; thanks to <a href="https://github.com/mipo256"><code>@mipo256</code></a> 👏)</li> </ul> <h1>Internal improvements</h1> <ul> <li>Run tests with JUnit Platform to pave the way to migrate to JUnit 5 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1294">#1294</a>)</li> <li>Update Gradle Wrapper from 7.6 to 8.12 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1392">#1392</a>)</li> <li>Extend CI to run tests with JDK 21 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1408">#1408</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/c5caa020d13d21c61669bb1cae1a1223e4ce6f3c"><code>c5caa02</code></a> prepare release 1.4.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/3495fc2f30b95cdc7b10b45c6426bca08aad2ecb"><code>3495fc2</code></a> improve rule to not fail for classes with no tests in their packages (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1368">#1368</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/2e7af6a808613c79ce72f2f12f213fc5cc8c91a7"><code>2e7af6a</code></a> fix resideInSamePackage rule fails for multiple implementations, but not all ...</li> <li><a href="https://github.com/TNG/ArchUnit/commit/13a2bc9e394dfc63796540ea2ffe95fddd734dbf"><code>13a2bc9</code></a> Bump rexml from 3.2.8 to 3.3.9 in /docs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/a6d07e48c13d622f5f01f0a57c6f1d8e020b26e4"><code>a6d07e4</code></a> Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.4</li> <li><a href="https://github.com/TNG/ArchUnit/commit/32f24efc67736fd4da41f6fe4deebb984d8850ce"><code>32f24ef</code></a> Bump webrick from 1.8.1 to 1.9.1 in /docs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/9b6f8703537eeebc195e12b2a875e4036d0a8967"><code>9b6f870</code></a> Bump github-pages from 231 to 232 in /docs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/cdd5b2391ef419b3ef66a98334e9ea7d4efe0455"><code>cdd5b23</code></a> Bump com.gradleup.shadow from 8.3.5 to 8.3.6</li> <li><a href="https://github.com/TNG/ArchUnit/commit/f7cce83738b8491826cb3e3b9d842c169a458fb9"><code>f7cce83</code></a> Bump actions/setup-java from 4.6.0 to 4.7.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/d7395ed449b50312383e2fa75dcacdaaabeaf9d7"><code>d7395ed</code></a> Bump gradle-update/update-gradle-wrapper-action from 2.0.0 to 2.0.1</li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> Updates `com.tngtech.archunit:archunit-junit5-engine` from 1.3.0 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">com.tngtech.archunit:archunit-junit5-engine's releases</a>.</em></p> <blockquote> <h2>ArchUnit 1.4.0</h2> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Support Java 24 / class file major version 68 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1364">#1364</a>)</li> </ul> <h2>Lang</h2> <ul> <li>Improve performance for transitive dependency checks (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1381">#1381</a>; thanks to <a href="https://github.com/To6i"><code>@To6i</code></a> 👏)</li> </ul> <h2>Library</h2> <ul> <li>New <code>GeneralCodingRules.OLD_DATE_AND_TIME_CLASSES_SHOULD_NOT_BE_USED</code> (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1385">#1385</a>; thanks to <a href="https://github.com/Bukama"><code>@Bukama</code></a> 👏)</li> <li>Improve <code>GeneralCodingRules.testClassesShouldResideInTheSamePackageAsImplementation</code> to not fail for classes with no tests in their packages (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1368">#1368</a>; thanks to <a href="https://github.com/krzysztof-owczarek"><code>@krzysztof-owczarek</code></a> 👏)</li> </ul> <h2>JUnit</h2> <ul> <li>Fix failure when <code>junit.testFilter</code> is used (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1361">#1361</a>; thanks to <a href="https://github.com/Sparkymann"><code>@Sparkymann</code></a> 👏)</li> <li>Enable <code>@AnalyzeClasses</code> annotation to be used as meta annotation (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1300">#1300</a>; thanks to <a href="https://github.com/mathze"><code>@mathze</code></a> 👏)</li> </ul> <h2>Documentation</h2> <ul> <li>Fix user guide describing wrong default behavior of <code>@AnalyzeClasses</code> (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1406">#1406</a>)</li> <li>Clarify Slices documentation (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1366">#1366</a>; thanks to <a href="https://github.com/mipo256"><code>@mipo256</code></a> 👏)</li> </ul> <h1>Internal improvements</h1> <ul> <li>Run tests with JUnit Platform to pave the way to migrate to JUnit 5 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1294">#1294</a>)</li> <li>Update Gradle Wrapper from 7.6 to 8.12 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1392">#1392</a>)</li> <li>Extend CI to run tests with JDK 21 (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1408">#1408</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/c5caa020d13d21c61669bb1cae1a1223e4ce6f3c"><code>c5caa02</code></a> prepare release 1.4.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/3495fc2f30b95cdc7b10b45c6426bca08aad2ecb"><code>3495fc2</code></a> improve rule to not fail for classes with no tests in their packages (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1368">#1368</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/2e7af6a808613c79ce72f2f12f213fc5cc8c91a7"><code>2e7af6a</code></a> fix resideInSamePackage rule fails for multiple implementations, but not all ...</li> <li><a href="https://github.com/TNG/ArchUnit/commit/13a2bc9e394dfc63796540ea2ffe95fddd734dbf"><code>13a2bc9</code></a> Bump rexml from 3.2.8 to 3.3.9 in /docs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/a6d07e48c13d622f5f01f0a57c6f1d8e020b26e4"><code>a6d07e4</code></a> Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.4</li> <li><a href="https://github.com/TNG/ArchUnit/commit/32f24efc67736fd4da41f6fe4deebb984d8850ce"><code>32f24ef</code></a> Bump webrick from 1.8.1 to 1.9.1 in /docs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/9b6f8703537eeebc195e12b2a875e4036d0a8967"><code>9b6f870</code></a> Bump github-pages from 231 to 232 in /docs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/cdd5b2391ef419b3ef66a98334e9ea7d4efe0455"><code>cdd5b23</code></a> Bump com.gradleup.shadow from 8.3.5 to 8.3.6</li> <li><a href="https://github.com/TNG/ArchUnit/commit/f7cce83738b8491826cb3e3b9d842c169a458fb9"><code>f7cce83</code></a> Bump actions/setup-java from 4.6.0 to 4.7.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/d7395ed449b50312383e2fa75dcacdaaabeaf9d7"><code>d7395ed</code></a> Bump gradle-update/update-gradle-wrapper-action from 2.0.0 to 2.0.1</li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org