dependabot[bot] opened a new pull request, #2823: URL: https://github.com/apache/shiro/pull/2823
Bumps the maven-dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache:apache](https://github.com/apache/maven-apache-parent) | `38` | `39` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.6.0` | `13.7.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.34` | `1.5.37` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.34` | `1.5.37` | | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.1.Final` | `7.4.3.Final` | | org.apache.tomcat.embed:tomcat-embed-core | `11.0.22` | `11.0.23` | | org.apache.tomcat.embed:tomcat-embed-el | `11.0.22` | `11.0.23` | | org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-jaspic-api | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-catalina | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-jasper | `11.0.22` | `11.0.23` | | org.apache.tomcat:tomcat-jasper-el | `11.0.22` | `11.0.23` | | [fish.payara.extras:payara-micro](https://github.com/payara/Payara) | `7.2026.5` | `7.2026.6` | Updates `org.apache:apache` from 38 to 39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-apache-parent/releases">org.apache:apache's releases</a>.</em></p> <blockquote> <h2>Apache Parent POM version 39</h2> <p>see <code>push-to-atr</code> profile integration documentation for more details: <a href="https://maven.apache.org/pom/asf/#the-push-to-atr-profile">https://maven.apache.org/pom/asf/#the-push-to-atr-profile</a></p> <h2>🚀 New features and improvements</h2> <ul> <li>add push-to-atr profile (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/584">#584</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>configure ATR project (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/585">#585</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li> <li>Aligns the properties for Surefire (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/579">#579</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0 (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/583">#583</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump version.maven-surefire from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/582">#582</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugins:maven-site-plugin from 3.21.0 to 3.22.0 (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/581">#581</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/apache/maven-apache-parent/pull/580">#580</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/maven-apache-parent/commits">compare view</a></li> </ul> </details> <br /> Updates `com.puppycrawl.tools:checkstyle` from 13.6.0 to 13.7.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.7.0</h2> <p>Checkstyle 13.7.0 - <a href="https://checkstyle.org/releasenotes.html#Release_13.7.0">https://checkstyle.org/releasenotes.html#Release_13.7.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/20357">#20357</a> - UnusedLocalVariable: new property jdkVersion to allow unused named pattern matching variables for pre-Java 22 code. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19148">#19148</a> - update MissingJavadocMethodCheck to use AST of javadoc. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19144">#19144</a> - update JavadocMethod to use AST of javadoc. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19889">#19889</a> - OverloadMethodsDeclarationOrder: new property required to order overloaded methods according to increasing parameter count.</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/20395">#20395</a> - Javadoc parse error on <code>@</code>link label containing Java array initializer braces. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20452">#20452</a> - Add checks for OpenJDK style §4.6 - Constants. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20462">#20462</a> - Fix default property validation in InlineConfigParser. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20437">#20437</a> - Add checks for Openjdk style §3.8.3 - Wrapping Expressions. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19629">#19629</a> - Add checks for OpenJDK Style §3.5 - Modifiers. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20428">#20428</a> - Add checks for OpenJDK §3.4 - Class structure. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19623">#19623</a> - Add checks for OpenJDK Style §3.3 - Import statements. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20271">#20271</a> - UnnecessarySemicolonAfterTypeMemberDeclarationCheck: trailing semicolon after nested type not flagged in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20223">#20223</a> - DeclarationOrderCheck: declaration order not enforced on top-level members in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20219">#20219</a> - AnnotationLocationCheck: annotation on top-level variable not flagged in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19805">#19805</a> - Add checks for OpenJDK Style §3.4.1 - Order of Constructors and Overloaded Methods. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20269">#20269</a> - UnnecessarySemicolonAfterOuterTypeDeclarationCheck reports false positive on JEP 512 compact source files. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20391">#20391</a> - Javadoc parse error while parsing formatted <code>@</code>value. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19915">#19915</a> - Documentation Comments Style Guide - Required Tags. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19972">#19972</a> - RequireThisCheck: NullPointerException on compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20385">#20385</a> - Add checks for OpenJDK Style §4.2 - Class, Interface and Enum Names. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20217">#20217</a> - InvalidJavadocPositionCheck: false positive on correctly-placed Javadoc in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20093">#20093</a> - Add checks for OpenJDK Style §3.13 - Redundant Paranthesis. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20268">#20268</a> - OuterTypeNumberCheck reports false positive on JEP 512 compact source files. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20283">#20283</a> - Javadoc parse error for generic outer class inner-class link. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19835">#19835</a> - Documentation Comments Style Guide - First Sentence.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/be240059e1505302dc6dd46802af919411327d89"><code>be24005</code></a> [maven-release-plugin] prepare release checkstyle-13.7.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/aceb637f36cd3dbe27d696e1ca60d274d2ec15c9"><code>aceb637</code></a> doc: release notes for 13.7.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b1c826a2a7cf03abeea5546edc5503d6de3fc1ad"><code>b1c826a</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20395">#20395</a>: Fix Javadoc parse error on <a href="https://github.com/link"><code>@​link</code></a> label containing Java array in...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b7e64b596bea4d983293ab532002edef8cbbc7a5"><code>b7e64b5</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16807">#16807</a>: Specify all default properties in RedundantModifier tests</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/07fb8414b840d45f8860d1f16142c771f3900db0"><code>07fb841</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16807">#16807</a>: Specify all default properties in AnnotationUtil tests</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/f5ef1d83fbda7778c62f20be3f9fc251a74283e8"><code>f5ef1d8</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16807">#16807</a>: Specify all default properties in JavadocStyle tests</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9fadf1ee7ab65d59b41954e3a0d6645f4013bbb2"><code>9fadf1e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20473">#20473</a>: Remove CirrusCI since it has shut down</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/d13b845c387bc05d935d01705b513dd3868150c0"><code>d13b845</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19764">#19764</a>: Move violation comments out of Javadoc for JavadocMissingWhites...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e9a8cd5a6f0b49d84983d8dc1536cb731f493165"><code>e9a8cd5</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20452">#20452</a>: Added checks for constants</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e111596aa8e33a904919e48b118d138627984ed4"><code>e111596</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11163">#11163</a>: Split InputJavadocTagContinuationIndentation.java to resolve Fi...</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-13.6.0...checkstyle-13.7.0">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-engine` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-commons` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `ch.qos.logback:logback-core` from 1.5.34 to 1.5.37 <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.37</h2> <p><strong>2026-06-26 Release of logback version 1.5.37</strong></p> <p>• Given the numerous vulnerabilities related to conditional configuration processing based on the evaluation of Java expressions using the Janino library, support for such expressions has been removed. Users are offered the an <a href="https://logback.qos.ch/translator/services/conditionalConfigMigrator.html">online migration service</a> or the <!-- raw HTML omitted --> element introduced in version 1.5.20. See the <a href="https://logback.qos.ch/manual/configuration.html#conditional">relevant documentation</a> for more details.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit c1df7f522e648eec7b4ef6a12c8758fec0f00048 associated with the tag v_1.5.37. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> <h2>Logback 1.5.36</h2> <p><strong>2026-06-25 Release of logback version 1.5.36</strong></p> <p>• The 'condition' attribute in <code><if></code> elements now reject certain references that are associated with ACE attacks. This issue was reported by "yulate" (<a href="mailto:[email protected]">[email protected]</a>) and registered as <a href="https://www.cve.org/cverecord?id=CVE-2026-13006">CVE-2026-13006</a>.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit 9b94c37562bf25a6a944146701d42ee6c4eee888 associated with the tag v_1.5.36. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> <h2>Logback 1.5.35</h2> <p><strong>026-06-23 Release of logback version 1.5.35</strong></p> <p>• The 'condition' attribute in <code><if></code> elements now rejects unicode escape sequences (\u and \U). This closes a bypass of the existing prohibition on the new operator in Janino-evaluated conditions. This issue was reported by IcySun (<a href="mailto:[email protected]">[email protected]</a>) and registered as <a href="https://www.cve.org/cverecord?id=CVE-2026-13006">CVE-2026-13006</a>.</p> <p>• Added <code>ConfiguratorRank.AUTHENTICATING</code> (rank 100), the highest configurator rank, for certified/authenticating configurators discovered via the ServiceLoader mechanism. <code>ContextInitializer</code> now requires that at most one such configurator exist on the classpath; if more than one is found, initialization aborts with an error.</p> <p>• <code>ConsoleCharsetPropertyDefiner</code> is no longer shipped. The Java 21 multi-release compilation of logback-core has been disabled, which removes this class from the published artifact. Configurations that referenced <code>ch.qos.logback.core.property.ConsoleCharsetPropertyDefiner</code> will need an alternative approach for console charset detection.</p> <p>• The logback-examples module is now included in artifacts published to Maven Central.</p> <p>• <code>JoranConfigurator.makeAnotherInstance()</code> and <code>DefaultJoranConfigurator.performMultiStepConfigurationFileSearch()</code> are now protected, allowing derived configurators to override these methods.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit 08bd1598d565d83444f72983935e7da4746783b7 associated with the tag v_1.5.35. Release built using Java "21" 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/c1df7f522e648eec7b4ef6a12c8758fec0f00048"><code>c1df7f5</code></a> prepare release 1.5.37</li> <li><a href="https://github.com/qos-ch/logback/commit/a1899674579c67711a4fff6bdc569f4bfb25ead5"><code>a189967</code></a> remove conditional based on janino</li> <li><a href="https://github.com/qos-ch/logback/commit/aaa905292dc24235a0cd7514c4815d0eeb6c0446"><code>aaa9052</code></a> start work on 1.5.37-SNAPSHOT</li> <li><a href="https://github.com/qos-ch/logback/commit/9b94c37562bf25a6a944146701d42ee6c4eee888"><code>9b94c37</code></a> prepare release 1.5.36</li> <li><a href="https://github.com/qos-ch/logback/commit/e6a8280ba2c61a448226bccbced70444aaa6e7eb"><code>e6a8280</code></a> prevent attacks using disallowed references</li> <li><a href="https://github.com/qos-ch/logback/commit/24c4b63f60e5bbfa591c20cf39f2ce50ff8cff4f"><code>24c4b63</code></a> start work on 1.5.36-SNAPSHOT</li> <li><a href="https://github.com/qos-ch/logback/commit/08bd1598d565d83444f72983935e7da4746783b7"><code>08bd159</code></a> preapre release 1.5.35</li> <li><a href="https://github.com/qos-ch/logback/commit/37d256b825fc62b4a3908fa29d8b4e34acf79ed0"><code>37d256b</code></a> indentation changes only</li> <li><a href="https://github.com/qos-ch/logback/commit/d3d73078afbb0691423f60a066d77503fdf05fc3"><code>d3d7307</code></a> minor comment</li> <li><a href="https://github.com/qos-ch/logback/commit/fa0411a9393282ba69396ce65f122d281c079ac0"><code>fa0411a</code></a> radomize file location</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.37">compare view</a></li> </ul> </details> <br /> Updates `ch.qos.logback:logback-classic` from 1.5.34 to 1.5.37 <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.37</h2> <p><strong>2026-06-26 Release of logback version 1.5.37</strong></p> <p>• Given the numerous vulnerabilities related to conditional configuration processing based on the evaluation of Java expressions using the Janino library, support for such expressions has been removed. Users are offered the an <a href="https://logback.qos.ch/translator/services/conditionalConfigMigrator.html">online migration service</a> or the <!-- raw HTML omitted --> element introduced in version 1.5.20. See the <a href="https://logback.qos.ch/manual/configuration.html#conditional">relevant documentation</a> for more details.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit c1df7f522e648eec7b4ef6a12c8758fec0f00048 associated with the tag v_1.5.37. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> <h2>Logback 1.5.36</h2> <p><strong>2026-06-25 Release of logback version 1.5.36</strong></p> <p>• The 'condition' attribute in <code><if></code> elements now reject certain references that are associated with ACE attacks. This issue was reported by "yulate" (<a href="mailto:[email protected]">[email protected]</a>) and registered as <a href="https://www.cve.org/cverecord?id=CVE-2026-13006">CVE-2026-13006</a>.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit 9b94c37562bf25a6a944146701d42ee6c4eee888 associated with the tag v_1.5.36. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> <h2>Logback 1.5.35</h2> <p><strong>026-06-23 Release of logback version 1.5.35</strong></p> <p>• The 'condition' attribute in <code><if></code> elements now rejects unicode escape sequences (\u and \U). This closes a bypass of the existing prohibition on the new operator in Janino-evaluated conditions. This issue was reported by IcySun (<a href="mailto:[email protected]">[email protected]</a>) and registered as <a href="https://www.cve.org/cverecord?id=CVE-2026-13006">CVE-2026-13006</a>.</p> <p>• Added <code>ConfiguratorRank.AUTHENTICATING</code> (rank 100), the highest configurator rank, for certified/authenticating configurators discovered via the ServiceLoader mechanism. <code>ContextInitializer</code> now requires that at most one such configurator exist on the classpath; if more than one is found, initialization aborts with an error.</p> <p>• <code>ConsoleCharsetPropertyDefiner</code> is no longer shipped. The Java 21 multi-release compilation of logback-core has been disabled, which removes this class from the published artifact. Configurations that referenced <code>ch.qos.logback.core.property.ConsoleCharsetPropertyDefiner</code> will need an alternative approach for console charset detection.</p> <p>• The logback-examples module is now included in artifacts published to Maven Central.</p> <p>• <code>JoranConfigurator.makeAnotherInstance()</code> and <code>DefaultJoranConfigurator.performMultiStepConfigurationFileSearch()</code> are now protected, allowing derived configurators to override these methods.</p> <p>• A bitwise identical binary of this version can be reproduced by building from source code at commit 08bd1598d565d83444f72983935e7da4746783b7 associated with the tag v_1.5.35. Release built using Java "21" 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/c1df7f522e648eec7b4ef6a12c8758fec0f00048"><code>c1df7f5</code></a> prepare release 1.5.37</li> <li><a href="https://github.com/qos-ch/logback/commit/a1899674579c67711a4fff6bdc569f4bfb25ead5"><code>a189967</code></a> remove conditional based on janino</li> <li><a href="https://github.com/qos-ch/logback/commit/aaa905292dc24235a0cd7514c4815d0eeb6c0446"><code>aaa9052</code></a> start work on 1.5.37-SNAPSHOT</li> <li><a href="https://github.com/qos-ch/logback/commit/9b94c37562bf25a6a944146701d42ee6c4eee888"><code>9b94c37</code></a> prepare release 1.5.36</li> <li><a href="https://github.com/qos-ch/logback/commit/e6a8280ba2c61a448226bccbced70444aaa6e7eb"><code>e6a8280</code></a> prevent attacks using disallowed references</li> <li><a href="https://github.com/qos-ch/logback/commit/24c4b63f60e5bbfa591c20cf39f2ce50ff8cff4f"><code>24c4b63</code></a> start work on 1.5.36-SNAPSHOT</li> <li><a href="https://github.com/qos-ch/logback/commit/08bd1598d565d83444f72983935e7da4746783b7"><code>08bd159</code></a> preapre release 1.5.35</li> <li><a href="https://github.com/qos-ch/logback/commit/37d256b825fc62b4a3908fa29d8b4e34acf79ed0"><code>37d256b</code></a> indentation changes only</li> <li><a href="https://github.com/qos-ch/logback/commit/d3d73078afbb0691423f60a066d77503fdf05fc3"><code>d3d7307</code></a> minor comment</li> <li><a href="https://github.com/qos-ch/logback/commit/fa0411a9393282ba69396ce65f122d281c079ac0"><code>fa0411a</code></a> radomize file location</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.37">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-core` from 7.4.1.Final to 7.4.3.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.3</h2> <h1>Hibernate ORM 7.4.3.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.3.Final.</p> <p>You can find the full list of 7.4.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.3">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> <h2>Release 7.4.2</h2> <h1>Hibernate ORM 7.4.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.2.Final.</p> <p>You can find the full list of 7.4.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.2">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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.3.Final (June 28, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39790">https://hibernate.atlassian.net/projects/HHH/versions/39790</a></p> <p>** Bug * HHH-20621 NullPointerException in CacheEntityLoaderHelper.loadFromSessionCache with JOINED inheritance, lazy ManyToOne proxy to parent type, and join fetch on subtype query * HHH-20606 Single <code>@Id</code> from <code>@MappedSuperclass</code> is lost when an <code>@IdClass</code> entity shares the same superclass * HHH-20588 <a href="https://github.com/Formula"><code>@​Formula</code></a> properties generate invalid SQL when used with paginated queries that include collection fetches * HHH-20524 Inline dirty checking + <a href="https://github.com/DynamicUpdate"><code>@​DynamicUpdate</code></a>: a dirty scalar sorting after a nested-embeddable path is omitted from the UPDATE (silent data loss)</p> <p>** Improvement * HHH-20538 Improve AltibaseDialect compatibility with Hibernate ORM 8.0/7.4</p> <p>** Task * HHH-20609 Guard against connection leaks</p> <h2>Changes in 7.4.2.Final (June 21, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39622">https://hibernate.atlassian.net/projects/HHH/versions/39622</a></p> <p>** Bug * HHH-20587 Log "Attempt to stop an already-stopped RegionFactory" is a warning but should just be debug * HHH-20561 NullPointerException in Query.setCacheRetrieveMode() and Query.setCacheStoreMode() * HHH-20425 Identifier not detected while <code>@Id</code> is placed in <code>@MappedSuperClass</code> and combined with <code>@Access</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/50ecef7c654ba808572cfe498a2403809da3b17d"><code>50ecef7</code></a> [Jenkins release job] Preparing release 7.4.3.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b777101ee2ba4232db5bc3f7a9dde2b05a76ec53"><code>b777101</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.3.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d5b3846a167aaa9d2cccf868fd55abc2fc593f9a"><code>d5b3846</code></a> Do not copy fonts into Javadoc jars</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6f9ceaf77630677b7fd3a30cebccea331e1aebd0"><code>6f9ceaf</code></a> HHH-20621 Ensure proxy implementation is set when claiming existing EntityHolder</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cb485a339458a1c37d9e59031e6b69a76dbd1fe5"><code>cb485a3</code></a> HHH-20621 Test polymorphic proxy find causing NPE</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e3ca594a7ba020d33e2589ffbd83639e39289867"><code>e3ca594</code></a> HHH-20538 Backport Altibase dialect fixes to 7.4</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a16dc0946674f15e8dcb1c01f78fe89619df995d"><code>a16dc09</code></a> Align disabled tests with main branch</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5991bb729cada695b9812482d8f66dcbf415ff5f"><code>5991bb7</code></a> Stop running CI on push and remove nightly CI runs</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c05696ec746afc0ea96c8c97b8875e839df0ba90"><code>c05696e</code></a> HHH-20606 Simplify check for identifier on MappedSuperclass</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/35b56a83c020dd6b9ae3770ef5432c562778c1a3"><code>35b56a8</code></a> HHH-20606 Add invalid entity id inheritance coverage</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-engine` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-commons` from 6.1.0 to 6.1.1 <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.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1</p> <p>See <a href="https://docs.junit.org/6.1.1/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/0d85889d9846c14378b732a8da860bfef6ddf7ca"><code>0d85889</code></a> Release 6.1.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0363eee5be323b0a0ef05a0578ed03815d1ca258"><code>0363eee</code></a> Finalize 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a6d540a593550a4247dfc3818496bc2453969235"><code>a6d540a</code></a> Move entry to 6.1.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/69339d59ecb51f7047228ac53d07578b5bb4f7fa"><code>69339d5</code></a> Only pass timeout when publishing to avoid failure in nmcp plugin</li> <li><a href="https://github.com/junit-team/junit-framework/commit/dec2eb93eb70684df9de4f1249cd39dfa7b4b19b"><code>dec2eb9</code></a> Allow excluding engines from memory cleanup mode (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5786">#5786</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a5f4270f6bf406fa2d468e65961ed66c69e1d035"><code>a5f4270</code></a> Publish sha256/sha512 checksums again but filter out signature ones (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5796">#5796</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/82130129139837ce26bfb9cf38e26c7b5ec00860"><code>8213012</code></a> Update plugin nmcp-settings to v1.6.0 (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5787">#5787</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1bf8471dd5fe594d687eaa961eeb42d642af3f0"><code>d1bf847</code></a> Generate Javadoc for aggregator modules</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d721de51cb39e5a4ffe45331f611dfab897653f3"><code>d721de5</code></a> Pass <code>--no-fonts</code> to <code>javadoc</code> convention</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d289ec653ee268892da8defcb6f2fdb666efc4ed"><code>d289ec6</code></a> Restore original SetSystemProperty values in a ParameterizedTest (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5720">#5720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-catalina` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jasper` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-catalina` from 11.0.22 to 11.0.23 Updates `fish.payara.extras:payara-micro` from 7.2026.5 to 7.2026.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/payara/Payara/releases">fish.payara.extras:payara-micro's releases</a>.</em></p> <blockquote> <h2>Azul Payara Community 7.2026.6</h2> <h1>Supported APIs and Applications</h1> <ul> <li> <p>Jakarta EE 11</p> </li> <li> <p>Jakarta EE 11 Applications</p> </li> <li> <p>MicroProfile 6.1</p> </li> </ul> <h1>Security Fixes</h1> <ul> <li>[<a href="https://redirect.github.com/payara/Payara/pull/8229">FISH-13637</a>] Fix CSRF + SSRF in Admin Console / REST Management Interface</li> </ul> <h1>Bug Fixes</h1> <ul> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8177">FISH-10485</a>] Fix Payara Micro Boot Properties Not Applied With the Right Timing</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8173">FISH-11896</a>] Fix Quoted-Argument Parsing in <code>prebootCommandFile</code> (asadmin) and <code>PREBOOT_COMMANDS</code> (Docker)</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8130">FISH-12270</a>] Fix Misleading Log Entries Generated While Configuring Additional Properties for Virtual Servers</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8111">FISH-12800</a>] Fix MicroProfile <code>/metrics</code> Endpoint Containing Duplicate Metrics</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/7984">FISH-13058</a>] [Community Contribution - <a href="https://github.com/lprimak">lprimak</a>] Fix Missing <code>JSESSIONIDVERSION</code> Leading to Session Not Being Correctly Retrieved in Relaxed Mode</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8149">FISH-13091</a>] Assorted Deployment Group Fixes</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8155">FISH-13137</a>] Fix Prometheus Metrics to Report Histogram Times in Seconds</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8177">FISH-13138</a>] Fix Payara Micro’s <code>--outputlauncher</code> to Respect <code>payara-boot.properties</code></p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8119">FISH-13400</a>] Fix WELD-001408 Unsatisfied Dependency for Repository Injection in CDI Bean</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8117">FISH-13447</a>] Fix Micro <code>NullPointerException</code> with <code>log-to-console</code> Access Log Option</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8223">FISH-13779</a>] Fix Changing the Admin Password in the Admin Console Not Working</p> </li> </ul> <h1>Improvements</h1> <ul> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8214">FISH-11606</a>] Avoid Parsing Method Names on Every Jakarta Data HTTP Request</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8156">FISH-12426</a>] Reintroduce Standalone OpenMQ Support for Windows</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8138">FISH-13097</a>] Add Default OpenMQ Credentials Warning</p> </li> <li> <p>[<a href="https://redirect.github.com/payara/Payara/pull/8206">FISH-13339</a>] Add <code>warlibs</code> Support to <code>remove-library</code> Command</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/payara/Payara/commit/1cb0ec926ea38e1908b1ffb593683587091cfe7b"><code>1cb0ec9</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8241">#8241</a> from Pandrex247/FISH-13532-Windows-Release</li> <li><a href="https://github.com/payara/Payara/commit/679c9f244e3e2f25d33d0ec59a48efa7c71cb2ab"><code>679c9f2</code></a> FISH-13532 Improve Windows SSH Node detection</li> <li><a href="https://github.com/payara/Payara/commit/64a172aab32b0960f23658eb32b37d80f48ae139"><code>64a172a</code></a> FISH-13532 SSH Node Liveness improvements</li> <li><a href="https://github.com/payara/Payara/commit/92139ab9335676ecf9f05cdd01d5cb5b2d6f26e4"><code>92139ab</code></a> FISH-13532 Fix copyright</li> <li><a href="https://github.com/payara/Payara/commit/82207e6774eb5bb16b642e5bcf680f66950cd11c"><code>82207e6</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8239">#8239</a> from Pandrex247/FISH-13823-EDDSA</li> <li><a href="https://github.com/payara/Payara/commit/7f165d5156888cab57a5107d8836743e7efa732a"><code>7f165d5</code></a> FISH-13823 Replace eddsa with net-i2p-crypto-eddsa</li> <li><a href="https://github.com/payara/Payara/commit/d90e9fa9954ca2425b867f75f2751a9393711d30"><code>d90e9fa</code></a> Increment version numbers for Release</li> <li><a href="https://github.com/payara/Payara/commit/be83ab093692bafb09125323f3fdefaeab9cc398"><code>be83ab0</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8229">#8229</a> from raushan606/FISH-13637</li> <li><a href="https://github.com/payara/Payara/commit/b95e1187b4c29519bdd71f8375840b3b1049ec5a"><code>b95e118</code></a> FISH-13637: Do not pass restUrl over request parameters</li> <li><a href="https://github.com/payara/Payara/commit/a67eae17e621925b072fbc5880f6bd70a4dad5b6"><code>a67eae1</code></a> Merge pull request <a href="https://redirect.github.com/payara/Payara/issues/8223">#8223</a> from felixif/FISH-13779</li> <li>Additional commits viewable in <a href="https://github.com/payara/Payara/compare/payara-server-7.2026.5...payara-server-7.2026.6">compare view</a></li> </ul> </details> <br /> Updates `org.apache.tomcat:tomcat-jasper` from 11.0.22 to 11.0.23 Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.22 to 11.0.23 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]
