Skip to content

chore(deps): bump hibernate-version from 6.6.45.Final to 7.3.3.Final#1910

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hibernate-version-7.3.3.Final
Open

chore(deps): bump hibernate-version from 6.6.45.Final to 7.3.3.Final#1910
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hibernate-version-7.3.3.Final

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps hibernate-version from 6.6.45.Final to 7.3.3.Final.
Updates org.hibernate.orm:hibernate-core from 6.6.45.Final to 7.3.3.Final

Release notes

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

Release 7.3.3

Hibernate ORM 7.3.3.Final released

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

You can find the full list of 7.3.3.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.2

Hibernate ORM 7.3.2.Final released

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

You can find the full list of 7.3.2.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.3.Final (May 03, 2026)

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

** Bug * HHH-20356 NPE when mapping embedded property as @​MappedSuperclass * HHH-20302 Cannot use MAX with LocalDateTime and hibernate.type.java_time_use_direct_jdbc * HHH-20147 Hibernate fails to initialize when an entity with an IdClass has a singular attribute alongside join column * HHH-19020 NullPointerException in ClassPropertyHolder.addPropertyToMappedSuperclass()

Changes in 7.3.2.Final (April 20, 2026)

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

** Bug * HHH-20321 import.sql not executed when there are no @​Entity classes * HHH-20320 detached versioned entity parameter triggers auto-flush transient check * HHH-20317 Envers does not reflect @​DiscriminatorOptions for history entities * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails

** Task * HHH-20334 Upgrade to Log4j 2.25.4

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.

... (truncated)

Commits
  • ced445a [Jenkins release job] Preparing release 7.3.3.Final
  • b228574 [Jenkins release job] changelog.txt updated by release build 7.3.3.Final
  • a99ea83 HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingEx...
  • 6bf1b1e HHH-20356 HHH-19020 NPE in ClassPropertyHolder#addPropertyToMappedSuperclass ...
  • a769370 HHH-19020 Add test for issue
  • dd706a3 HHH-20356 Add test for issue
  • 8127d0c HHH-20302 Fix MAX/MIN on LocalDateTime and other java.time types when JAVA_TI...
  • 2576c14 HHH-20147: Allow IdClass on OneToOne relationships with defined JoinColumns
  • dd79207 Limit git history depth to 10 in Quarkus build
  • 196e6c5 Switch to oracle-actions and update action versions
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-c3p0 from 6.6.45.Final to 7.3.3.Final

Release notes

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

Release 7.3.3

Hibernate ORM 7.3.3.Final released

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

You can find the full list of 7.3.3.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.2

Hibernate ORM 7.3.2.Final released

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

You can find the full list of 7.3.2.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.3.Final (May 03, 2026)

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

** Bug * HHH-20356 NPE when mapping embedded property as @​MappedSuperclass * HHH-20302 Cannot use MAX with LocalDateTime and hibernate.type.java_time_use_direct_jdbc * HHH-20147 Hibernate fails to initialize when an entity with an IdClass has a singular attribute alongside join column * HHH-19020 NullPointerException in ClassPropertyHolder.addPropertyToMappedSuperclass()

Changes in 7.3.2.Final (April 20, 2026)

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

** Bug * HHH-20321 import.sql not executed when there are no @​Entity classes * HHH-20320 detached versioned entity parameter triggers auto-flush transient check * HHH-20317 Envers does not reflect @​DiscriminatorOptions for history entities * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails

** Task * HHH-20334 Upgrade to Log4j 2.25.4

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.

... (truncated)

Commits
  • ced445a [Jenkins release job] Preparing release 7.3.3.Final
  • b228574 [Jenkins release job] changelog.txt updated by release build 7.3.3.Final
  • a99ea83 HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingEx...
  • 6bf1b1e HHH-20356 HHH-19020 NPE in ClassPropertyHolder#addPropertyToMappedSuperclass ...
  • a769370 HHH-19020 Add test for issue
  • dd706a3 HHH-20356 Add test for issue
  • 8127d0c HHH-20302 Fix MAX/MIN on LocalDateTime and other java.time types when JAVA_TI...
  • 2576c14 HHH-20147: Allow IdClass on OneToOne relationships with defined JoinColumns
  • dd79207 Limit git history depth to 10 in Quarkus build
  • 196e6c5 Switch to oracle-actions and update action versions
  • 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 6.6.45.Final to 7.3.3.Final.

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

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.3.3.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.hibernate.orm:hibernate-c3p0
  dependency-version: 7.3.3.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 8, 2026

Labels

The following labels could not be found: maven. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 8, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants