Skip to content

build(deps): bump the dependencies group with 18 updates - #4006

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-343ffd7e9e
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-343ffd7e9e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 18 updates:

Package From To
io.avaje:avaje-inject 12.6 12.7
io.avaje:avaje-inject-generator 12.6 12.7
io.avaje:avaje-jsonb 3.15 3.16
io.avaje:avaje-jsonb-generator 3.15 3.16
io.avaje:avaje-validator 2.17 2.18
io.avaje:avaje-validator-generator 2.17 2.18
com.github.jknack:handlebars 4.5.4 4.5.5
org.hibernate.orm:hibernate-core 7.4.7.Final 7.4.9.Final
org.hibernate.orm:hibernate-scan-jandex 7.4.7.Final 7.4.9.Final
com.bucket4j:bucket4j_jdk17-core 8.19.0 8.20.0
org.codehaus.mojo:exec-maven-plugin 3.6.3 3.6.4
org.codehaus.mojo:versions-maven-plugin 2.21.0 2.22.0
org.apache.maven.plugins:maven-install-plugin 3.1.4 3.2.0
net.bytebuddy:byte-buddy 1.18.13 1.18.14
software.amazon.awssdk:bom 2.54.16 2.55.0
org.codehaus.mojo:properties-maven-plugin 1.3.0 1.3.1
io.opentelemetry:opentelemetry-bom 1.65.0 1.66.0
io.opentelemetry:opentelemetry-bom-alpha 1.65.0-alpha 1.66.0-alpha

Updates io.avaje:avaje-inject from 12.6 to 12.7

Release notes

Sourced from io.avaje:avaje-inject's releases.

12.7

What's Changed

Dependencies

Full Changelog: avaje/avaje-inject@12.6...12.7

Commits
  • 0d45ab0 Update how-to-release.md docs
  • fee50c9 Version 12.7 - gradle plugin
  • 8101799 Version 12.7
  • 4fe8c88 #1075 - Fix child scope external bean failure (#1077)
  • ebe75b9 #1075 - Add non failing tests for nested static components (#1076)
  • 4ba9525 Merge pull request #1074 from avaje/dependabot/maven/master/dependencies-64e7...
  • 82474ba Bump the dependencies group with 2 updates
  • d5f3479 Update shade plugin with @MainClass instead of adding useless jar plugin (#...
  • b2fe325 Merge pull request #1071 from avaje/dependabot/maven/master/dependencies-1e2b...
  • 5ead4a4 Bump the dependencies group with 3 updates
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-generator from 12.6 to 12.7

Updates io.avaje:avaje-inject-generator from 12.6 to 12.7

Updates io.avaje:avaje-jsonb from 3.15 to 3.16

Commits

Updates io.avaje:avaje-jsonb-generator from 3.15 to 3.16

Updates io.avaje:avaje-jsonb-generator from 3.15 to 3.16

Updates io.avaje:avaje-validator from 2.17 to 2.18

Release notes

Sourced from io.avaje:avaje-validator's releases.

2.18

What's Changed

Dependencies

Full Changelog: avaje/avaje-validator@2.17...2.18

Commits

Updates io.avaje:avaje-validator-generator from 2.17 to 2.18

Updates io.avaje:avaje-validator-generator from 2.17 to 2.18

Updates com.github.jknack:handlebars from 4.5.4 to 4.5.5

Release notes

Sourced from com.github.jknack:handlebars's releases.

handlebars.java 4.5.5

🛠️ Changes

  • [SECURITY] SpringMVC: file read outside the template directory via percent-encoded path traversal GHSA-pvrx-3g7m-fpgv
  • Iteration variables no longer visible in partial called from an each block #1185
  • Jackson 3 module. #1186

🔗 Links & Resources

Commits
  • f6ae397 v4.5.5
  • ed68e35 SpringMVC: file read outside the template directory via percent-encoded path ...
  • ad56ac0 build: version bump
  • c17ae24 Merge pull request #1186 from jolarsen/jackson3
  • 944ad98 Module for Jackson 3, root
  • 8aa7413 Module for Jackson 3
  • ef656ec Iteration variables no longer visible in partial called from an each block fi...
  • See full diff in compare view

Updates org.hibernate.orm:hibernate-core from 7.4.7.Final to 7.4.9.Final

Release notes

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

Release 7.4.9

Hibernate ORM 7.4.9.Final released

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

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

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

... (truncated)

Changelog

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

Changes in 7.4.9.Final (September 17, 2026)

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

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
  • 208bf6c [Jenkins release job] Preparing release 7.4.9.Final
  • 0204513 [Jenkins release job] changelog.txt updated by release build 7.4.9.Final
  • 8310983 HHH-20883 add tenant id to mutation SQL (#13412)
  • a36fbeb HHH-20882 Avoid exposing MariaDB JDBC parameters in logs
  • ec66308 HHH-20882 Redact MariaDB JDBC parameters from logging
  • 006022c HHH-20882 Redact credentials from database connection info logging
  • 07ee912 HHH-19930 Implement cascade support for key-to-ones
  • fd92450 HHH-20816 Ensure arguments to JSON functions don't allow SQL injection
  • ec81e89 [Jenkins release job] Preparing next development iteration
  • 2d3a7b8 [Jenkins release job] Preparing release 7.4.8.Final
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-scan-jandex from 7.4.7.Final to 7.4.9.Final

Release notes

Sourced from org.hibernate.orm:hibernate-scan-jandex's releases.

Release 7.4.9

Hibernate ORM 7.4.9.Final released

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

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

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

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-scan-jandex's changelog.

Changes in 7.4.9.Final (September 17, 2026)

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

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
  • 208bf6c [Jenkins release job] Preparing release 7.4.9.Final
  • 0204513 [Jenkins release job] changelog.txt updated by release build 7.4.9.Final
  • 8310983 HHH-20883 add tenant id to mutation SQL (#13412)
  • a36fbeb HHH-20882 Avoid exposing MariaDB JDBC parameters in logs
  • ec66308 HHH-20882 Redact MariaDB JDBC parameters from logging
  • 006022c HHH-20882 Redact credentials from database connection info logging
  • 07ee912 HHH-19930 Implement cascade support for key-to-ones
  • fd92450 HHH-20816 Ensure arguments to JSON functions don't allow SQL injection
  • ec81e89 [Jenkins release job] Preparing next development iteration
  • 2d3a7b8 [Jenkins release job] Preparing release 7.4.8.Final
  • Additional commits viewable in compare view

Updates com.bucket4j:bucket4j_jdk17-core from 8.19.0 to 8.20.0

Release notes

Sourced from com.bucket4j:bucket4j_jdk17-core's releases.

8.20.0

What's Changed

New Contributors

Full Changelog: bucket4j/bucket4j@8.19.0...8.20.0

Commits
  • a69b57c fix publishing
  • 9a3ce79 Merge branch 'master' into 8.20
  • 20d24fe fix javadoc plugin
  • af4e99a Merge branch 'master' into 8.20
  • d66f88c fix javadoc plugin
  • e2937bc prepare release artifacts
  • 06af45c feat(core): add RetryStrategies.exponentialBackoffWithJitter
  • 043b872 Fix Geode client-server tests in multi-module reactor builds
  • e9fd3c2 #468 Gemfire/Geode support (#615)
  • 9dd348d massive documentation fixes
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.6.3 to 3.6.4

Release notes

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

3.6.4

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 56083f0 [maven-release-plugin] prepare release 3.6.4
  • 57c594b Ignore Maven Resolver >= 2.0 and SLF4J >= 2.0 in Dependabot
  • c2f5d4e Update required module name in jigsaw IT to org.codehaus.plexus.util
  • d227ee6 Bump org.codehaus.plexus:plexus-utils in /src/it/projects/jigsaw
  • 388fd99 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0
  • 30106e8 Stop dependabot from updating test fixtures
  • b6d5eab Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml
  • aa98aba Bump org.codehaus.mojo:mojo-parent from 96 to 97
  • 79cfdcd Bump org.apache.maven.plugins:maven-toolchains-plugin
  • 8c58ad6 Fix typo in docs (#531)
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.21.0 to 2.22.0

Release notes

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

2.22.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 7329d7e [maven-release-plugin] prepare release 2.22.0
  • 99bbbb9 Bump byteBuddyVersion from 1.18.12 to 1.18.13
  • b943679 Add artifact classifier to ChangeRocorderXML
  • 0cbb8fd Bump org.mariadb.jdbc:mariadb-java-client
  • 03390a5 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0
  • b7fe8c6 Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0
  • db72fa6 Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0
  • e7c0958 Bump org.codehaus.plexus:plexus-interactivity-api from 1.5.1 to 1.6.0
  • 4c0693b Bump org.codehaus.plexus:plexus-i18n from 1.1.0 to 1.2.0
  • 80329a0 Bump byteBuddyVersion from 1.18.11 to 1.18.12
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-install-plugin from 3.1.4 to 3.2.0

Release notes

Sourced from org.apache.maven.plugins:maven-install-plugin's releases.

3.2.0

🚀 New features and improvements

🐛 Bug Fixes

  • chore: harden embedded-POM trust boundary in install:install-file (3.x backport) (#447) @​gnodet

📝 Documentation updates

  • Restore the common wording on the download page (#438) @​slachiewicz
  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#416) @​potiuk

👻 Maintenance

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `12.6` | `12.7` |
| io.avaje:avaje-inject-generator | `12.6` | `12.7` |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `3.15` | `3.16` |
| io.avaje:avaje-jsonb-generator | `3.15` | `3.16` |
| [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.17` | `2.18` |
| io.avaje:avaje-validator-generator | `2.17` | `2.18` |
| [com.github.jknack:handlebars](https://github.com/jknack/handlebars.java) | `4.5.4` | `4.5.5` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.7.Final` | `7.4.9.Final` |
| [org.hibernate.orm:hibernate-scan-jandex](https://github.com/hibernate/hibernate-orm) | `7.4.7.Final` | `7.4.9.Final` |
| [com.bucket4j:bucket4j_jdk17-core](https://github.com/bucket4j/bucket4j) | `8.19.0` | `8.20.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.3` | `3.6.4` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.21.0` | `2.22.0` |
| [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.4` | `3.2.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.13` | `1.18.14` |
| software.amazon.awssdk:bom | `2.54.16` | `2.55.0` |
| [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) | `1.3.0` | `1.3.1` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.65.0` | `1.66.0` |
| [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java) | `1.65.0-alpha` | `1.66.0-alpha` |


Updates `io.avaje:avaje-inject` from 12.6 to 12.7
- [Release notes](https://github.com/avaje/avaje-inject/releases)
- [Commits](avaje/avaje-inject@12.6...12.7)

Updates `io.avaje:avaje-inject-generator` from 12.6 to 12.7

Updates `io.avaje:avaje-inject-generator` from 12.6 to 12.7

Updates `io.avaje:avaje-jsonb` from 3.15 to 3.16
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](https://github.com/avaje/avaje-jsonb/commits)

Updates `io.avaje:avaje-jsonb-generator` from 3.15 to 3.16

Updates `io.avaje:avaje-jsonb-generator` from 3.15 to 3.16

Updates `io.avaje:avaje-validator` from 2.17 to 2.18
- [Release notes](https://github.com/avaje/avaje-validator/releases)
- [Commits](avaje/avaje-validator@2.17...2.18)

Updates `io.avaje:avaje-validator-generator` from 2.17 to 2.18

Updates `io.avaje:avaje-validator-generator` from 2.17 to 2.18

Updates `com.github.jknack:handlebars` from 4.5.4 to 4.5.5
- [Release notes](https://github.com/jknack/handlebars.java/releases)
- [Commits](jknack/handlebars.java@v4.5.4...v4.5.5)

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

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

Updates `com.bucket4j:bucket4j_jdk17-core` from 8.19.0 to 8.20.0
- [Release notes](https://github.com/bucket4j/bucket4j/releases)
- [Commits](bucket4j/bucket4j@8.19.0...8.20.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.3 to 3.6.4
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.3...3.6.4)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.21.0 to 2.22.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.21.0...2.22.0)

Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.4...maven-install-plugin-3.2.0)

Updates `net.bytebuddy:byte-buddy` from 1.18.13 to 1.18.14
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.18.13...byte-buddy-1.18.14)

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

Updates `software.amazon.awssdk:bom` from 2.54.16 to 2.55.0

Updates `org.codehaus.mojo:properties-maven-plugin` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- [Commits](mojohaus/properties-maven-plugin@properties-maven-plugin-1.3.0...properties-maven-plugin-1.3.1)

Updates `io.opentelemetry:opentelemetry-bom` from 1.65.0 to 1.66.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.65.0...v1.66.0)

Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.65.0-alpha to 1.66.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.65.0-alpha to 1.66.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

---
updated-dependencies:
- dependency-name: io.avaje:avaje-inject
  dependency-version: '12.7'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-version: '12.7'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-version: '12.7'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb
  dependency-version: '3.16'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-version: '3.16'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-version: '3.16'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator
  dependency-version: '2.18'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  dependency-version: '2.18'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  dependency-version: '2.18'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.jknack:handlebars
  dependency-version: 4.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.4.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-scan-jandex
  dependency-version: 7.4.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.bucket4j:bucket4j_jdk17-core
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.18.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-scan-jandex
  dependency-version: 7.4.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-version: 1.66.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-version: 1.66.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 21, 2026

This branch has not been deployed

No deployments
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.

0 participants