Skip to content

Commit a493d1e

Browse files
authored
Build(deps): Bump hibernate.version from 7.2.3.Final to 7.2.4.Final (#1583)
Bumps `hibernate.version` from 7.2.3.Final to 7.2.4.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.3.Final to 7.2.4.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.2.4</h2> <h1>Hibernate ORM 7.2.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p> <p>You can find the full list of 7.2.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.2/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.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2.4/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.4.Final (February 08, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37571">https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p> <p>** Bug * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/77d9f66f0d7dfe7284d4f0a97714f921f669e808"><code>77d9f66</code></a> [Jenkins release job] Preparing release 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa41b23d6fd214611298eabb93e5ee8557f842e6"><code>aa41b23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0158a4eb72ec6e008b1fdfb2dc24094e8f14440a"><code>0158a4e</code></a> HHH-20065 Clear batch after stateless *Multiple operations</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6db229a1f0abf07b81ecd679d075320feba44607"><code>6db229a</code></a> HHH-20065 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1b442e647bb2a0374ddd9c05251eea8faebb9c81"><code>1b442e6</code></a> HHH-20109: Escape simple quotes in values returned by enum convertors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/98e10a69741a37d12ec62cabca6e58f480ab9ce9"><code>98e10a6</code></a> HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c96d178705fa4001520346d127ca9ca055e6604"><code>4c96d17</code></a> Include downloaded JARs in GitHub cache for the Gradle Cache</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/501302131b187d035fbd9bf827c818d2e68bf765"><code>5013021</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.3...7.2.4">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-envers` from 7.2.3.Final to 7.2.4.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-envers's releases</a>.</em></p> <blockquote> <h2>Release 7.2.4</h2> <h1>Hibernate ORM 7.2.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p> <p>You can find the full list of 7.2.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.2/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.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2.4/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.4.Final (February 08, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37571">https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p> <p>** Bug * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/77d9f66f0d7dfe7284d4f0a97714f921f669e808"><code>77d9f66</code></a> [Jenkins release job] Preparing release 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa41b23d6fd214611298eabb93e5ee8557f842e6"><code>aa41b23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0158a4eb72ec6e008b1fdfb2dc24094e8f14440a"><code>0158a4e</code></a> HHH-20065 Clear batch after stateless *Multiple operations</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6db229a1f0abf07b81ecd679d075320feba44607"><code>6db229a</code></a> HHH-20065 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1b442e647bb2a0374ddd9c05251eea8faebb9c81"><code>1b442e6</code></a> HHH-20109: Escape simple quotes in values returned by enum convertors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/98e10a69741a37d12ec62cabca6e58f480ab9ce9"><code>98e10a6</code></a> HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c96d178705fa4001520346d127ca9ca055e6604"><code>4c96d17</code></a> Include downloaded JARs in GitHub cache for the Gradle Cache</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/501302131b187d035fbd9bf827c818d2e68bf765"><code>5013021</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.3...7.2.4">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.2.3.Final to 7.2.4.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-scan-jandex's releases</a>.</em></p> <blockquote> <h2>Release 7.2.4</h2> <h1>Hibernate ORM 7.2.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p> <p>You can find the full list of 7.2.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.2/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.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2.4/changelog.txt">org.hibernate.orm:hibernate-scan-jandex's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.4.Final (February 08, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37571">https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p> <p>** Bug * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/77d9f66f0d7dfe7284d4f0a97714f921f669e808"><code>77d9f66</code></a> [Jenkins release job] Preparing release 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa41b23d6fd214611298eabb93e5ee8557f842e6"><code>aa41b23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0158a4eb72ec6e008b1fdfb2dc24094e8f14440a"><code>0158a4e</code></a> HHH-20065 Clear batch after stateless *Multiple operations</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6db229a1f0abf07b81ecd679d075320feba44607"><code>6db229a</code></a> HHH-20065 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1b442e647bb2a0374ddd9c05251eea8faebb9c81"><code>1b442e6</code></a> HHH-20109: Escape simple quotes in values returned by enum convertors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/98e10a69741a37d12ec62cabca6e58f480ab9ce9"><code>98e10a6</code></a> HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c96d178705fa4001520346d127ca9ca055e6604"><code>4c96d17</code></a> Include downloaded JARs in GitHub cache for the Gradle Cache</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/501302131b187d035fbd9bf827c818d2e68bf765"><code>5013021</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.3...7.2.4">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-community-dialects` from 7.2.3.Final to 7.2.4.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-community-dialects's releases</a>.</em></p> <blockquote> <h2>Release 7.2.4</h2> <h1>Hibernate ORM 7.2.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p> <p>You can find the full list of 7.2.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.2/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.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2.4/changelog.txt">org.hibernate.orm:hibernate-community-dialects's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.4.Final (February 08, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37571">https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p> <p>** Bug * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/77d9f66f0d7dfe7284d4f0a97714f921f669e808"><code>77d9f66</code></a> [Jenkins release job] Preparing release 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa41b23d6fd214611298eabb93e5ee8557f842e6"><code>aa41b23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0158a4eb72ec6e008b1fdfb2dc24094e8f14440a"><code>0158a4e</code></a> HHH-20065 Clear batch after stateless *Multiple operations</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6db229a1f0abf07b81ecd679d075320feba44607"><code>6db229a</code></a> HHH-20065 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1b442e647bb2a0374ddd9c05251eea8faebb9c81"><code>1b442e6</code></a> HHH-20109: Escape simple quotes in values returned by enum convertors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/98e10a69741a37d12ec62cabca6e58f480ab9ce9"><code>98e10a6</code></a> HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c96d178705fa4001520346d127ca9ca055e6604"><code>4c96d17</code></a> Include downloaded JARs in GitHub cache for the Gradle Cache</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/501302131b187d035fbd9bf827c818d2e68bf765"><code>5013021</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.3...7.2.4">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-c3p0` from 7.2.3.Final to 7.2.4.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-c3p0's releases</a>.</em></p> <blockquote> <h2>Release 7.2.4</h2> <h1>Hibernate ORM 7.2.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p> <p>You can find the full list of 7.2.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.2/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.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2.4/changelog.txt">org.hibernate.orm:hibernate-c3p0's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.4.Final (February 08, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37571">https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p> <p>** Bug * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/77d9f66f0d7dfe7284d4f0a97714f921f669e808"><code>77d9f66</code></a> [Jenkins release job] Preparing release 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa41b23d6fd214611298eabb93e5ee8557f842e6"><code>aa41b23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0158a4eb72ec6e008b1fdfb2dc24094e8f14440a"><code>0158a4e</code></a> HHH-20065 Clear batch after stateless *Multiple operations</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6db229a1f0abf07b81ecd679d075320feba44607"><code>6db229a</code></a> HHH-20065 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1b442e647bb2a0374ddd9c05251eea8faebb9c81"><code>1b442e6</code></a> HHH-20109: Escape simple quotes in values returned by enum convertors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/98e10a69741a37d12ec62cabca6e58f480ab9ce9"><code>98e10a6</code></a> HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c96d178705fa4001520346d127ca9ca055e6604"><code>4c96d17</code></a> Include downloaded JARs in GitHub cache for the Gradle Cache</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/501302131b187d035fbd9bf827c818d2e68bf765"><code>5013021</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.3...7.2.4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents afcbced + 2fd2e75 commit a493d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
118118

119119
<!-- JPA deps -->
120-
<hibernate.version>7.2.3.Final</hibernate.version>
120+
<hibernate.version>7.2.4.Final</hibernate.version>
121121
<hibernate.validator.version>9.1.0.Final</hibernate.validator.version>
122122
<eclipselink.version>5.0.0-B13</eclipselink.version>
123123
<jpa.version>3.2.0</jpa.version>

0 commit comments

Comments
 (0)