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

   Bumps the maven-dependencies group with 30 updates in the / directory:
   
   | 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.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) | `5.2.0` | 
`5.3.0` |
   | 
[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.1` |
   | 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` |
   | 
[io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven)
 | `3.12.0` | `3.12.1` |
   | 
[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.htmlunit:htmlunit` from 5.2.0 to 5.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/HtmlUnit/htmlunit/releases";>org.htmlunit:htmlunit's 
releases</a>.</em></p>
   <blockquote>
   <h2>HtmlUnit 5.3.0</h2>
   <p><strong>Highlights</strong></p>
   <ul>
   <li>Chrome/Edge 150</li>
   <li>CanvasRenderingContext2D got major improvements</li>
   <li>Update TransformerFactory and DocumentBuilderFactory configuration with 
FEATURE_SECURE_PROCESSING and restrict external DTD and stylesheet references 
to mitigate remote resource loading during XSLT transformation.</li>
   <li>javadoc updated and links migrated from msdn to mdn</li>
   <li>tons of small fixes and improvements</li>
   </ul>
   <p>Please have a look at the <a 
href="https://www.htmlunit.org/changes-report.html#a5.3.0";>full release 
notes</a> for details about this release.</p>
   <p>💕 Thank you to all who have contributed and to the sponsors (more 
sponsoring is welcome <a 
href="https://github.com/sponsors/rbri";>https://github.com/sponsors/rbri</a>).</p>
   <p>Full Changelog: <a 
href="https://github.com/HtmlUnit/htmlunit/compare/5.2.0...5.3.0";>https://github.com/HtmlUnit/htmlunit/compare/5.2.0...5.3.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/23db0f137b04e1e6c76b0350d6d400b684af971a";><code>23db0f1</code></a>
 5.3.0</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/0336aed3c4383cc4954490a5d872831a2221ef03";><code>0336aed</code></a>
 corejs 5.3.0</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/e3b841b62f9cef5948f9787bc0ed170d8b0a9375";><code>e3b841b</code></a>
 most base libs released</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/9d3cea8ecb6c65044c18b68be68a7e8f7879122d";><code>9d3cea8</code></a>
 fix test</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/9545229af92ca554a21581f0d78c14d36133fa1c";><code>9545229</code></a>
 improved jdoc</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/c86489ae21c0f8eb0b60cb95407dc84e7e585d52";><code>c86489a</code></a>
 improved jdoc</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/7b3b4e37bf852837bbeaa5f6ef20dfa3e07d8495";><code>7b3b4e3</code></a>
 small updates</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/146a674f5e5fdf3951fd8bf44c1ca4f6b0f571d4";><code>146a674</code></a>
 URL: reimplement URL.createObjectURL(); some cleanup and minor adjustments</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/10788b644c5220ee692d793f3d9e15e1f85301c2";><code>10788b6</code></a>
 URL: reimplement URL.createObjectURL() (<a 
href="https://redirect.github.com/HtmlUnit/htmlunit/issues/1150";>#1150</a>)</li>
   <li><a 
href="https://github.com/HtmlUnit/htmlunit/commit/6246fc3b75e7a60ff308afba02fa7c724f6e309c";><code>6246fc3</code></a>
 try to add a bit more line breaks at places where it is save</li>
   <li>Additional commits viewable in <a 
href="https://github.com/HtmlUnit/htmlunit/compare/5.2.0...5.3.0";>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 -->
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted -->2.2.1 Version<!-- raw 
HTML omitted --><!-- raw HTML omitted -->
   Release: 1.85, 1.85.1<!-- raw HTML omitted -->
   Date:      2026, July 12th</p>
   <!-- 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.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/e29f65876ee5d8914fb4f2265b7d3011aedfaf2b";><code>e29f658</code></a>
 Prepare 5.4.1 release</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/c654a9695218e4b0331b1f8ccfe687be3921ab5f";><code>c654a96</code></a>
 Cache collected select items per phase in SelectItemsConverter</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/78eb8c7e6e917fbe4a59de2da4934aca0b81dd7d";><code>78eb8c7</code></a>
 Concatenate select-item converter attribute keys instead of String.format</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/e64345d939eede023daa34a3c8750ebcdd11c16e";><code>e64345d</code></a>
 Make ViewScopeStorageInSession.ActiveBeanStorages public</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/c7e1166e6d853c825656f3befad966317f2c7f59";><code>c7e1166</code></a>
 Cache OutputFormat capture keys instead of rebuilding per render</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/990e6e8b170111819467c86d7bf64bb90a90c0b1";><code>990e6e8</code></a>
 Reuse the ResourceIdentifier key in CDNResourceHandler.decorateResource</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/27ba40f890e2d94e9d1e586ed051a0c6b7c34ccc";><code>27ba40f</code></a>
 Promote replaceFirstLiteral to Utils and drop per-call regex in resource 
hand...</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/3ba5a3bd350e9716f4eaddad75424e087e9646cb";><code>3ba5a3b</code></a>
 Reuse a shared whitespace Pattern instead of split(&quot;\s+&quot;) per 
call</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/17b030958360c29c60d8867c3b7e35dd75601dd1";><code>17b0309</code></a>
 Avoid per-phase set allocation in CallbackPhaseListener</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/e3a44bc1d19f889a83a72a150f7c175e3144dcba";><code>e3a44bc</code></a>
 Rebuild o:tree node map once per render instead of per model node</li>
   <li>Additional commits viewable in <a 
href="https://github.com/omnifaces/omnifaces/compare/5.3.4...5.4.1";>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 `io.openliberty.tools:liberty-maven-plugin` from 3.12.0 to 3.12.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/OpenLiberty/ci.maven/releases";>io.openliberty.tools:liberty-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>Liberty Maven Plug-in 3.12.1</h2>
   <p>Version 3.12.1 of the Liberty Maven Plugin is a minor release with new 
features and fixes.</p>
   <h2>New Features</h2>
   <ul>
   <li>Expansion variable for server.env in <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/1968";>OpenLiberty/ci.maven#1968</a></li>
   <li>Adding ltpa_keys_password to common-server-parameters.md and merge 
server env logic in <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/2016";>OpenLiberty/ci.maven#2016</a></li>
   <li>Changes to start hotkey reader earlier before server is fully started in 
<a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/2019";>OpenLiberty/ci.maven#2019</a></li>
   <li>Added annotation processor support for dev mode hot reload in <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/2026";>OpenLiberty/ci.maven#2026</a></li>
   <li>Adding spring boot 4 support in <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/2028";>OpenLiberty/ci.maven#2028</a></li>
   <li>Resolves transitive dependencies of annotationProcessorPaths entries 
during hot reload recompilation in <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/2043";>OpenLiberty/ci.maven#2043</a></li>
   <li>Added support for maven-compiler-plugin compilerArgs in Liberty dev mode 
hot reload in <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/pull/2045";>OpenLiberty/ci.maven#2045</a></li>
   </ul>
   <p>See the <a 
href="https://github.com/OpenLiberty/ci.maven/compare/liberty-maven-3.12.0...liberty-maven-3.12.1";>commit
 log</a> for the full set of the changes since the previous release.</p>
   <p>The Liberty Maven Plugin 3.12.1 release is available on the <a 
href="https://central.sonatype.com/artifact/io.openliberty.tools/liberty-maven-plugin/3.12.1";>Maven
 Central</a> repository.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/d8fc17550604a6c5241401f5bb69d43d781cd86e";><code>d8fc175</code></a>
 [maven-release-plugin] prepare release liberty-maven-3.12.1</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/3fa940d1497bfb54f118a4070e79112920756ff6";><code>3fa940d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/issues/2059";>#2059</a> 
from venmanyarun/3.x_common_update</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/8aee01d9acb284d4560efe713a9b7af035dc53b5";><code>8aee01d</code></a>
 changing workflow</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/ec53c288959546c5de16023390db6bcffce6a267";><code>ec53c28</code></a>
 changing ci.common version</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/ec8040e6794c13d6e9f6ea0b3e185736ebf65cfe";><code>ec8040e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/issues/2045";>#2045</a> 
from sajeerzeji/feature/GH2044-compiler-args-support</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/11859664a187659302b888afb35e4c7576b2092e";><code>1185966</code></a>
 Fixed the test failure by adding a delay in the test</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/c2166307e6d185184b83e1fa0f2f014dfcff7b60";><code>c216630</code></a>
 Merge pull request <a 
href="https://redirect.github.com/OpenLiberty/ci.maven/issues/2047";>#2047</a> 
from venmanyarun/test_jdk_semetu_test</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/a56d05fd2797c928c2e066c27e10abe84d34eda2";><code>a56d05f</code></a>
 changing test jdk to semeru instead of temurin</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/dec0a5299f9e8b43098f74b5dfd7a79aacda0d7d";><code>dec0a52</code></a>
 Fixed compiler options logging to check for non-empty list before logging 
rec...</li>
   <li><a 
href="https://github.com/OpenLiberty/ci.maven/commit/13d62572bfe5c506a05f7bf0792a39a575b043fd";><code>13d6257</code></a>
 Workflow reverted</li>
   <li>Additional commits viewable in <a 
href="https://github.com/OpenLiberty/ci.maven/compare/liberty-maven-3.12.0...liberty-maven-3.12.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   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