Skip to content

Build(deps): Bump hibernate.version from 7.2.6.Final to 7.3.1.Final#1685

Merged
github-actions[bot] merged 5 commits intomasterfrom
dependabot/maven/master/hibernate.version-7.3.1.Final
Apr 13, 2026
Merged

Build(deps): Bump hibernate.version from 7.2.6.Final to 7.3.1.Final#1685
github-actions[bot] merged 5 commits intomasterfrom
dependabot/maven/master/hibernate.version-7.3.1.Final

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps hibernate.version from 7.2.6.Final to 7.3.1.Final.
Updates org.hibernate.orm:hibernate-core from 7.2.6.Final to 7.3.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

You can find the full list of 7.3.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

You can find the full list of 7.3.0.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 7.3.1.Final (April 10, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38285

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/37673

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.2.6.Final to 7.3.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-envers's releases.

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

You can find the full list of 7.3.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

You can find the full list of 7.3.0.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-envers's changelog.

Changes in 7.3.1.Final (April 10, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38285

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/37673

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-scan-jandex from 7.2.6.Final to 7.3.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-scan-jandex's releases.

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

You can find the full list of 7.3.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

You can find the full list of 7.3.0.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-scan-jandex's changelog.

Changes in 7.3.1.Final (April 10, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38285

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/37673

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.2.6.Final to 7.3.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-community-dialects's releases.

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

You can find the full list of 7.3.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

You can find the full list of 7.3.0.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.

Changes in 7.3.1.Final (April 10, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38285

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/37673

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-c3p0 from 7.2.6.Final to 7.3.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-c3p0's releases.

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

You can find the full list of 7.3.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

You can find the full list of 7.3.0.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-c3p0's changelog.

Changes in 7.3.1.Final (April 10, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38285

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/37673

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

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 commands and options

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)

Bumps `hibernate.version` from 7.2.6.Final to 7.3.1.Final.

Updates `org.hibernate.orm:hibernate-core` from 7.2.6.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.2.6...7.3.1)

Updates `org.hibernate.orm:hibernate-envers` from 7.2.6.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.2.6...7.3.1)

Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.2.6.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.2.6...7.3.1)

Updates `org.hibernate.orm:hibernate-community-dialects` from 7.2.6.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.2.6...7.3.1)

Updates `org.hibernate.orm:hibernate-c3p0` from 7.2.6.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.2.6...7.3.1)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.3.1.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-scan-jandex
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-c3p0
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 13, 2026
@github-actions github-actions bot enabled auto-merge April 13, 2026 05:38
velo added 4 commits April 13, 2026 08:22
…ling

Signed-off-by: Marvin Froeder <velo.br@gmail.com>
…andling

Signed-off-by: Marvin Froeder <velo.br@gmail.com>
…ubquery limit/offset

Signed-off-by: Marvin Froeder <velo.br@gmail.com>
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
@github-actions github-actions bot merged commit d573ba8 into master Apr 13, 2026
4 checks passed
@github-actions github-actions bot deleted the dependabot/maven/master/hibernate.version-7.3.1.Final branch April 13, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant