Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

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

Updates org.springframework.security:spring-security-bom from 6.4.12 to 6.4.13

Release notes

Sourced from org.springframework.security:spring-security-bom's releases.

6.4.13

⭐ New Features

  • Default WebAuthnConfigurer#rpName to rpId #18115
  • Document effects of disabling CORS #18117

🪲 Bug Fixes

  • BCryptPasswordEncoderTests should password limit of 72 bytes #18133

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.18.4.1 to 2.18.5 #18108
  • Bump io.micrometer:micrometer-observation from 1.14.12 to 1.14.13 #18148
  • Bump io.spring.gradle:spring-security-release-plugin from 1.0.11 to 1.0.13 #18140
  • Bump org-aspectj from 1.9.24 to 1.9.25 #18139
  • Bump org.hibernate.orm:hibernate-core from 6.6.33.Final to 6.6.34.Final #18109
  • Update Spring Data 2024.1.12 #18179
  • Update to Reactor 2024.0.12 #18178
  • Update to Spring Framework 6.2.13 #18177

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Kehrlann

Commits
  • 644901f Release 6.4.13
  • 0980531 Update Spring Data 2024.1.12
  • 4ab9338 Update to Reactor 2024.0.12
  • d2b1cb5 Update to Spring Framework 6.2.13
  • d016600 Bump com.fasterxml.jackson:jackson-bom from 2.18.4.1 to 2.18.5
  • 9f96fbc Bump org.hibernate.orm:hibernate-core from 6.6.33.Final to 6.6.34.Final
  • ccffb48 Bump org-aspectj from 1.9.24 to 1.9.25
  • d0fcdeb Bump io.spring.gradle:spring-security-release-plugin from 1.0.11 to 1.0.13
  • f997e22 Bump io.micrometer:micrometer-observation from 1.14.12 to 1.14.13
  • ff908c4 Bump io.spring.gradle:spring-security-release-plugin
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.6.35.Final to 6.6.36.Final

Release notes

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

Release 6.6.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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 to 6.6 version.

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.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Commits
  • 5638d1a [Jenkins release job] Preparing release 6.6.36.Final
  • 3297c68 [Jenkins release job] changelog.txt updated by release build 6.6.36.Final
  • b2c54a8 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • 3c624da HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 6896e17 Temporarily switch to Quarkus branch that removes dead code causing compilati...
  • 03dc81f Update Quarkus testing to 3.20 since 3.15 is out of support
  • 11f829d HHH-19240 Improve memory consumption testing
  • 4a5308a HHH-19240 Fold IsDistinctFromPredicate into BinaryExpressionPredicate rule
  • 7d44d08 HHH-19240 Fold ComparisonPredicate into BinaryExpressionPredicate rule
  • 43de61c HHH-19240 Left-factor CONTAINS/INCLUDES/INTERSECTS to single BinaryExpression...
  • 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 <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.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm).


Updates `org.springframework.security:spring-security-bom` from 6.4.12 to 6.4.13
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@6.4.12...6.4.13)

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

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-version: 6.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.36.Final
  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 Nov 18, 2025
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Nov 18, 2025
@github-actions github-actions bot added this to the 6.4.9 milestone Nov 18, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 18, 2025 16:37
@github-actions github-actions bot merged commit 1f6a6cc into 6.4.x Nov 18, 2025
3 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/6.4.x/development-dependencies-a35beeff70 branch November 18, 2025 16:49
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.

1 participant