Skip to content

Build(deps): Bump hibernate.version from 7.2.6.Final to 7.3.0.Final#1646

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/hibernate.version-7.3.0.Final
Open

Build(deps): Bump hibernate.version from 7.2.6.Final to 7.3.0.Final#1646
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/hibernate.version-7.3.0.Final

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2026

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

Release notes

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

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

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.CR2

Hibernate ORM 7.3.0.CR2 released

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

You can find the full list of 7.3.0.CR2 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.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 * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when @​Converters are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: @​Delete methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references

** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups

** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables

Changes in 7.3.0.CR2 (February 03, 2026)

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

** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 @​ElementCollection mapping should respect @​JoinColumn(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections

** Improvement

... (truncated)

Commits
  • a61e69f [Jenkins release job] Preparing release 7.3.0.Final
  • db275bd [Jenkins release job] changelog.txt updated by release build 7.3.0.Final
  • df7b401 HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...
  • ad40895 HHH-20253 Spotless apply
  • ddb0eaa HHH-20253 Unit test
  • 4b2f3a7 HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...
  • 4c9e50b HHH-20229 Fix logging failure
  • 1886ee4 HHH-20229 Add reproducer test for EntityPrinter failure with @​AnyKeyJavaClass...
  • 58eaac7 HHH-20224 Test and fix class cast exception when accessing cached association...
  • aa13565 Prep 7.3 release
  • Additional commits viewable in compare view

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

Release notes

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

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

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.CR2

Hibernate ORM 7.3.0.CR2 released

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

You can find the full list of 7.3.0.CR2 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.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 * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when @​Converters are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: @​Delete methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references

** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups

** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables

Changes in 7.3.0.CR2 (February 03, 2026)

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

** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 @​ElementCollection mapping should respect @​JoinColumn(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections

** Improvement

... (truncated)

Commits
  • a61e69f [Jenkins release job] Preparing release 7.3.0.Final
  • db275bd [Jenkins release job] changelog.txt updated by release build 7.3.0.Final
  • df7b401 HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...
  • ad40895 HHH-20253 Spotless apply
  • ddb0eaa HHH-20253 Unit test
  • 4b2f3a7 HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...
  • 4c9e50b HHH-20229 Fix logging failure
  • 1886ee4 HHH-20229 Add reproducer test for EntityPrinter failure with @​AnyKeyJavaClass...
  • 58eaac7 HHH-20224 Test and fix class cast exception when accessing cached association...
  • aa13565 Prep 7.3 release
  • Additional commits viewable in compare view

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

Release notes

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

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

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.CR2

Hibernate ORM 7.3.0.CR2 released

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

You can find the full list of 7.3.0.CR2 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.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 * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when @​Converters are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: @​Delete methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references

** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups

** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables

Changes in 7.3.0.CR2 (February 03, 2026)

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

** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 @​ElementCollection mapping should respect @​JoinColumn(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections

** Improvement

... (truncated)

Commits
  • a61e69f [Jenkins release job] Preparing release 7.3.0.Final
  • db275bd [Jenkins release job] changelog.txt updated by release build 7.3.0.Final
  • df7b401 HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...
  • ad40895 HHH-20253 Spotless apply
  • ddb0eaa HHH-20253 Unit test
  • 4b2f3a7 HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...
  • 4c9e50b HHH-20229 Fix logging failure
  • 1886ee4 HHH-20229 Add reproducer test for EntityPrinter failure with @​AnyKeyJavaClass...
  • 58eaac7 HHH-20224 Test and fix class cast exception when accessing cached association...
  • aa13565 Prep 7.3 release
  • Additional commits viewable in compare view

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

Release notes

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

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

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.CR2

Hibernate ORM 7.3.0.CR2 released

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

You can find the full list of 7.3.0.CR2 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.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 * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when @​Converters are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: @​Delete methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references

** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups

** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables

Changes in 7.3.0.CR2 (February 03, 2026)

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

** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 @​ElementCollection mapping should respect @​JoinColumn(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections

** Improvement

... (truncated)

Commits
  • a61e69f [Jenkins release job] Preparing release 7.3.0.Final
  • db275bd [Jenkins release job] changelog.txt updated by release build 7.3.0.Final
  • df7b401 HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...
  • ad40895 HHH-20253 Spotless apply
  • ddb0eaa HHH-20253 Unit test
  • 4b2f3a7 HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...
  • 4c9e50b HHH-20229 Fix logging failure
  • 1886ee4 HHH-20229 Add reproducer test for EntityPrinter failure with @​AnyKeyJavaClass...
  • 58eaac7 HHH-20224 Test and fix class cast exception when accessing cached association...
  • aa13565 Prep 7.3 release
  • Additional commits viewable in compare view

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

Release notes

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

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

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.CR2

Hibernate ORM 7.3.0.CR2 released

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

You can find the full list of 7.3.0.CR2 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.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 * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when @​Converters are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: @​Delete methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references

** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups

** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables

Changes in 7.3.0.CR2 (February 03, 2026)

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

** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 @​ElementCollection mapping should respect @​JoinColumn(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections

** Improvement

... (truncated)

Commits
  • a61e69f [Jenkins release job] Preparing release 7.3.0.Final
  • db275bd [Jenkins release job] changelog.txt updated by release build 7.3.0.Final
  • df7b401 HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...
  • ad40895 HHH-20253 Spotless apply
  • ddb0eaa HHH-20253 Unit test
  • 4b2f3a7 HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...
  • 4c9e50b HHH-20229 Fix logging failure
  • 1886ee4 HHH-20229 Add reproducer test for EntityPrinter failure with @​AnyKeyJavaClass...
  • 58eaac7 HHH-20224 Test and fix class cast exception when accessing cached association...
  • aa13565 Prep 7.3 release
  • 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.0.Final.

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.3.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.3.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-scan-jandex
  dependency-version: 7.3.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.3.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm:hibernate-c3p0
  dependency-version: 7.3.0.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 Mar 17, 2026
@github-actions github-actions bot enabled auto-merge March 17, 2026 05:49
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.

0 participants