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

   Bumps the maven-dependencies group with 28 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | 
`13.7.0` | `13.8.0` |
   | 
[org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework)
 | `6.1.1` | `6.1.2` |
   | 
[org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework)
 | `6.1.1` | `6.1.2` |
   | 
[org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework)
 | `6.1.1` | `6.1.2` |
   | 
[org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework)
 | `6.1.1` | `6.1.2` |
   | 
[org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework)
 | `6.1.1` | `6.1.2` |
   | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | 
`1.5.37` | `1.5.38` |
   | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | 
`1.5.37` | `1.5.38` |
   | 
[org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) 
| `7.4.4.Final` | `7.4.5.Final` |
   | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | 
`1.84` | `1.85` |
   | org.eclipse.jetty.ee11:jetty-ee11-maven-plugin | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty:jetty-server | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty.ee11:jetty-ee11-webapp | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty.ee11:jetty-ee11-apache-jsp | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty.ee11:jetty-ee11-annotations | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty.ee11:jetty-ee11-glassfish-jstl | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty:jetty-plus | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty:jetty-jndi | `12.1.10` | `12.1.11` |
   | org.eclipse.jetty:jetty-annotations | `12.1.10` | `12.1.11` |
   | [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) | 
`5.3.4` | `5.4` |
   | org.apache.tomcat.embed:tomcat-embed-core | `11.0.23` | `11.0.24` |
   | org.apache.tomcat.embed:tomcat-embed-el | `11.0.23` | `11.0.24` |
   | org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.23` | `11.0.24` |
   | org.apache.tomcat:tomcat-jaspic-api | `11.0.23` | `11.0.24` |
   | org.apache.tomcat:tomcat-catalina | `11.0.23` | `11.0.24` |
   | org.apache.tomcat:tomcat-jasper | `11.0.23` | `11.0.24` |
   | org.apache.tomcat:tomcat-jasper-el | `11.0.23` | `11.0.24` |
   | 
[com.flowlogix.depchain:integration-test](https://github.com/flowlogix/depchain)
 | `127` | `128` |
   
   Updates `com.puppycrawl.tools:checkstyle` from 13.7.0 to 13.8.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/checkstyle/checkstyle/releases";>com.puppycrawl.tools:checkstyle's
 releases</a>.</em></p>
   <blockquote>
   <h2>checkstyle-13.8.0</h2>
   <p>Checkstyle 13.8.0 - <a 
href="https://checkstyle.org/releasenotes.html#Release_13.8.0";>https://checkstyle.org/releasenotes.html#Release_13.8.0</a></p>
   <p>New:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20225";>#20225</a>
 - MethodCountCheck: top-level methods not counted toward limits in compact 
source files (JEP 512).</p>
   <p>Bug fixes:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20527";>#20527</a>
 - Javadoc Ast: PARAMETER_TYPE has problems during parsing of generic methods.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20490";>#20490</a>
 - UnusedLocalVariable: jdkVersion pre-22 should allow unused named pattern 
matched destructured variables via <code>instanceof</code> for pre-Java 22 code.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20641";>#20641</a>
 - Add checks for Openjdk style chapter - Programming Practices.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19670";>#19670</a>
 - Add checks for OpenJDK Style chapter - Braces.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20526";>#20526</a>
 - Add checks for Openjdk style chapter - Horizontal WhiteSpace.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20588";>#20588</a>
 - Add checks for openjdk style - Vertical WhiteSpace.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20622";>#20622</a>
 - Add checks for openjdk style - Type Variables.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20523";>#20523</a>
 - FinalClassCheck: NullPointerException on compact source files (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/9806";>#9806</a> 
- Javadoc summary not processed inside html tags.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20228";>#20228</a>
 - OverloadMethodsDeclarationOrderCheck: split top-level overloads not flagged 
in compact source files (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20437";>#20437</a>
 - Add checks for Openjdk style chapter - Wrapping Expressions.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20470";>#20470</a>
 - False negative in UnnecessarySemicolonInEnumeration for multiple semicolons 
in enum body.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20597";>#20597</a>
 - Add checks for Openjdk style chapter - Formatting.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20524";>#20524</a>
 - AbbreviationAsWordInNameCheck: NullPointerException on compact source files 
(JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20392";>#20392</a>
 - Javadoc parse error while parsing reference.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20547";>#20547</a>
 - UnusedImports: imported types inside Javadoc generic method-reference 
arguments are reported as unused.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20471";>#20471</a>
 - Add checks for Openjdk style chapter -  Variables.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20446";>#20446</a>
 - Javadoc parse error on <code>@</code>link method reference containing 
generic parameter type.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20222";>#20222</a>
 - HiddenFieldCheck: parameter shadowing top-level field not flagged in compact 
source files (JEP 512).
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20330";>#20330</a>
 - EmptyLineSeparator: false positive &quot;',' should be separated from 
previous line&quot; on multi-variable field declaration.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/8b72cc9094a0c894d6463670dc76bad9d7fdd78e";><code>8b72cc9</code></a>
 [maven-release-plugin] prepare release checkstyle-13.8.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/3a411fd2d1462609c852d5e4228e55a7d812dede";><code>3a411fd</code></a>
 doc: release notes for 13.8.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/fe864d19a6b8db96aee091856408d955699c30a9";><code>fe864d1</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20527";>#20527</a>:
 skip whitespace inside Javadoc <a 
href="https://github.com/link";><code>@​link</code></a> parameter type lists</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/204bae146d89ab88eb1e35aa86731788bf25b850";><code>204bae1</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15456";>#15456</a>:
 specify violation messgaes for AbstractJavadocCheckTest and Req...</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/4d4e09f7e84a91a4ea1103a548609acc9b0a6585";><code>4d4e09f</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20590";>#20590</a>:
 add NeedBraces compact source input coverage</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/30f83626d9897d28f14be28a426ae9a0548c340d";><code>30f8362</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20590";>#20590</a>:
 add StringLiteralEquality compact source input coverage</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/6f9a2b59af4d6491b228c261ca63f38da3e7f1a0";><code>6f9a2b5</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20590";>#20590</a>:
 add OuterTypeFilename compact source input coverage</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/d973cd23916c4730368f956635d4a6ec053a7b12";><code>d973cd2</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20653";>#20653</a>:
 unexpected output to logs from XdocsExamplesAstConsistencyTest</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/1b03c1b20d0603827fd6c1f5a9108c6f2a75fe3e";><code>1b03c1b</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20654";>#20654</a>:
 Unexpected output in maven build from SearchIndexGenerator</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/aa432dd8a0d2b7c2531a430f8dfef5f4d985baa2";><code>aa432dd</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15456";>#15456</a>:
 specify violation messages for MissingJavadocTypeCheck</li>
   <li>Additional commits viewable in <a 
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-13.7.0...checkstyle-13.8.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.jupiter:junit-jupiter-api's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.jupiter:junit-jupiter-engine's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.jupiter:junit-jupiter-params's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.platform:junit-platform-engine` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.platform:junit-platform-engine's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.platform:junit-platform-commons` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.platform:junit-platform-commons's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.jupiter:junit-jupiter-engine's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ch.qos.logback:logback-core` from 1.5.37 to 1.5.38
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/qos-ch/logback/releases";>ch.qos.logback:logback-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>Logback 1.5.38</h2>
   <p><strong>2026-07-09 Release of logback version 1.5.38</strong></p>
   <p>• In <code>HardenedObjectInputStream</code>, fixed a typo preventing 
<code>Throwable</code> objects from being white-filtered. This issue was 
reported in [PR <a 
href="https://redirect.github.com/qos-ch/logback/issues/1045";>#1045</a>](<a 
href="https://redirect.github.com/qos-ch/logback/pull/1045";>qos-ch/logback#1045</a>)
 by <a href="https://github.com/t0rchwo0d";>t0rchwo0d</a>.</p>
   <p>• A bitwise identical binary of this version can be reproduced by 
building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 
associated with the tag v_1.5.38. Release built using Java &quot;21&quot; 
2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/qos-ch/logback/commit/d04984a41fce42977466f45a2f076f0ee5cc4207";><code>d04984a</code></a>
 prepare release 1.5.38</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/4fffda6549ca071dee4f0d5588e0051edf2feaeb";><code>4fffda6</code></a>
 updateversion of  maven-gpg-plugin</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/7ee48a17bec4ad5a765b03d74125c6d7cf4f8d40";><code>7ee48a1</code></a>
 Fixed a typo where java,lang.Throwable was written with a comma instead of a 
...</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/84580a24e6e7e9766c255af64abee6eda93801cf";><code>84580a2</code></a>
 remove license profile</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/f817c8de7d383d6d844f61d47781a6f7c2043a48";><code>f817c8d</code></a>
 start work on 1.5.28-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.5.38";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/qos-ch/logback/releases";>ch.qos.logback:logback-classic's
 releases</a>.</em></p>
   <blockquote>
   <h2>Logback 1.5.38</h2>
   <p><strong>2026-07-09 Release of logback version 1.5.38</strong></p>
   <p>• In <code>HardenedObjectInputStream</code>, fixed a typo preventing 
<code>Throwable</code> objects from being white-filtered. This issue was 
reported in [PR <a 
href="https://redirect.github.com/qos-ch/logback/issues/1045";>#1045</a>](<a 
href="https://redirect.github.com/qos-ch/logback/pull/1045";>qos-ch/logback#1045</a>)
 by <a href="https://github.com/t0rchwo0d";>t0rchwo0d</a>.</p>
   <p>• A bitwise identical binary of this version can be reproduced by 
building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 
associated with the tag v_1.5.38. Release built using Java &quot;21&quot; 
2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/qos-ch/logback/commit/d04984a41fce42977466f45a2f076f0ee5cc4207";><code>d04984a</code></a>
 prepare release 1.5.38</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/4fffda6549ca071dee4f0d5588e0051edf2feaeb";><code>4fffda6</code></a>
 updateversion of  maven-gpg-plugin</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/7ee48a17bec4ad5a765b03d74125c6d7cf4f8d40";><code>7ee48a1</code></a>
 Fixed a typo where java,lang.Throwable was written with a comma instead of a 
...</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/84580a24e6e7e9766c255af64abee6eda93801cf";><code>84580a2</code></a>
 remove license profile</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/f817c8de7d383d6d844f61d47781a6f7c2043a48";><code>f817c8d</code></a>
 start work on 1.5.28-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.5.38";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-core` from 7.4.4.Final to 7.4.5.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/releases";>org.hibernate.orm:hibernate-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release 7.4.5</h2>
   <h1>Hibernate ORM 7.4.5.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.5.Final.</p>
   <p>You can find the full list of 7.4.5.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.5";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.4";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/7.4/whats-new/whats-new.html";>What's 
New</a> guide for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/7.4/migration-guide/";>Migration Guide</a> 
for details about migration.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.4/";>release 
page</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.4/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.4/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.4/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/7.4/javadocs";>API 
docs</a></li>
   </ul>
   <p>See also the following resources related to supported APIs:</p>
   <ul>
   <li>the <a 
href="https://hibernate.org/community/compatibility-policy/";>compatibility 
policy</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.4/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.4/internals/internal.txt";>internal API 
report</a> (internal packages, <code>@Internal</code>)</li>
   </ul>
   <p>Visit the <a href="https://hibernate.org/community/";>website</a> for 
details on getting in touch with us.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.4.5.Final (July 12, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/40032";>https://hibernate.atlassian.net/projects/HHH/versions/40032</a></p>
   <p>** Bug
   * HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly 
compares against a Jackson 2 instead of a Jackson 3 mapper class
   * HHH-20650 CTE names/columns and generated recursive search/cycle columns 
are not quoted when they are reserved words
   * HHH-20583 Spurious HHH90010101 / HHH90010108 warnings on every bulk 
operation under container-managed JTA (Hibernate 7.3 / WildFly)
   * HHH-20522 Json array and object construction doesn't handle values of type 
UUID, timestamp, binary well
   * HHH-20511 Oracle JSON value handling of UUID broken
   * HHH-20509 Hibernate Data Repositories generates a BasicRepository impl 
that can't 'saveAll' entities with null ids
   * HHH-20223 DB2 Json value handling of UUID, binary and timestamp with time 
zone broken
   * HHH-19566 EntityFilterException not thrown (due to filter not applied)
   * HHH-13010 Metamodel Generator chooses wrong default access type when child 
entity in hierarchy hasn't own access type annotation
   * HHH-4451 StatefulPersistenceContext.deserialize must re-inject field 
interceptors after reading the entities from the input stream</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6f28be692234da326dd8b512981b3854e43f82c8";><code>6f28be6</code></a>
 [Jenkins release job] Preparing release 7.4.5.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5c586243503be6c14cf1cb247af856c3037e990c";><code>5c58624</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.4.5.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/934ad549859d6231945707d807a285d8f047231a";><code>934ad54</code></a>
 Migrate mirror handling from applied script to init script</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9686a95e9df272d67e0702459a8c43d38bcf79ef";><code>9686a95</code></a>
 Rework mirror handling in Gradle build</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2f009bf13e7886fc5f649b429f53b104b39cc9d1";><code>2f009bf</code></a>
 HHH-4451 Serialize lazy attribute interceptor state for enhanced entities</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/35d00fd9066636c5faaa9def525e8984b1df5255";><code>35d00fd</code></a>
 HHH-20650 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c2ea1456362be9cbf5e377877c8ea62333255b22";><code>c2ea145</code></a>
 HHH-20650 Route the CTE name through IdentifierHelper for quoting</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/278bb23eead19e5238e20c5adc01b42875203cff";><code>278bb23</code></a>
 HHH-13010 Align the metamodel generator's default access type inference with 
...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5da3bf852b1d1d97885bc55579a7c60cc88c86dc";><code>5da3bf8</code></a>
 HHH-20583 Stop warn and force execute afterTransactionCompletions unless JTA 
...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/cee46dc090da1c6c376cbd0612c2f252a1fff2f7";><code>cee46dc</code></a>
 HHH-19566 improve test</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.4.4...7.4.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.bouncycastle:bcprov-jdk18on` from 1.84 to 1.85
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html";>org.bouncycastle:bcprov-jdk18on's
 changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/bcgit/bc-java/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-maven-plugin` from 12.1.10 to 
12.1.11
   
   Updates `org.eclipse.jetty:jetty-server` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-webapp` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-apache-jsp` from 12.1.10 to 
12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-annotations` from 12.1.10 to 
12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-glassfish-jstl` from 12.1.10 to 
12.1.11
   
   Updates `org.eclipse.jetty:jetty-plus` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty:jetty-jndi` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty:jetty-annotations` from 12.1.10 to 12.1.11
   
   Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.jupiter:junit-jupiter-params's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.omnifaces:omnifaces` from 5.3.4 to 5.4
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/a13292f8456db1f9d32885aee2ff69873a79c079";><code>a13292f</code></a>
 Prepare 5.4 release</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/3dd205f46f7137f4320168644bd2a2f2ddc26cca";><code>3dd205f</code></a>
 Merge branch '4.x' into 5.x</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/41300ecce5cb11dfb3dddd3ee3d3aca887b71a2d";><code>41300ec</code></a>
 Branch is now ready for 4.7.12 development</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/f48928c74aee1385493fb77bd670d85acdcb7971";><code>f48928c</code></a>
 Prepare 4.7.11 release</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/f822e9bc60384e2b9e674ab86db357ce7a7aa211";><code>f822e9b</code></a>
 Merge branch '3.x' into 4.x</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/c60d4c47bc0e2dc6612415f0dca69cf233f8fdc1";><code>c60d4c4</code></a>
 Branch is now ready for 3.14.23 development</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/1199daaed924cacb4e74792de46522aa364967b7";><code>1199daa</code></a>
 Prepare 3.14.22 release</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/5867486462b0d813a5bb87342fb1d11cba4c2cf5";><code>5867486</code></a>
 spotless should skip /node_modules</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/37d5a46c26dae731fba090dc36f63cad8f1d8e9d";><code>37d5a46</code></a>
 Merge pull request <a 
href="https://redirect.github.com/omnifaces/omnifaces/issues/967";>#967</a> from 
omnifaces/dependabot/npm_and_yarn/src/test/ts/ws...</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/81877bd0199bb42f50e6cf9f02a74e673c4fa9b2";><code>81877bd</code></a>
 Bump ws from 8.19.0 to 8.21.0 in /src/test/ts</li>
   <li>Additional commits viewable in <a 
href="https://github.com/omnifaces/omnifaces/compare/5.3.4...5.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.platform:junit-platform-engine` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.platform:junit-platform-engine's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.platform:junit-platform-commons` from 6.1.1 to 6.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.platform:junit-platform-commons's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p>
   <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195";><code>b685426</code></a>
 Release 6.1.2</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97";><code>ae244a6</code></a>
 Remove blanket outputDirectoryCreator from SuiteEngineTests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5793";>#5793</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee";><code>43bd154</code></a>
 Finalize 6.1.2 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e";><code>0cd9510</code></a>
 Fix order of release note sections</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef";><code>a1507cb</code></a>
 Add initial 6.1.2 release notes to release notes index</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538";><code>9326641</code></a>
 Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5839";>#5839</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1";><code>2ef1123</code></a>
 Create initial 6.1.2 release notes from template</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6";><code>83fa9ab</code></a>
 Back to snapshots for further development</li>
   <li>See full diff in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.23 to 
11.0.24
   
   Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat:tomcat-catalina` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat:tomcat-jasper` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.23 to 
11.0.24
   
   Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat:tomcat-catalina` from 11.0.23 to 11.0.24
   
   Updates `org.eclipse.jetty:jetty-server` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-webapp` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-apache-jsp` from 12.1.10 to 
12.1.11
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-annotations` from 12.1.10 to 
12.1.11
   
   Updates `com.flowlogix.depchain:integration-test` from 127 to 128
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/flowlogix/depchain/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.tomcat:tomcat-jasper` from 11.0.23 to 11.0.24
   
   Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.23 to 11.0.24
   
   Updates `org.eclipse.jetty.ee11:jetty-ee11-glassfish-jstl` from 12.1.10 to 
12.1.11
   
   Updates `org.eclipse.jetty:jetty-plus` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty:jetty-jndi` from 12.1.10 to 12.1.11
   
   Updates `org.eclipse.jetty:jetty-annotations` from 12.1.10 to 12.1.11
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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