Skip to content
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

Bump hibernate-version from 4.1.7.Final to 5.2.18.Final #541

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2020

Bumps hibernate-version from 4.1.7.Final to 5.2.18.Final.
Updates hibernate-core from 4.1.7.Final to 5.2.18.Final

Release notes

Sourced from hibernate-core's releases.

Hibernate ORM 5.2.0

5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done.

Many of the changes in 5.2.0 have important ramifications in terms of both usage and extension. Be sure to read the 5.2 Migration Guide for details.

Below is a discussion of the major changes.

Java 8 baseline

5.2 moves to Java 8 as its baseline. This means:

  • The hibernate-java8 module has been removed, and that functionality has been moved into hibernate-core.
  • Native support for Java 8 date/time types as Query parameters.
  • Support for streaming (java.util.stream.Stream) query results.
  • Support for java.util.Optional as return from methods that may return null.
  • Leveraging Java 8 "default methods" when introducing new methods to extension points.

Consolidating JPA support into hibernate-core.

That effectively means that the hibernate-entitymanager module no longer exists. Its functionality being consumed into hibernate-core.

JCache support

Support for using any JCache-compliant cache impl as a second-level caching provider.

Session-level batch size support

Support has been added for specifying a batch size for write operations per Session.

5th bug-fix release for 5.0

The 5th bug-fix release for Hibernate ORM 5.0. This release and the upcoming 5.0.6 release have been done on an accelerated time-box of 2 weeks (from the normal 4 weeks for bug-fix releases) due to US holidays.

The complete list of changes can be found here (or here for people without a Hibernate Jira account).

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Fourth bug-fix release for 5.0

The fourth bug-fix release for Hibernate ORM 5.0

There are 52 issues resolved in this release. 20 of those came out of the recent Jira cleanup. Initially that initiative pulled in roughly 750 issues. To date, 66 of those have been resolved - fixed or verified as out-of-date, unable-to-reproduce, etc. An additional 14 have been more properly reclassified as feature or enhancement requests rather than bugs. The really cool part is the amount of community help we have gotten in making that happen! Thanks to everyone responding, verifying and even fixing alot of these bugs!

The complete list of changes can be found here. People without a Hibernate Jira account will not be able to access the previous link and can access the changelog in GitHub; the issue I reported with Atlassian has been resolved and is ready for deployment into our hosted environment, I just do not know when that will happen.

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Third bug-fix release for 5.0

http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/

... (truncated)

Changelog

Sourced from hibernate-core's changelog.

Changes in 5.2.18.Final (November 16, 2018)

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

** Bug * [HHH-9403] - AssertionFailure: Fail to process type argument in a generic declaration * [HHH-10435] - ClassLoaderServiceImpl is getting a Permission check failed "createClassLoader" when run under Java security manager * [HHH-11209] - NullPointerException in EntityType.replace() with a PersistentBag * [HHH-11859] - Class annotated with @Audited (withModifiedFlag = true) is giving error when executing update. * [HHH-11979] - Invalid SQL when force increment version of inherited entity * [HHH-12011] - Field annotated with target TYPE_USE break metamodel generation * [HHH-12090] - PropertyAccessBuildingException: Could not locate setter for property named XXX for Java 8 default methods * [HHH-12199] - Static fields should be ignored when resolving property type via reflection * [HHH-12200] - Docs mention outdated APIs * [HHH-12257] - Refreshing an entity clears the lock mode returned from EntityManager.getLockMode * [HHH-12353] - Document that Session.getReference not always returns a T * [HHH-12362] - Allow both SQL query hints and comments * [HHH-12423] - SecondaryTable is not taking into account the schema while mapping the entity * [HHH-12470] - Batching statements fails for delete * [HHH-12508] - SessionFactoryOptions#isSecondLevelCacheEnabled returns true by default with NoCachingRegionFactory * [HHH-12517] - Incorrect method references in @deprecated elements of the Query javadoc * [HHH-12534] - SAP HANA dialects use unqualified dummy table in queries * [HHH-12535] - SAP HANA dialect doesn't support circular cascade delete constraints * [HHH-12539] - NPE in AbstractPropertyMapping.getCommonPersistentClass when creating UnionSubclassEntityPersister for dynamic-map * [HHH-12546] - locate function doesn't work on SAP HANA * [HHH-12561] - bulk_id_strategy does not work with globally_quoted_identifiers * [HHH-12569] - Referential integrity violation on insert when using @OneToOne with @JoinColumn with hibernate.order_inserts=true * [HHH-12581] - NPE for Criteria query containing fetch join as a regression of HHH-12338 * [HHH-12584] - Bytebuddy ReflectionOptimizer does not work with abstract class * [HHH-12592] - Merge of detached, enhanced entity with orphanRemoval = true collection fails since 5.2.13 * [HHH-12594] - Using property "hibernate.default_batch_fetch_size" crashes bootstrapping * [HHH-12612] - TYPE_USE annotated collections and elements fail metamodel generation. * [HHH-12621] - Thread-unsafe behavior of Query Spaces in Named Queries * [HHH-12631] - Fix invalid tracev calls in DefaultResolveNaturalIdEventListener * [HHH-12633] - ClassCastException when updating lazy loaded bytecode enhanced byte[] * [HHH-12634] - Make EntityPrinter more permissive regarding the parameters passed * [HHH-12660] - Missing verb in reference documentation * [HHH-12665] - Add to 5.2 migration guide: hibernate.allow_update_outside_transaction=true to restore 5.1 behavior allowing updates without a transaction * [HHH-12687] - ManyToOne associations in embeddable collection elements and composite IDs are always eagerly loaded * [HHH-12691] - Code block is broken in documentation about AUTO flushing * [HHH-12697] - Headings problem in Hibernate Documentation 5.3.1 - Proxool configuration * [HHH-12698] - Headings problem in Hibernate Documentation 5.3.1 - Transation Patterns * [HHH-12715] - Error in documentation sample code about JPQL and HQL * [HHH-12738] - Session/EntityManager is closed in ForeignGenerator (JTA setup) * [HHH-12739] - CLONE - AssertionFailure: Fail to process type argument in a generic declaration * [HHH-12740] - Subselect fetching doesn't work when multiLoad was used * [HHH-12767] - Fix tests failing on Oracle * [HHH-12798] - Nested spatial functions are not rendered correctly on SAP HANA * [HHH-12802] - Hibernate does not throw an exception when more than one entity is loaded with the same ID * [HHH-12906] - Statistics.getCollectionRoleNames() reports incorrect value

... (truncated)

Commits
  • 7c3249c 5.2.18.Final
  • 638a181 HHH-11209 : Log a DEBUG message if collection with queued operations is detac...
  • ed16442 Exclude the build directories from the files pushed to SourceForge
  • dbfc05d Exclude the bin directories from the files pushed to SourceForge
  • e9deae3 HHH-12964 - Upgrade to dom4j 2.1.1
  • e41b6b2 HHH-11209 : Fix checkstyle error
  • 9105b36 HHH-11209 : Log a DEBUG message if collection with queued operations is detac...
  • 4486fa5 HHH-11209 : Added test case for testing debug logging when collection is deta...
  • 0c1ca11 HHH-11209 : Test cases
  • 18ed6d9 HHH-12906 Add tests
  • Additional commits viewable in compare view

Updates hibernate-entitymanager from 4.1.7.Final to 5.2.18.Final

Release notes

Sourced from hibernate-entitymanager's releases.

Hibernate ORM 5.2.0

5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done.

Many of the changes in 5.2.0 have important ramifications in terms of both usage and extension. Be sure to read the 5.2 Migration Guide for details.

Below is a discussion of the major changes.

Java 8 baseline

5.2 moves to Java 8 as its baseline. This means:

  • The hibernate-java8 module has been removed, and that functionality has been moved into hibernate-core.
  • Native support for Java 8 date/time types as Query parameters.
  • Support for streaming (java.util.stream.Stream) query results.
  • Support for java.util.Optional as return from methods that may return null.
  • Leveraging Java 8 "default methods" when introducing new methods to extension points.

Consolidating JPA support into hibernate-core.

That effectively means that the hibernate-entitymanager module no longer exists. Its functionality being consumed into hibernate-core.

JCache support

Support for using any JCache-compliant cache impl as a second-level caching provider.

Session-level batch size support

Support has been added for specifying a batch size for write operations per Session.

5th bug-fix release for 5.0

The 5th bug-fix release for Hibernate ORM 5.0. This release and the upcoming 5.0.6 release have been done on an accelerated time-box of 2 weeks (from the normal 4 weeks for bug-fix releases) due to US holidays.

The complete list of changes can be found here (or here for people without a Hibernate Jira account).

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Fourth bug-fix release for 5.0

The fourth bug-fix release for Hibernate ORM 5.0

There are 52 issues resolved in this release. 20 of those came out of the recent Jira cleanup. Initially that initiative pulled in roughly 750 issues. To date, 66 of those have been resolved - fixed or verified as out-of-date, unable-to-reproduce, etc. An additional 14 have been more properly reclassified as feature or enhancement requests rather than bugs. The really cool part is the amount of community help we have gotten in making that happen! Thanks to everyone responding, verifying and even fixing alot of these bugs!

The complete list of changes can be found here. People without a Hibernate Jira account will not be able to access the previous link and can access the changelog in GitHub; the issue I reported with Atlassian has been resolved and is ready for deployment into our hosted environment, I just do not know when that will happen.

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Third bug-fix release for 5.0

http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/

... (truncated)

Changelog

Sourced from hibernate-entitymanager's changelog.

Changes in 5.2.18.Final (November 16, 2018)

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

** Bug * [HHH-9403] - AssertionFailure: Fail to process type argument in a generic declaration * [HHH-10435] - ClassLoaderServiceImpl is getting a Permission check failed "createClassLoader" when run under Java security manager * [HHH-11209] - NullPointerException in EntityType.replace() with a PersistentBag * [HHH-11859] - Class annotated with @Audited (withModifiedFlag = true) is giving error when executing update. * [HHH-11979] - Invalid SQL when force increment version of inherited entity * [HHH-12011] - Field annotated with target TYPE_USE break metamodel generation * [HHH-12090] - PropertyAccessBuildingException: Could not locate setter for property named XXX for Java 8 default methods * [HHH-12199] - Static fields should be ignored when resolving property type via reflection * [HHH-12200] - Docs mention outdated APIs * [HHH-12257] - Refreshing an entity clears the lock mode returned from EntityManager.getLockMode * [HHH-12353] - Document that Session.getReference not always returns a T * [HHH-12362] - Allow both SQL query hints and comments * [HHH-12423] - SecondaryTable is not taking into account the schema while mapping the entity * [HHH-12470] - Batching statements fails for delete * [HHH-12508] - SessionFactoryOptions#isSecondLevelCacheEnabled returns true by default with NoCachingRegionFactory * [HHH-12517] - Incorrect method references in @deprecated elements of the Query javadoc * [HHH-12534] - SAP HANA dialects use unqualified dummy table in queries * [HHH-12535] - SAP HANA dialect doesn't support circular cascade delete constraints * [HHH-12539] - NPE in AbstractPropertyMapping.getCommonPersistentClass when creating UnionSubclassEntityPersister for dynamic-map * [HHH-12546] - locate function doesn't work on SAP HANA * [HHH-12561] - bulk_id_strategy does not work with globally_quoted_identifiers * [HHH-12569] - Referential integrity violation on insert when using @OneToOne with @JoinColumn with hibernate.order_inserts=true * [HHH-12581] - NPE for Criteria query containing fetch join as a regression of HHH-12338 * [HHH-12584] - Bytebuddy ReflectionOptimizer does not work with abstract class * [HHH-12592] - Merge of detached, enhanced entity with orphanRemoval = true collection fails since 5.2.13 * [HHH-12594] - Using property "hibernate.default_batch_fetch_size" crashes bootstrapping * [HHH-12612] - TYPE_USE annotated collections and elements fail metamodel generation. * [HHH-12621] - Thread-unsafe behavior of Query Spaces in Named Queries * [HHH-12631] - Fix invalid tracev calls in DefaultResolveNaturalIdEventListener * [HHH-12633] - ClassCastException when updating lazy loaded bytecode enhanced byte[] * [HHH-12634] - Make EntityPrinter more permissive regarding the parameters passed * [HHH-12660] - Missing verb in reference documentation * [HHH-12665] - Add to 5.2 migration guide: hibernate.allow_update_outside_transaction=true to restore 5.1 behavior allowing updates without a transaction * [HHH-12687] - ManyToOne associations in embeddable collection elements and composite IDs are always eagerly loaded * [HHH-12691] - Code block is broken in documentation about AUTO flushing * [HHH-12697] - Headings problem in Hibernate Documentation 5.3.1 - Proxool configuration * [HHH-12698] - Headings problem in Hibernate Documentation 5.3.1 - Transation Patterns * [HHH-12715] - Error in documentation sample code about JPQL and HQL * [HHH-12738] - Session/EntityManager is closed in ForeignGenerator (JTA setup) * [HHH-12739] - CLONE - AssertionFailure: Fail to process type argument in a generic declaration * [HHH-12740] - Subselect fetching doesn't work when multiLoad was used * [HHH-12767] - Fix tests failing on Oracle * [HHH-12798] - Nested spatial functions are not rendered correctly on SAP HANA * [HHH-12802] - Hibernate does not throw an exception when more than one entity is loaded with the same ID * [HHH-12906] - Statistics.getCollectionRoleNames() reports incorrect value

... (truncated)

Commits
  • 7c3249c 5.2.18.Final
  • 638a181 HHH-11209 : Log a DEBUG message if collection with queued operations is detac...
  • ed16442 Exclude the build directories from the files pushed to SourceForge
  • dbfc05d Exclude the bin directories from the files pushed to SourceForge
  • e9deae3 HHH-12964 - Upgrade to dom4j 2.1.1
  • e41b6b2 HHH-11209 : Fix checkstyle error
  • 9105b36 HHH-11209 : Log a DEBUG message if collection with queued operations is detac...
  • 4486fa5 HHH-11209 : Added test case for testing debug logging when collection is deta...
  • 0c1ca11 HHH-11209 : Test cases
  • 18ed6d9 HHH-12906 Add tests
  • Additional commits viewable in compare view

Updates hibernate-ehcache from 4.1.7.Final to 5.2.18.Final

Release notes

Sourced from hibernate-ehcache's releases.

Hibernate ORM 5.2.0

5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done.

Many of the changes in 5.2.0 have important ramifications in terms of both usage and extension. Be sure to read the 5.2 Migration Guide for details.

Below is a discussion of the major changes.

Java 8 baseline

5.2 moves to Java 8 as its baseline. This means:

  • The hibernate-java8 module has been removed, and that functionality has been moved into hibernate-core.
  • Native support for Java 8 date/time types as Query parameters.
  • Support for streaming (java.util.stream.Stream) query results.
  • Support for java.util.Optional as return from methods that may return null.
  • Leveraging Java 8 "default methods" when introducing new methods to extension points.

Consolidating JPA support into hibernate-core.

That effectively means that the hibernate-entitymanager module no longer exists. Its functionality being consumed into hibernate-core.

JCache support

Support for using any JCache-compliant cache impl as a second-level caching provider.

Session-level batch size support

Support has been added for specifying a batch size for write operations per Session.

5th bug-fix release for 5.0

The 5th bug-fix release for Hibernate ORM 5.0. This release and the upcoming 5.0.6 release have been done on an accelerated time-box of 2 weeks (from the normal 4 weeks for bug-fix releases) due to US holidays.

The complete list of changes can be found here (or here for people without a Hibernate Jira account).

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Fourth bug-fix release for 5.0

The fourth bug-fix release for Hibernate ORM 5.0

There are 52 issues resolved in this release. 20 of those came out of the recent Jira cleanup. Initially that initiative pulled in roughly 750 issues. To date, 66 of those have been resolved - fixed or verified as out-of-date, unable-to-reproduce, etc. An additional 14 have been more properly reclassified as feature or enhancement requests rather than bugs. The really cool part is the amount of community help we have gotten in making that happen! Thanks to everyone responding, verifying and even fixing alot of these bugs!

The complete list of changes can be found here. People without a Hibernate Jira account will not be able to access the previous link and can access the changelog in GitHub; the issue I reported with Atlassian has been resolved and is ready for deployment into our hosted environment, I just do not know when that will happen.

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Third bug-fix release for 5.0

http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/

... (truncated)

Changelog

Sourced from hibernate-ehcache's changelog.

Changes in 5.2.18.Final (November 16, 2018)

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

** Bug * [HHH-9403] - AssertionFailure: Fail to process type argument in a generic declaration * [HHH-10435] - ClassLoaderServiceImpl is getting a Permission check failed "createClassLoader" when run under Java security manager * [HHH-11209] - NullPointerException in EntityType.replace() with a PersistentBag * [HHH-11859] - Class annotated with @Audited (withModifiedFlag = true) is giving error when executing update. * [HHH-11979] - Invalid SQL when force increment version of inherited entity * [HHH-12011] - Field annotated with target TYPE_USE break metamodel generation * [HHH-12090] - PropertyAccessBuildingException: Could not locate setter for property named XXX for Java 8 default methods * [HHH-12199] - Static fields should be ignored when resolving property type via reflection * [HHH-12200] - Docs mention outdated APIs * [HHH-12257] - Refreshing an entity clears the lock mode returned from EntityManager.getLockMode * [HHH-12353] - Document that Session.getReference not always returns a T * [HHH-12362] - Allow both SQL query hints and comments * [HHH-12423] - SecondaryTable is not taking into account the schema while mapping the entity * [HHH-12470] - Batching statements fails for delete * [HHH-12508] - SessionFactoryOptions#isSecondLevelCacheEnabled returns true by default with NoCachingRegionFactory * [HHH-12517] - Incorrect method references in @deprecated elements of the Query javadoc * [HHH-12534] - SAP HANA dialects use unqualified dummy table in queries * [HHH-12535] - SAP HANA dialect doesn't support circular cascade delete constraints * [HHH-12539] - NPE in AbstractPropertyMapping.getCommonPersistentClass when creating UnionSubclassEntityPersister for dynamic-map * [HHH-12546] - locate function doesn't work on SAP HANA * [HHH-12561] - bulk_id_strategy does not work with globally_quoted_identifiers * [HHH-12569] - Referential integrity violation on insert when using @OneToOne with @JoinColumn with hibernate.order_inserts=true * [HHH-12581] - NPE for Criteria query containing fetch join as a regression of HHH-12338 * [HHH-12584] - Bytebuddy ReflectionOptimizer does not work with abstract class * [HHH-12592] - Merge of detached, enhanced entity with orphanRemoval = true collection fails since 5.2.13 * [HHH-12594] - Using property "hibernate.default_batch_fetch_size" crashes bootstrapping * [HHH-12612] - TYPE_USE annotated collections and elements fail metamodel generation. * [HHH-12621] - Thread-unsafe behavior of Query Spaces in Named Queries * [HHH-12631] - Fix invalid tracev calls in DefaultResolveNaturalIdEventListener * [HHH-12633] - ClassCastException when updating lazy loaded bytecode enhanced byte[] * [HHH-12634] - Make EntityPrinter more permissive regarding the parameters passed * [HHH-12660] - Missing verb in reference documentation * [HHH-12665] - Add to 5.2 migration guide: hibernate.allow_update_outside_transaction=true to restore 5.1 behavior allowing updates without a transaction * [HHH-12687] - ManyToOne associations in embeddable collection elements and composite IDs are always eagerly loaded * [HHH-12691] - Code block is broken in documentation about AUTO flushing * [HHH-12697] - Headings problem in Hibernate Documentation 5.3.1 - Proxool configuration * [HHH-12698] - Headings problem in Hibernate Documentation 5.3.1 - Transation Patterns * [HHH-12715] - Error in documentation sample code about JPQL and HQL * [HHH-12738] - Session/EntityManager is closed in ForeignGenerator (JTA setup) * [HHH-12739] - CLONE - AssertionFailure: Fail to process type argument in a generic declaration * [HHH-12740] - Subselect fetching doesn't work when multiLoad was used * [HHH-12767] - Fix tests failing on Oracle * [HHH-12798] - Nested spatial functions are not rendered correctly on SAP HANA * [HHH-12802] - Hibernate does not throw an exception when more than one entity is loaded with the same ID * [HHH-12906] - Statistics.getCollectionRoleNames() reports incorrect value

... (truncated)

Commits
  • 7c3249c 5.2.18.Final
  • 638a181 HHH-11209 : Log a DEBUG message if collection with queued operations is detac...
  • ed16442 Exclude the build directories from the files pushed to SourceForge
  • dbfc05d Exclude the bin directories from the files pushed to SourceForge
  • e9deae3 HHH-12964 - Upgrade to dom4j 2.1.1
  • e41b6b2 HHH-11209 : Fix checkstyle error
  • 9105b36 HHH-11209 : Log a DEBUG message if collection with queued operations is detac...
  • 4486fa5 HHH-11209 : Added test case for testing debug logging when collection is deta...
  • 0c1ca11 HHH-11209 : Test cases
  • 18ed6d9 HHH-12906 Add tests
  • 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 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 4.1.7.Final to 5.2.18.Final.

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

Updates `hibernate-entitymanager` from 4.1.7.Final to 5.2.18.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.2.18/changelog.txt)
- [Commits](hibernate/hibernate-orm@4.1.7.Final...5.2.18)

Updates `hibernate-ehcache` from 4.1.7.Final to 5.2.18.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.2.18/changelog.txt)
- [Commits](hibernate/hibernate-orm@4.1.7.Final...5.2.18)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2020
@pierrejego
Copy link
Member

Will be done in #554

@pierrejego pierrejego closed this Jul 20, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/master/hibernate-version-5.2.18.Final branch July 20, 2021 09:14
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.

1 participant