Skip to content

Bump the development-dependencies group across 1 directory with 3 updates#10993

Merged
github-actions[bot] merged 1 commit into
7.0.xfrom
dependabot/gradle/7.0.x/development-dependencies-4a96f7bbe0
May 10, 2026
Merged

Bump the development-dependencies group across 1 directory with 3 updates#10993
github-actions[bot] merged 1 commit into
7.0.xfrom
dependabot/gradle/7.0.x/development-dependencies-4a96f7bbe0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps the development-dependencies group with 3 updates in the / directory: org.postgresql:postgresql, org.hibernate.orm:hibernate-core and org.apache.tomcat.embed:tomcat-embed-websocket.

Updates org.postgresql:postgresql from 42.7.10 to 42.7.11

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.11

Security

  • fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the Security Advisory for more detail. The following CVE-2026-42198 has been issued.

Changes

🐛 Bug Fixes

  • fix: ensure extended protocol messages end with Sync message @​vlsi (#3728)
  • fix: enable cursor-based fetching in extended protocol when transaction started via SQL command @​vlsi (#3996)
  • fix: retry with SSL on IOException when sslMode=ALLOW @​vlsi (#3973)
  • fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in @​vlsi (#3968)
  • fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers @​vlsi (#3962)
  • fix: use compareTo for LogSequenceNumber comparison @​vlsi (#3961)
  • fix: release COPY lock on IOException to prevent connection hang (#3957) @​vlsi (#3960)

🧰 Maintenance

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.11] (2026-04-28)

Security

  • fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the Security Advisory for more detail. The following CVE-2026-42198 has been issued.

Added

Changed

Fixed

Commits
  • 78e261f fix: Add sources and javadocs to shaded published lib generation
  • 1e09fa0 update Changelog and website for release of 42.7.11 (#4042)
  • d479fa5 Fix scram fix location in changelog and update published artifact developer l...
  • b04fc46 docs: Add scram max iters fix to changelog
  • cf54822 test: Disable scram test on older version without scram_iterations GUC
  • 7dbcc79 test: Add SCRAM max iteration tests
  • c9d41d1 fix: Limit SCRAM PBKDF2 iterations accepted from the server
  • a340cb2 style: replace @​exception with @​throws in getBoolean javadoc
  • 77837f8 fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....
  • 23af03b chore(deps): update actions/checkout action to v6
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 7.1.24.Final to 7.1.26.Final

Release notes

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

Release 7.1.26

Hibernate ORM 7.1.26.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.26.Final.

You can find the full list of 7.1.26.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 from version 7.0 to 7.1.

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.1.25

Hibernate ORM 7.1.25.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.25.Final.

You can find the full list of 7.1.25.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 from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

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

Changes in 7.1.26.Final (May 10, 2026)

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

** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker

** Task * HHH-20341 Embedded MavenCli in integration tests cannot resolve plugins on Jenkins CI

Changes in 7.1.25.Final (May 03, 2026)

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

** Bug * HHH-20356 NPE when mapping embedded property as @​MappedSuperclass * HHH-20302 Cannot use MAX with LocalDateTime and hibernate.type.java_time_use_direct_jdbc * HHH-20147 Hibernate fails to initialize when an entity with an IdClass has a singular attribute alongside join column * HHH-19020 NullPointerException in ClassPropertyHolder.addPropertyToMappedSuperclass()

Commits
  • e3049dc [Jenkins release job] Preparing release 7.1.26.Final
  • b08a1b1 [Jenkins release job] changelog.txt updated by release build 7.1.26.Final
  • 352bbb7 Refactor container runtime detection and fix Podman-as-Docker defaults HHH-20358
  • e9b2907 HHH-20341 Do not allow falling back to hitting Maven Central when setting MAV...
  • bb9283d HHH-20341 Fix syntax of maven mirror definition
  • 2a89f46 HHH-20341 Externalize Maven mirror configuration to an env variable
  • 030ffbd HHH-20341: Use HTTPS for Maven mirror in integration tests
  • 119a1eb HHH-20341: Show full exception details for integration test failures
  • 7614329 HHH-20341: Pass Maven mirror configuration to embedded MavenCli
  • 8385df0 HHH-20341: Extract common Maven test harness into AbstractMavenTestIT
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.21 to 11.0.22

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

…ates

Bumps the development-dependencies group with 3 updates in the / directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and org.apache.tomcat.embed:tomcat-embed-websocket.


Updates `org.postgresql:postgresql` from 42.7.10 to 42.7.11
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.10...REL42.7.11)

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

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.21 to 11.0.22

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.1.26.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.22
  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 May 10, 2026
@github-actions github-actions Bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels May 10, 2026
@github-actions github-actions Bot added this to the 7.0.5 milestone May 10, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 10, 2026 00:47
@github-actions github-actions Bot merged commit 31615bf into 7.0.x May 10, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/gradle/7.0.x/development-dependencies-4a96f7bbe0 branch May 10, 2026 00:51
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