Skip to content

Bump the maven-dependencies group with 4 updates - #464

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-dependencies-d462c74b9c
Sep 20, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-dependencies-d462c74b9c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-dependencies group with 4 updates: io.axoniq.framework:axoniq-framework-bom, org.hibernate:hibernate-core, org.axonframework:axon-framework-bom and org.codehaus.mojo:build-helper-maven-plugin.

Updates io.axoniq.framework:axoniq-framework-bom from 5.3.1 to 5.3.2

Updates org.hibernate:hibernate-core from 7.4.7.Final to 7.4.8.Final

Release notes

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

Release 7.4.8

Hibernate ORM 7.4.8.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.8.Final.

You can find the full list of 7.4.8.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.

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:hibernate-core's changelog.

Changes in 7.4.8.Final (September 13, 2026)

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

** Bug * HHH-20855 SQL Server temporal rounding causing trouble with sub-micro input values * HHH-20849 org.hibernate.query.range.Range#suffix wrongly expects pattern * HHH-20806 Join elimination in 7.x skips @​SQLRestriction when querying by to-one association id * HHH-20805 MySQL schema update fails, if foreignkey related index is unique * HHH-20804 StatefulPersistenceContext.clear() does not release newEntityHolder * HHH-20801 AnyType.guessEntityPersister uses the wrapped proxy instead of the unwrapped implementation in its fallback → UnknownEntityTypeException during flush logging * HHH-20782 @​FilterJoinTable throws NPE when used with explicit HQL join * HHH-20744 UnknownTableReferenceException when querying the non-owning side of a one-to-one-mapping with a pessimistic lock mode * HHH-20675 @​FilterDef(applyToLoadByKey = true) breaks JOIN FETCH of a JOINED-inheritance to-one association: subclass table joins dropped from FROM while their columns remain in SELECT (invalid SQL) * HHH-20632 Regression: UnknownTableReferenceException fetching an @​Any discriminator through treat() (since 7.4.0, HHH-16730) * HHH-20343 HTE (Bulk ID) temporary table ignores PhysicalNamingStrategy when using SequenceGenerator * HHH-19486 SQLGrammarException when joining to subquery with Case expression * HHH-19485 AssertionError when using Subquery with Case in Criteria API * HHH-18911 Usage of ConcreteProxy in lazy loaded ManyToOne reference

** Deprecation * HHH-20862 Deprecate reflection optimizer and related property access APIs

** Task * HHH-20851 Upgrade to ant 1.10.18 * HHH-20848 Drop meaningless "provided" dependency to ant in hibernate-envers

Commits
  • 2d3a7b8 [Jenkins release job] Preparing release 7.4.8.Final
  • ca17983 [Jenkins release job] changelog.txt updated by release build 7.4.8.Final
  • 39d80c7 HHH-19486 Test and fix an alias collision for subquery in FROM clause select ...
  • 7e8f5df HHH-19485 Fix FromClause#queryTableReferences potentially initializing a Lazy...
  • c53a08c HHH-19485 Fix TableReference#containsAffectedTableName exiting early
  • 418fd2d HHH-19485 Reproduce assertion error when selecting case expression through FR...
  • c39a73f HHH-20862 Deprecate reflection optimizer and related property access APIs
  • 54c3cf0 HHH-20855 Fix SQL Server temporal rounding with sub-micro input values
  • e66b6a5 HHH-20744 Skip inverse to-one attributes in follow-on locking
  • b55bfc8 Don't use --illegal-field-mutation=deny in JDK 28 testing
  • Additional commits viewable in compare view

Updates org.axonframework:axon-framework-bom from 5.3.1 to 5.3.2

Release notes

Sourced from org.axonframework:axon-framework-bom's releases.

Axon Framework v5.3.2

Axon Framework

📈 Enhancements

🪲 Bug Fixes

📖 Documentation

❤️ Contributors

A heartfelt thank you to all contributors who worked on this section:

Axoniq Framework

📈 Enhancements

... (truncated)

Commits
  • c7d8d7f [maven-release-plugin] prepare release axon-5.3.2
  • 43ee638 Merge pull request #5043 from AxonIQ/backport-5041-to-axon-5.3.x
  • a6c710d Validate the enhancer is actually invoked in the test
  • cb874eb Update extensions/spring/spring/src/main/java/org/axonframework/extension/spr...
  • adc443f Defer beans qualified with ConfigurationPropertiesBinding.
  • ba88828 Configuration tracing conditionally on io.micrometer.tracing.Tracer
  • 9343493 Merge pull request #5038 from AxonIQ/backport-5030-to-axon-5.3.x
  • e4f8643 Register the classpath handler definitions once at the root
  • 009f3c6 Invoke a before-interceptor's handler exactly once
  • 2472d39 Add failing test: before-interceptor invokes command handler 3 times
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2

Release notes

Sourced from org.codehaus.mojo:build-helper-maven-plugin's releases.

3.6.2

🐛 Bug Fixes

👻 Maintenance

  • Remove redundant maven-resolver-api dependency and ignore Resolver/SLF4J 2.x in Dependabot (#248) @​slachiewicz

📦 Dependency updates

Commits
  • 813bc7d [maven-release-plugin] prepare release 3.6.2
  • 07d9109 Remove redundant maven-resolver-api and ignore Resolver/SLF4J 2.x in Dependabot
  • 9abd552 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0
  • 3c15526 Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml
  • 3b1f104 Bump org.codehaus.mojo:mojo-parent from 96 to 97
  • 1749855 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml
  • 5230041 Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3
  • c0e9375 Delete .github/release-drafter.yml
  • 84a839e Bump org.codehaus.mojo:mojo-parent from 95 to 96
  • a85c668 Replace raw NPEx with customized exception message
  • 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 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 maven-dependencies group with 4 updates: io.axoniq.framework:axoniq-framework-bom, [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm), [org.axonframework:axon-framework-bom](https://github.com/AxonFramework/AxonFramework) and [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin).


Updates `io.axoniq.framework:axoniq-framework-bom` from 5.3.1 to 5.3.2

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

Updates `org.axonframework:axon-framework-bom` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Commits](AxonIQ/AxonFramework@axon-5.3.1...axon-5.3.2)

Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.6.1...3.6.2)

---
updated-dependencies:
- dependency-name: io.axoniq.framework:axoniq-framework-bom
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.hibernate:hibernate-core
  dependency-version: 7.4.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.axonframework:axon-framework-bom
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
github-actions Bot merged commit f53fae7 into main Sep 20, 2026
2 of 4 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/maven-dependencies-d462c74b9c branch September 20, 2026 04: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