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 io.hypersistence:hypersistence-utils-hibernate-62 from 3.5.2 to 3.7.6 in /backend #7818

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps io.hypersistence:hypersistence-utils-hibernate-62 from 3.5.2 to 3.7.6.

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-62's changelog.

Version 3.7.6 - June 04, 2024

Use Spring Data Range as an alternative to PostgreSQL range type #721

ListArrayType on Set entity attribute fails for EntityManager.merge operation #717

Version 3.7.5 - April 29, 2024

NullableCharacterType prevents Hibernate from escaping backslash properly #715

Version 3.7.4 - April 18, 2024

Make the JsonTypeDescriptor thread-safe #713

Equals method not found on abstract class #709

Version 3.7.3 - February 16, 2024

"java.lang.ClassCastException: class [Ljava.lang.String; cannot be cast to class [B" thrown when using multiLoad with Hibernate 6.4 #700

Version 3.7.2 - February 08, 2024

Expecting BasicPluralJavaType for array class [Ljava.util.UUID;, but got `com.vladmihalcea.hibernate.type.array.internal.UUIDArrayTypeDescriptor error with Hibernate 6.4 #698

Version 3.7.1 - January 30, 2024

Add support for Hibernate 6.4 #685

Remove hypersistence-utils-hibernate-5 module #693

Version 3.7.0 - December 18, 2023

Oracle Interval Type does not support negative intervals #682

Return original object if target and original are the same when merging #677

Add a hypersistence-utils-hibernate-63 module for Hibernate 6.3 #657

Version 3.6.1 - November 11, 2023

Export the testing mechanism #676

... (truncated)

Commits
  • edb55b4 [maven-release-plugin] prepare release hypersistence-utils-parent-3.7.6
  • d2497c0 Update changelog for the 3.7.6 release
  • c380553 Use Spring Data Range as an alternative to PostgreSQL range type #721
  • eade83b Bump com.fasterxml.jackson.core:jackson-databind
  • 60be483 ListArrayType on Set entity attribute fails for EntityManager.merge operation...
  • 7372cd7 Upgrade Guava versions
  • 6be7a9c Update README to include 6.5 and upgrade the Hibernate version for the hypers...
  • 312fb21 Bump version up
  • b53dba6 [maven-release-plugin] prepare for next development iteration
  • 887d8b7 [maven-release-plugin] prepare release hypersistence-utils-parent-3.7.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 Jun 16, 2024
@dependabot dependabot bot requested review from a team, mehansen, emyl3 and mpbrown and removed request for a team June 16, 2024 15:49
@emyl3
Copy link
Collaborator

emyl3 commented Jun 20, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch from 8a280c2 to 115b4e9 Compare June 20, 2024 15:36
@github-actions github-actions bot force-pushed the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch from 115b4e9 to b01cf53 Compare June 20, 2024 15:37
@emyl3 emyl3 closed this Jun 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.

@emyl3 emyl3 deleted the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch June 20, 2024 16:20
@emyl3 emyl3 restored the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch June 20, 2024 16:20
@dependabot dependabot bot deleted the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch June 20, 2024 16:20
@emyl3 emyl3 restored the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch June 20, 2024 16:20
@emyl3 emyl3 reopened this Jun 20, 2024
Copy link

sonarcloud bot commented Jun 20, 2024

Copy link

sonarcloud bot commented Jun 20, 2024

Copy link

sonarcloud bot commented Jun 20, 2024

Copy link
Collaborator

@emyl3 emyl3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested that AOE answers are saving correctly

@emyl3 emyl3 added this pull request to the merge queue Jun 20, 2024
github-merge-queue bot pushed a commit that referenced this pull request Jun 20, 2024
…7818)

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 20, 2024
@fzhao99 fzhao99 added this pull request to the merge queue Jun 20, 2024
Merged via the queue into main with commit 9f5c5c3 Jun 20, 2024
41 checks passed
@fzhao99 fzhao99 deleted the dependabot/gradle/backend/io.hypersistence-hypersistence-utils-hibernate-62-3.7.6 branch June 20, 2024 17:19
Copy link

sonarcloud bot commented Jun 20, 2024

shanice-skylight pushed a commit that referenced this pull request Jun 26, 2024
…7818)

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
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.

2 participants