Skip to content

Bump hibernate.version from 7.0.0.Beta1 to 7.0.0.CR1 #1108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: querydsl-7.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps hibernate.version from 7.0.0.Beta1 to 7.0.0.CR1.
Updates org.hibernate.orm:hibernate-core from 7.0.0.Beta1 to 7.0.0.CR1

Release notes

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

Hibernate ORM 7.0.0.CR1 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR1.

You can find the full list of 7.0.0.CR1 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 from version 6.6 to 7.0.

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.

Hibernate ORM 7.0.0.Beta5 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta5.

You can find the full list of 7.0.0.Beta5 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

... (truncated)

Changelog

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

Changes in 7.0.0.CR1 (April 24, 2025)

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

** Bug * [HHH-19375] - fix check for presence of Quarkus in reactive case * [HHH-19374] - repositories should always be @​Dependent * [HHH-19345] - EntityManager#remove checks for entity state are too strict * [HHH-19334] - CCE arising from tuple passed to HQL position() function * [HHH-19330] - Error in lockstring generation in PostgreSQL * [HHH-19320] - Assigned id value is not passed into BeforeExecutionGenerator#generate() method when allowAssignedIdentifiers() is true and id has been assigned * [HHH-19318] - follow-on locking and StatelessSession * [HHH-19314] - StackOverflowException when using onConflict with createCriteriaInsertValues and createCriteriaInsertSelect * [HHH-19306] - Composite generator may not respect the event types of generators it consits of * [HHH-19301] - Must import FQCN when generating metamodel class for inner Jakarta Data repository interface * [HHH-19291] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible with named parameters * [HHH-19280] - ResourceRegistryStandardImpl#close(java.sql.Statement) is called on already closed statements * [HHH-19279] - @​Basic not implicit optional * [HHH-19248] - Return of deleted entities doesn't work with naturalid multiloading * [HHH-19208] - Javadoc of org.hibernate.cfg.QuerySettings.QUERY_PLAN_CACHE_ENABLED mentions that the query plan cache is disabled by default, but it is enabled by default * [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-18991] - Restrictions should use JDBC parameters * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks * [HHH-9127] - L2 cache stores stale data when an entity is locked with OPTIMISTIC_FORCE_INCREMENT lock type

** Deprecation * [HHH-19357] - deprecate hibernate.discard_pc_on_close

** Improvement * [HHH-19378] - find by multiple ids with EntityGraph * [HHH-19364] - Introduce QuerySpecification * [HHH-19358] - Add a "What's New" document for series * [HHH-19352] - move legacy LimitHandlers to community dialects module * [HHH-19350] - SessionBuilder exposes SPI types * [HHH-19349] - rework ImmutableEntityUpdateQueryHandlingMode and immutable_entity_update_query_handling_mode * [HHH-19340] - Make TypedParameterValue a record * [HHH-19325] - Upgrade to Jandex 3.3.0 * [HHH-19317] - Mark org.hibernate.boot.models as incubating * [HHH-19300] - more ConstraintKinds * [HHH-19286] - Ignoring auto-applied conversions on special mappings * [HHH-19284] - Extract Duplicated Vector Function Registration Logic * [HHH-19278] - fixes to logic in MultiIdEntityLoaders * [HHH-19096] - Adjust SelectionQuery#setEntityGraph(..) to accept entity graphs of supertypes * [HHH-19001] - Map ConstraintType to UNIQUE on ConstraintViolationException * [HHH-18896] - Use binary_float/binary_double on Oracle for Java float/double * [HHH-18008] - Ability to clear persistence context for a specific type

... (truncated)

Commits
  • d01714d Pre-steps for release : 7.0.0.CR1
  • ee03e0d HHH-19341 Align env variable names to match the release scripts
  • c926268 prep for 7.0 CR1
  • e8c392b HHH-19280 ResourceRegistryStandardImpl#close(java.sql.Statement) is called on...
  • a9fbad8 HHH-19280 Add test for issue
  • 17c6a8f HHH-19317 - Mark org.hibernate.boot.models as incubating
  • ec026fc HHH-19341 Add JReleaser config for publishing to Maven Central (OSSRH)
  • 138e2b5 prep 7.0 CR1
  • 42c2061 prep 7.0 CR1
  • 825631a HHH-19364 final touches to jdoc before release
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.0.0.Beta1 to 7.0.0.CR1

Release notes

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

Hibernate ORM 7.0.0.CR1 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR1.

You can find the full list of 7.0.0.CR1 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 from version 6.6 to 7.0.

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.

Hibernate ORM 7.0.0.Beta5 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta5.

You can find the full list of 7.0.0.Beta5 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

... (truncated)

Changelog

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

Changes in 7.0.0.CR1 (April 24, 2025)

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

** Bug * [HHH-19375] - fix check for presence of Quarkus in reactive case * [HHH-19374] - repositories should always be @​Dependent * [HHH-19345] - EntityManager#remove checks for entity state are too strict * [HHH-19334] - CCE arising from tuple passed to HQL position() function * [HHH-19330] - Error in lockstring generation in PostgreSQL * [HHH-19320] - Assigned id value is not passed into BeforeExecutionGenerator#generate() method when allowAssignedIdentifiers() is true and id has been assigned * [HHH-19318] - follow-on locking and StatelessSession * [HHH-19314] - StackOverflowException when using onConflict with createCriteriaInsertValues and createCriteriaInsertSelect * [HHH-19306] - Composite generator may not respect the event types of generators it consits of * [HHH-19301] - Must import FQCN when generating metamodel class for inner Jakarta Data repository interface * [HHH-19291] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible with named parameters * [HHH-19280] - ResourceRegistryStandardImpl#close(java.sql.Statement) is called on already closed statements * [HHH-19279] - @​Basic not implicit optional * [HHH-19248] - Return of deleted entities doesn't work with naturalid multiloading * [HHH-19208] - Javadoc of org.hibernate.cfg.QuerySettings.QUERY_PLAN_CACHE_ENABLED mentions that the query plan cache is disabled by default, but it is enabled by default * [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-18991] - Restrictions should use JDBC parameters * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks * [HHH-9127] - L2 cache stores stale data when an entity is locked with OPTIMISTIC_FORCE_INCREMENT lock type

** Deprecation * [HHH-19357] - deprecate hibernate.discard_pc_on_close

** Improvement * [HHH-19378] - find by multiple ids with EntityGraph * [HHH-19364] - Introduce QuerySpecification * [HHH-19358] - Add a "What's New" document for series * [HHH-19352] - move legacy LimitHandlers to community dialects module * [HHH-19350] - SessionBuilder exposes SPI types * [HHH-19349] - rework ImmutableEntityUpdateQueryHandlingMode and immutable_entity_update_query_handling_mode * [HHH-19340] - Make TypedParameterValue a record * [HHH-19325] - Upgrade to Jandex 3.3.0 * [HHH-19317] - Mark org.hibernate.boot.models as incubating * [HHH-19300] - more ConstraintKinds * [HHH-19286] - Ignoring auto-applied conversions on special mappings * [HHH-19284] - Extract Duplicated Vector Function Registration Logic * [HHH-19278] - fixes to logic in MultiIdEntityLoaders * [HHH-19096] - Adjust SelectionQuery#setEntityGraph(..) to accept entity graphs of supertypes * [HHH-19001] - Map ConstraintType to UNIQUE on ConstraintViolationException * [HHH-18896] - Use binary_float/binary_double on Oracle for Java float/double * [HHH-18008] - Ability to clear persistence context for a specific type

... (truncated)

Commits
  • d01714d Pre-steps for release : 7.0.0.CR1
  • ee03e0d HHH-19341 Align env variable names to match the release scripts
  • c926268 prep for 7.0 CR1
  • e8c392b HHH-19280 ResourceRegistryStandardImpl#close(java.sql.Statement) is called on...
  • a9fbad8 HHH-19280 Add test for issue
  • 17c6a8f HHH-19317 - Mark org.hibernate.boot.models as incubating
  • ec026fc HHH-19341 Add JReleaser config for publishing to Maven Central (OSSRH)
  • 138e2b5 prep 7.0 CR1
  • 42c2061 prep 7.0 CR1
  • 825631a HHH-19364 final touches to jdoc before release
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.0.0.Beta1 to 7.0.0.CR1

Release notes

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

Hibernate ORM 7.0.0.CR1 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR1.

You can find the full list of 7.0.0.CR1 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 from version 6.6 to 7.0.

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.

Hibernate ORM 7.0.0.Beta5 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta5.

You can find the full list of 7.0.0.Beta5 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

... (truncated)

Changelog

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

Changes in 7.0.0.CR1 (April 24, 2025)

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

** Bug * [HHH-19375] - fix check for presence of Quarkus in reactive case * [HHH-19374] - repositories should always be @​Dependent * [HHH-19345] - EntityManager#remove checks for entity state are too strict * [HHH-19334] - CCE arising from tuple passed to HQL position() function * [HHH-19330] - Error in lockstring generation in PostgreSQL * [HHH-19320] - Assigned id value is not passed into BeforeExecutionGenerator#generate() method when allowAssignedIdentifiers() is true and id has been assigned * [HHH-19318] - follow-on locking and StatelessSession * [HHH-19314] - StackOverflowException when using onConflict with createCriteriaInsertValues and createCriteriaInsertSelect * [HHH-19306] - Composite generator may not respect the event types of generators it consits of * [HHH-19301] - Must import FQCN when generating metamodel class for inner Jakarta Data repository interface * [HHH-19291] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible with named parameters * [HHH-19280] - ResourceRegistryStandardImpl#close(java.sql.Statement) is called on already closed statements * [HHH-19279] - @​Basic not implicit optional * [HHH-19248] - Return of deleted entities doesn't work with naturalid multiloading * [HHH-19208] - Javadoc of org.hibernate.cfg.QuerySettings.QUERY_PLAN_CACHE_ENABLED mentions that the query plan cache is disabled by default, but it is enabled by default * [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-18991] - Restrictions should use JDBC parameters * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks * [HHH-9127] - L2 cache stores stale data when an entity is locked with OPTIMISTIC_FORCE_INCREMENT lock type

** Deprecation * [HHH-19357] - deprecate hibernate.discard_pc_on_close

** Improvement * [HHH-19378] - find by multiple ids with EntityGraph * [HHH-19364] - Introduce QuerySpecification * [HHH-19358] - Add a "What's New" document for series * [HHH-19352] - move legacy LimitHandlers to community dialects module * [HHH-19350] - SessionBuilder exposes SPI types * [HHH-19349] - rework ImmutableEntityUpdateQueryHandlingMode and immutable_entity_update_query_handling_mode * [HHH-19340] - Make TypedParameterValue a record * [HHH-19325] - Upgrade to Jandex 3.3.0 * [HHH-19317] - Mark org.hibernate.boot.models as incubating * [HHH-19300] - more ConstraintKinds * [HHH-19286] - Ignoring auto-applied conversions on special mappings * [HHH-19284] - Extract Duplicated Vector Function Registration Logic * [HHH-19278] - fixes to logic in MultiIdEntityLoaders * [HHH-19096] - Adjust SelectionQuery#setEntityGraph(..) to accept entity graphs of supertypes * [HHH-19001] - Map ConstraintType to UNIQUE on ConstraintViolationException * [HHH-18896] - Use binary_float/binary_double on Oracle for Java float/double * [HHH-18008] - Ability to clear persistence context for a specific type

... (truncated)

Commits
  • d01714d Pre-steps for release : 7.0.0.CR1
  • ee03e0d HHH-19341 Align env variable names to match the release scripts
  • c926268 prep for 7.0 CR1
  • e8c392b HHH-19280 ResourceRegistryStandardImpl#close(java.sql.Statement) is called on...
  • a9fbad8 HHH-19280 Add test for issue
  • 17c6a8f HHH-19317 - Mark org.hibernate.boot.models as incubating
  • ec026fc HHH-19341 Add JReleaser config for publishing to Maven Central (OSSRH)
  • 138e2b5 prep 7.0 CR1
  • 42c2061 prep 7.0 CR1
  • 825631a HHH-19364 final touches to jdoc before release
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-c3p0 from 7.0.0.Beta1 to 7.0.0.CR1

Release notes

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

Hibernate ORM 7.0.0.CR1 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR1.

You can find the full list of 7.0.0.CR1 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 from version 6.6 to 7.0.

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.

Hibernate ORM 7.0.0.Beta5 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta5.

You can find the full list of 7.0.0.Beta5 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

... (truncated)

Changelog

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

Changes in 7.0.0.CR1 (April 24, 2025)

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

** Bug * [HHH-19375] - fix check for presence of Quarkus in reactive case * [HHH-19374] - repositories should always be @​Dependent * [HHH-19345] - EntityManager#remove checks for entity state are too strict * [HHH-19334] - CCE arising from tuple passed to HQL position() function * [HHH-19330] - Error in lockstring generation in PostgreSQL * [HHH-19320] - Assigned id value is not passed into BeforeExecutionGenerator#generate() method when allowAssignedIdentifiers() is true and id has been assigned * [HHH-19318] - follow-on locking and StatelessSession * [HHH-19314] - StackOverflowException when using onConflict with createCriteriaInsertValues and createCriteriaInsertSelect * [HHH-19306] - Composite generator may not respect the event types of generators it consits of * [HHH-19301] - Must import FQCN when generating metamodel class for inner Jakarta Data repository interface * [HHH-19291] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible with named parameters * [HHH-19280] - ResourceRegistryStandardImpl#close(java.sql.Statement) is called on already closed statements * [HHH-19279] - @​Basic not implicit optional * [HHH-19248] - Return of deleted entities doesn't work with naturalid multiloading * [HHH-19208] - Javadoc of org.hibernate.cfg.QuerySettings.QUERY_PLAN_CACHE_ENABLED mentions that the query plan cache is disabled by default, but it is enabled by default * [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-18991] - Restrictions should use JDBC parameters * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks * [HHH-9127] - L2 cache stores stale data when an entity is locked with OPTIMISTIC_FORCE_INCREMENT lock type

** Deprecation * [HHH-19357] - deprecate hibernate.discard_pc_on_close

** Improvement * [HHH-19378] - find by multiple ids with EntityGraph * [HHH-19364] - Introduce QuerySpecification * [HHH-19358] - Add a "What's New" document for series * [HHH-19352] - move legacy LimitHandlers to community dialects module * [HHH-19350] - SessionBuilder exposes SPI types * [HHH-19349] - rework ImmutableEntityUpdateQueryHandlingMode and immutable_entity_update_query_handling_mode * [HHH-19340] - Make TypedParameterValue a record * [HHH-19325] - Upgrade to Jandex 3.3.0 * [HHH-19317] - Mark org.hibernate.boot.models as incubating * [HHH-19300] - more ConstraintKinds * [HHH-19286] - Ignoring auto-applied conversions on special mappings * [HHH-19284] - Extract Duplicated Vector Function Registration Logic * [HHH-19278] - fixes to logic in MultiIdEntityLoaders * [HHH-19096] - Adjust SelectionQuery#setEntityGraph(..) to accept entity graphs of supertypes * [HHH-19001] - Map ConstraintType to UNIQUE on ConstraintViolationException * [HHH-18896] - Use binary_float/binary_double on Oracle for Java float/double * [HHH-18008] - Ability to clear persistence context for a specific type

... (truncated)

Commits
  • d01714d Pre-steps for release : 7.0.0.CR1
  • ee03e0d HHH-19341 Align env variable names to match the release scripts
  • c926268 prep for 7.0 CR1
  • e8c392b HHH-19280 ResourceRegistryStandardImpl#close(java.sql.Statement) is called on...
  • a9fbad8 HHH-19280 Add test for issue
  • 17c6a8f HHH-19317 - Mark org.hibernate.boot.models as incubating
  • ec026fc HHH-19341 Add JReleaser config for publishing to Maven Central (OSSRH)
  • 138e2b5 prep 7.0 CR1
  • 42c2061 prep 7.0 CR1
  • 825631a HHH-19364 final touches to jdoc before 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 25, 2025
Bumps `hibernate.version` from 7.0.0.Beta1 to 7.0.0.CR1.

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

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

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

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.0.0.CR1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.0.0.CR1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.0.0.CR1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-c3p0
  dependency-version: 7.0.0.CR1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/querydsl-7.0/hibernate.version-7.0.0.CR1 branch from a861f33 to a7160fe Compare May 5, 2025 13:29
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