dependabot[bot] opened a new pull request, #2009:
URL: https://github.com/apache/causeway/pull/2009

   Bumps `archunit.version` from 1.1.0 to 1.2.0.
   Updates `com.tngtech.archunit:archunit-junit5-api` from 1.1.0 to 1.2.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.2.0</h2>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li>Add support for Java 22 (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1172";>#1172</a>; thanks a 
lot to <a href="https://github.com/hankem";><code>@​hankem</code></a>)</li>
   <li>New methods <code>{JavaType/JavaMember}.getAllInvolvedRawTypes()</code> 
to quickly detect all raw types contributing to a type (e.g. <code>List&lt;? 
extends Serializable&gt;</code>) or member (e.g. <code>List&lt;? extends 
Serializable&gt; method(Set&lt;String&gt; args) {..}</code>) (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/723";>#723</a>; thanks a 
lot to <a 
href="https://github.com/leonardhusmann";><code>@​leonardhusmann</code></a>)</li>
   </ul>
   <h2>Lang</h2>
   <ul>
   <li>New rules API 
<code>FieldsShould.{be/notBe}AccessedByMethodsThat(predicate)</code> to prevent 
fields from being accessed by certain methods (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/857";>#857</a>; thanks a 
lot to <a 
href="https://github.com/leonardhusmann";><code>@​leonardhusmann</code></a>)</li>
   </ul>
   <h2>Library</h2>
   <ul>
   <li>New extensive modules rule syntax to support easier checks for 
modularization (dependency direction, API surface, ...) (compare the <a 
href="https://www.archunit.org/userguide/html/000_Index.html#_modularization_rules";>user
 guide</a>; see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1078";>#1078</a>)</li>
   </ul>
   <h2>JUnit</h2>
   <ul>
   <li>Support JUnit Platform 1.10.1 (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1157";>#1157</a> and <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1186";>#1186</a>; thanks a 
lot to <a href="https://github.com/hankem";><code>@​hankem</code></a>)</li>
   </ul>
   <h1>Further Acknowledgement</h1>
   <ul>
   <li>Thanks a lot to <a 
href="https://github.com/SimonVerhoeven";><code>@​SimonVerhoeven</code></a> for 
improving the user guide (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1140";>#1140</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/12e8fb188c4beec33e525b5e491ef3ed5ba252e4";><code>12e8fb1</code></a>
 prepare release 1.2.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/62ad7bb1bc191f33e4af0962910bb66bc47a02a9";><code>62ad7bb</code></a>
 adjust expected <code>slf4j-api</code> version to actual one (<a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1187";>#1187</a>)</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/9bb08a8aadee01864eba4c2bdf2a0f727938564e";><code>9bb08a8</code></a>
 adjust expected <code>slf4j-api</code> version to actual one</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/40df7688f87a00f4564245d8976dfbcf8b9b9008";><code>40df768</code></a>
 Upgrade log4j &amp; junit-jupiter (<a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1186";>#1186</a>)</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/7db3cc5a9e12973f497b286a44007dba61a04300";><code>7db3cc5</code></a>
 remove unused spotbugs configuration</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/dd965e29fcae70f061902ea59302a4b1e2a5dcdd";><code>dd965e2</code></a>
 upgrade junit-{platform/jupiter} from {1/5}.10.0 to {1/5}.10.1</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/14d62e2ef1617a52e6fafad39aa0bc5052344780";><code>14d62e2</code></a>
 upgrade log4j from 2.20.0 to 2.21.1</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/d6030beae895b081125c0d7314fb10dd2d5a07a4";><code>d6030be</code></a>
 Allow to retrieve involved raw types of <code>JavaType</code> and 
<code>JavaMember</code> (<a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1116";>#1116</a>)</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/ea320d83635615c8074e8b89d4410707b9e7b167";><code>ea320d8</code></a>
 add <code>JavaMember.getAllInvolvedRawTypes()</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/f4b0684da29ca2496d5123decaa9a57b14c9b5bb";><code>f4b0684</code></a>
 add <code>JavaType.getAllInvolvedRawTypes()</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v1.1.0...v1.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.tngtech.archunit:archunit-junit5-engine` from 1.1.0 to 1.2.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.2.0</h2>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li>Add support for Java 22 (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1172";>#1172</a>; thanks a 
lot to <a href="https://github.com/hankem";><code>@​hankem</code></a>)</li>
   <li>New methods <code>{JavaType/JavaMember}.getAllInvolvedRawTypes()</code> 
to quickly detect all raw types contributing to a type (e.g. <code>List&lt;? 
extends Serializable&gt;</code>) or member (e.g. <code>List&lt;? extends 
Serializable&gt; method(Set&lt;String&gt; args) {..}</code>) (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/723";>#723</a>; thanks a 
lot to <a 
href="https://github.com/leonardhusmann";><code>@​leonardhusmann</code></a>)</li>
   </ul>
   <h2>Lang</h2>
   <ul>
   <li>New rules API 
<code>FieldsShould.{be/notBe}AccessedByMethodsThat(predicate)</code> to prevent 
fields from being accessed by certain methods (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/857";>#857</a>; thanks a 
lot to <a 
href="https://github.com/leonardhusmann";><code>@​leonardhusmann</code></a>)</li>
   </ul>
   <h2>Library</h2>
   <ul>
   <li>New extensive modules rule syntax to support easier checks for 
modularization (dependency direction, API surface, ...) (compare the <a 
href="https://www.archunit.org/userguide/html/000_Index.html#_modularization_rules";>user
 guide</a>; see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1078";>#1078</a>)</li>
   </ul>
   <h2>JUnit</h2>
   <ul>
   <li>Support JUnit Platform 1.10.1 (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1157";>#1157</a> and <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1186";>#1186</a>; thanks a 
lot to <a href="https://github.com/hankem";><code>@​hankem</code></a>)</li>
   </ul>
   <h1>Further Acknowledgement</h1>
   <ul>
   <li>Thanks a lot to <a 
href="https://github.com/SimonVerhoeven";><code>@​SimonVerhoeven</code></a> for 
improving the user guide (see <a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1140";>#1140</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/12e8fb188c4beec33e525b5e491ef3ed5ba252e4";><code>12e8fb1</code></a>
 prepare release 1.2.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/62ad7bb1bc191f33e4af0962910bb66bc47a02a9";><code>62ad7bb</code></a>
 adjust expected <code>slf4j-api</code> version to actual one (<a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1187";>#1187</a>)</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/9bb08a8aadee01864eba4c2bdf2a0f727938564e";><code>9bb08a8</code></a>
 adjust expected <code>slf4j-api</code> version to actual one</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/40df7688f87a00f4564245d8976dfbcf8b9b9008";><code>40df768</code></a>
 Upgrade log4j &amp; junit-jupiter (<a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1186";>#1186</a>)</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/7db3cc5a9e12973f497b286a44007dba61a04300";><code>7db3cc5</code></a>
 remove unused spotbugs configuration</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/dd965e29fcae70f061902ea59302a4b1e2a5dcdd";><code>dd965e2</code></a>
 upgrade junit-{platform/jupiter} from {1/5}.10.0 to {1/5}.10.1</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/14d62e2ef1617a52e6fafad39aa0bc5052344780";><code>14d62e2</code></a>
 upgrade log4j from 2.20.0 to 2.21.1</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/d6030beae895b081125c0d7314fb10dd2d5a07a4";><code>d6030be</code></a>
 Allow to retrieve involved raw types of <code>JavaType</code> and 
<code>JavaMember</code> (<a 
href="https://redirect.github.com/TNG/ArchUnit/issues/1116";>#1116</a>)</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/ea320d83635615c8074e8b89d4410707b9e7b167";><code>ea320d8</code></a>
 add <code>JavaMember.getAllInvolvedRawTypes()</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/f4b0684da29ca2496d5123decaa9a57b14c9b5bb";><code>f4b0684</code></a>
 add <code>JavaType.getAllInvolvedRawTypes()</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v1.1.0...v1.2.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

Reply via email to