dependabot[bot] opened a new pull request #652:
URL: https://github.com/apache/isis/pull/652


   Bumps `archunit.version` from 0.19.0 to 0.20.0.
   Updates `archunit-junit5-api` from 0.19.0 to 0.20.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TNG/ArchUnit/releases";>archunit-junit5-api's 
releases</a>.</em></p>
   <blockquote>
   <h2>ArchUnit 0.20.0</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li><code>onionArchitecture()</code> no longer loses ignored dependencies, 
if the description is changed afterwards (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/623";>#623</a>; 
thanks a lot to <a 
href="https://github.com/thmuch";><code>@​thmuch</code></a>)</li>
   </ul>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li>added support for JDK 18 (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/625";>#625</a>; 
thanks a lot to <a 
href="https://github.com/hankem";><code>@​hankem</code></a>)</li>
   <li>new method <code>JavaCodeUnit.getTypeParameters()</code>. Also the 
bounds of these type parameters have been added to 
<code>JavaClass.directDependencies{From/To}Self</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/616";>#616</a>; 
thanks a lot to <a href="https://github.com/hankem";><code>@​hankem</code></a> 
for extensive reviews)</li>
   <li><code>JavaMethod</code> now knows its generic return type (retrievable 
via <code>JavaMethod.getReturnType()</code>). Furthermore type arguments of 
generic method return types are now part of the 
<code>JavaClass.directDependencies{From/To}Self</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/616";>#616</a>; 
thanks a lot to <a href="https://github.com/hankem";><code>@​hankem</code></a> 
for extensive reviews)</li>
   </ul>
   <h2>JUnit</h2>
   <ul>
   <li>upgraded JUnit Platform dependency from <code>1.7.1</code> to 
<code>1.7.2</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/628";>#628</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/8a5058e18ff452898dce00a1c29aee9adbc5f4e8";><code>8a5058e</code></a>
 prepare release 0.20.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/b7a4ede849a7161f49b71202b1d513a50a6de80e";><code>b7a4ede</code></a>
 Add generic method return types <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/616";>#616</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/0a48d4ef5757945cbc2246dcad17aa1d04d4a331";><code>0a48d4e</code></a>
 add generic method return type argument dependencies from and to self</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/8231cc90eb33d82b342fbe50066d8e73d16d2cc1";><code>8231cc9</code></a>
 add generic return type to <code>JavaMethod</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/610c095cc20013a8e281b8afd190e5f9c3a44c62";><code>610c095</code></a>
 Add generic method signatures <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/629";>#629</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/58e4bde6179ef61832f9e718976dd44ef72c7f69";><code>58e4bde</code></a>
 add code unit type parameters to dependencies from and to self</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/8751d7a5efc301e3a7e7563bcc9769973e283694";><code>8751d7a</code></a>
 add <code>JavaCodeUnit.getTypeParameters()</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/4ee2555dcfc48db30854fcfc8548ac8201fc280a";><code>4ee2555</code></a>
 add enclosing code units to classes</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/2685281e0920ae965592cd92630109652876c25c";><code>2685281</code></a>
 ensure each enclosing class is registered only once</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/d9a7deb79750d890ec304b2005e6f30c8cebd15b";><code>d9a7deb</code></a>
 move <code>SignatureTypeParameterProcessor</code> to separate file</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v0.19.0...v0.20.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `archunit-junit5-engine` from 0.19.0 to 0.20.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TNG/ArchUnit/releases";>archunit-junit5-engine's 
releases</a>.</em></p>
   <blockquote>
   <h2>ArchUnit 0.20.0</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li><code>onionArchitecture()</code> no longer loses ignored dependencies, 
if the description is changed afterwards (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/623";>#623</a>; 
thanks a lot to <a 
href="https://github.com/thmuch";><code>@​thmuch</code></a>)</li>
   </ul>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li>added support for JDK 18 (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/625";>#625</a>; 
thanks a lot to <a 
href="https://github.com/hankem";><code>@​hankem</code></a>)</li>
   <li>new method <code>JavaCodeUnit.getTypeParameters()</code>. Also the 
bounds of these type parameters have been added to 
<code>JavaClass.directDependencies{From/To}Self</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/616";>#616</a>; 
thanks a lot to <a href="https://github.com/hankem";><code>@​hankem</code></a> 
for extensive reviews)</li>
   <li><code>JavaMethod</code> now knows its generic return type (retrievable 
via <code>JavaMethod.getReturnType()</code>). Furthermore type arguments of 
generic method return types are now part of the 
<code>JavaClass.directDependencies{From/To}Self</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/616";>#616</a>; 
thanks a lot to <a href="https://github.com/hankem";><code>@​hankem</code></a> 
for extensive reviews)</li>
   </ul>
   <h2>JUnit</h2>
   <ul>
   <li>upgraded JUnit Platform dependency from <code>1.7.1</code> to 
<code>1.7.2</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/628";>#628</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/8a5058e18ff452898dce00a1c29aee9adbc5f4e8";><code>8a5058e</code></a>
 prepare release 0.20.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/b7a4ede849a7161f49b71202b1d513a50a6de80e";><code>b7a4ede</code></a>
 Add generic method return types <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/616";>#616</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/0a48d4ef5757945cbc2246dcad17aa1d04d4a331";><code>0a48d4e</code></a>
 add generic method return type argument dependencies from and to self</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/8231cc90eb33d82b342fbe50066d8e73d16d2cc1";><code>8231cc9</code></a>
 add generic return type to <code>JavaMethod</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/610c095cc20013a8e281b8afd190e5f9c3a44c62";><code>610c095</code></a>
 Add generic method signatures <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/629";>#629</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/58e4bde6179ef61832f9e718976dd44ef72c7f69";><code>58e4bde</code></a>
 add code unit type parameters to dependencies from and to self</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/8751d7a5efc301e3a7e7563bcc9769973e283694";><code>8751d7a</code></a>
 add <code>JavaCodeUnit.getTypeParameters()</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/4ee2555dcfc48db30854fcfc8548ac8201fc280a";><code>4ee2555</code></a>
 add enclosing code units to classes</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/2685281e0920ae965592cd92630109652876c25c";><code>2685281</code></a>
 ensure each enclosing class is registered only once</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/d9a7deb79750d890ec304b2005e6f30c8cebd15b";><code>d9a7deb</code></a>
 move <code>SignatureTypeParameterProcessor</code> to separate file</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v0.19.0...v0.20.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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to