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 the development-dependencies group with 2 updates #9856

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the development-dependencies group with 2 updates: org.testcontainers:testcontainers-bom and org.hibernate.orm:hibernate-core.

Updates org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.6.8.Final to 6.6.9.Final

Release notes

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

Hibernate ORM 6.6.9.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.9.Final.

You can find the full list of 6.6.9.Final changes here.

What's new

This release introduces a few minor improvements as well as bug fixes.

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.

Changelog

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

Changes in 6.6.9.Final (February 23, 2025)

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

** Bug * [HHH-19173] - PostgreSQLLegacySqlAstTranslator does not implement visitInArrayPredicates * [HHH-19169] - Entity hierarchy (and included embeddables) with inconsistent bytecode enhancement is unsupported, but isn't detected * [HHH-19168] - Re-enhancement of entities with different configuration may skip some enhancements * [HHH-19116] - Error when using fk() function on left joined many-to-one association and is null predicate * [HHH-19110] - Flush operation fails with "UnsupportedOperationException: compare() not implemented for EntityType" * [HHH-17151] - NPE when binding null parameter in native query with explicit TemporalType

Commits
  • c93425d Pre-steps for release : 6.6.9.Final
  • 7918367 HHH-17151 Resolve explicit temporal bind type for null values
  • 2f60027 HHH-17151 Add test for issue
  • 1699573 HHH-19173 Add visitInArrayPredicate to PostgreSQLLegacySqlAstTranslator
  • b788d42 HHH-19116 Return actual path source for singular attribute joins
  • 88c9758 HHH-19116 Add test for issue
  • afe8e72 Temporarily use fixed SHA for Quarkus testing until Quarkus upgrades to lates...
  • 5083511 HHH-19110 - Fix for issue
  • 02cea92 HHH-19110 - Add test for issue
  • 45b2aa2 Post-steps for release : 6.6.8.Final
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](/~https://github.com/testcontainers/testcontainers-java) and [org.hibernate.orm:hibernate-core](/~https://github.com/hibernate/hibernate-orm).


Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 1.20.5
- [Release notes](/~https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](/~https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.4...1.20.5)

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

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Feb 23, 2025
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Feb 23, 2025
@github-actions github-actions bot added this to the 6.5.0-M3 milestone Feb 23, 2025
@github-actions github-actions bot enabled auto-merge (squash) February 23, 2025 00:40
@github-actions github-actions bot merged commit 4bf83f3 into main Feb 23, 2025
3 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/development-dependencies-8b04734d73 branch February 23, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants