Skip to content

build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (#1827) [skip ci] - #1827

Merged
robfrank merged 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-3.27.4
Nov 17, 2024
Merged

build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (#1827) [skip ci]#1827
robfrank merged 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-3.27.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 17, 2024

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action from 3.27.1 to 3.27.4.

Release notes

Sourced from github/codeql-action's releases.

v3.27.4

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.3

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

No user facing changes.

3.27.4 - 14 Nov 2024

No user facing changes.

3.27.3 - 12 Nov 2024

No user facing changes.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590

3.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
  • Update default CodeQL bundle version to 2.19.3. #2576

3.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #2557
  • Update default CodeQL bundle version to 2.19.2. #2552

3.26.13 - 14 Oct 2024

No user facing changes.

3.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520

    • If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.

    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.26.11 and github/codeql-action/*@v2 by github/codeql-action/*@v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.26.11 - 03 Oct 2024

  • Upcoming breaking change: Add support for using actions/download-artifact@v4 to programmatically consume CodeQL Action debug artifacts.

    Starting November 30, 2024, GitHub.com customers will no longer be able to use actions/download-artifact@v3. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the CODEQL_ACTION_ARTIFACT_V4_UPGRADE environment variable to true and bump actions/download-artifact@v3 to actions/download-artifact@v4 in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to actions/download-artifact@v3 to actions/download-artifact@v4 will begin failing then.

... (truncated)

Commits
  • ea9e4e3 Merge pull request #2605 from github/update-v3.27.4-3ab67a219
  • 845ea92 Update changelog for v3.27.4
  • 3ab67a2 Merge pull request #2597 from github/mbg/caching/output-improvements
  • 6e3a010 Merge pull request #2583 from jsoref/use-artifact-4
  • 1c83cd1 Upgrade actions/upload-artifact to v4
  • 024283f Merge pull request #2602 from github/mergeback/v3.27.3-to-main-396bb3e4
  • 613fe96 Update checked-in dependencies
  • e35d4aa Update changelog and version after v3.27.3
  • 396bb3e Merge pull request #2601 from github/update-v3.27.3-f04790367
  • 2b13194 Update changelog for v3.27.3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.1 to 3.27.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4f3212b...ea9e4e3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions labels Nov 17, 2024
@robfrank robfrank changed the title build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (#1827) [skip ci] Nov 17, 2024
@robfrank
robfrank merged commit 9a9d8ae into main Nov 17, 2024
@dependabot
dependabot Bot deleted the dependabot/github_actions/github/codeql-action-3.27.4 branch November 17, 2024 19:06
mergify Bot added a commit that referenced this pull request May 10, 2026
Bumps `jline.version` from 4.0.14 to 4.1.0.
Updates `org.jline:jline-terminal` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
Updates `org.jline:jline-reader` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
Updates `org.jline:jline-terminal-jni` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…ata#1827) [skip ci]

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps `jline.version` from 4.0.14 to 4.1.0.
Updates `org.jline:jline-terminal` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([ArcadeData#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([ArcadeData#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([ArcadeData#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([ArcadeData#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([ArcadeData#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([ArcadeData#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([ArcadeData#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([ArcadeData#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([ArcadeData#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([ArcadeData#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([ArcadeData#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([ArcadeData#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([ArcadeData#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([ArcadeData#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([ArcadeData#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([ArcadeData#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([ArcadeData#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([ArcadeData#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([ArcadeData#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([ArcadeData#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([ArcadeData#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([ArcadeData#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [ArcadeData#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([ArcadeData#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [ArcadeData#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([ArcadeData#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [ArcadeData#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([ArcadeData#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([ArcadeData#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [ArcadeData#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([ArcadeData#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [ArcadeData#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([ArcadeData#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [ArcadeData#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([ArcadeData#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [ArcadeData#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([ArcadeData#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([ArcadeData#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([ArcadeData#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([ArcadeData#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([ArcadeData#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([ArcadeData#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([ArcadeData#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([ArcadeData#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([ArcadeData#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([ArcadeData#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([ArcadeData#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([ArcadeData#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
Updates `org.jline:jline-reader` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([ArcadeData#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([ArcadeData#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([ArcadeData#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([ArcadeData#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([ArcadeData#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([ArcadeData#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([ArcadeData#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([ArcadeData#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([ArcadeData#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([ArcadeData#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([ArcadeData#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([ArcadeData#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([ArcadeData#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([ArcadeData#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([ArcadeData#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([ArcadeData#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([ArcadeData#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([ArcadeData#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([ArcadeData#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([ArcadeData#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([ArcadeData#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([ArcadeData#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [ArcadeData#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([ArcadeData#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [ArcadeData#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([ArcadeData#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [ArcadeData#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([ArcadeData#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([ArcadeData#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [ArcadeData#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([ArcadeData#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [ArcadeData#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([ArcadeData#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [ArcadeData#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([ArcadeData#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [ArcadeData#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([ArcadeData#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([ArcadeData#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([ArcadeData#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([ArcadeData#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([ArcadeData#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([ArcadeData#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([ArcadeData#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([ArcadeData#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([ArcadeData#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([ArcadeData#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([ArcadeData#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([ArcadeData#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
Updates `org.jline:jline-terminal-jni` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([ArcadeData#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([ArcadeData#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([ArcadeData#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([ArcadeData#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([ArcadeData#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([ArcadeData#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([ArcadeData#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([ArcadeData#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([ArcadeData#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([ArcadeData#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([ArcadeData#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([ArcadeData#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([ArcadeData#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([ArcadeData#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([ArcadeData#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([ArcadeData#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([ArcadeData#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([ArcadeData#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([ArcadeData#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([ArcadeData#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([ArcadeData#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([ArcadeData#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [ArcadeData#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([ArcadeData#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [ArcadeData#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([ArcadeData#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [ArcadeData#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([ArcadeData#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([ArcadeData#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [ArcadeData#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([ArcadeData#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [ArcadeData#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([ArcadeData#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [ArcadeData#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([ArcadeData#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [ArcadeData#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([ArcadeData#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([ArcadeData#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([ArcadeData#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([ArcadeData#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([ArcadeData#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([ArcadeData#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([ArcadeData#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([ArcadeData#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([ArcadeData#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([ArcadeData#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([ArcadeData#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([ArcadeData#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit that referenced this pull request Jul 1, 2026
…skip ci]

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.11 to 42.7.12.
Release notes

*Sourced from [org.postgresql:postgresql's releases](https://github.com/pgjdbc/pgjdbc/releases).*

> v42.7.12: security
> ------------------
>
> ### Silent channel-binding authentication downgrade (CVE-2026-54291)
>
> `channelBinding=require` connections can be silently downgraded from SCRAM-SHA-256-PLUS (with channel binding) to plain SCRAM-SHA-256 (without it), losing the man-in-the-middle protection the setting is meant to guarantee. An attacker who can intercept the TLS connection triggers the downgrade with a certificate whose signature algorithm has no tls-server-end-point channel-binding hash. Examples are Ed25519, Ed448, and post-quantum algorithms.
>
> Two issues combine in releases 42.7.4 through 42.7.11:
>
> The bundled `com.ongres.scram:scram-client` (3.1 or 3.2) returns an empty byte array instead of failing when it cannot derive the binding hash for such a certificate. This is the library issue tracked as [GHSA-p9jg-fcr6-3mhf](GHSA-p9jg-fcr6-3mhf).
>
> pgJDBC does not enforce channelBinding=require where it matters. ScramAuthenticator checks only that the server advertised a -PLUS mechanism; it neither rejects the empty binding nor checks that the negotiated mechanism uses channel binding. The connection therefore downgrades silently.
>
> Only connections that set channelBinding=require are affected. Under the default prefer policy, and under allow or disable, falling back to plain SCRAM is the documented behaviour.
>
> Releases before 42.7.4 are unaffected, because they do not support channel binding.


Changelog

*Sourced from [org.postgresql:postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).*

> [42.7.12] (2026-xx-xx)
> ----------------------
>
> ### Security
>
> ### Added
>
> * feat: `reWriteBatchedInserts` now merges up to 32768 rows into one multi-values `INSERT` (bounded by the 65535 bind-parameter limit on the extended protocol) instead of capping at 128, which speeds up batches of few-column rows. The new `reWriteBatchedInsertsSize` connection property lowers that cap when set; the default of `0` uses that maximum.
> * feat: invalidate the prepared-statement cache after CREATE/DROP/ALTER so callers no longer trip on "cached plan must not change result type" without opting into `autosave=ALWAYS`. Controlled by the new `flushCacheOnDdl` connection property (default `true`); set to `false` for the prior behaviour.
> * feat: add `connectExecutor` connection property to customize the `Executor` used to run the worker task that performs the connection attempt when `loginTimeout` is in effect. The value is the fully qualified name of a class implementing `java.util.concurrent.Executor`. With a null value, the default, the driver retains the prior behavior of running the connection attempt on a daemon thread named `"PostgreSQL JDBC driver connection thread"`. The executor must run the task on a thread other than the caller's. Running the attempt on a named thread lets applications that monitor driver-created threads identify it.
> * feat: add `connectThreadFactory` connection property to customize the `ThreadFactory` used to spawn the worker thread that runs the connection attempt when `loginTimeout` is in effect. The value is the fully qualified name of a class implementing `java.util.concurrent.ThreadFactory`. With a null value, the default, the driver retains the prior behavior of using a daemon thread named `"PostgreSQL JDBC driver connection thread"`. Useful for testing timeout behaviour or for applications that want detailed control of all driver-created threads.
> * feat: add `classLoaderStrategy` connection property to control which classloaders the driver searches when loading a class named by a connection property, for example `socketFactory`. The default `driver-first` now falls back to the thread context classloader when the driver's classloader cannot resolve the class, which fixes class loading in non-flat class paths such as Quarkus and OSGi. Set `driver` to keep the previous driver-classloader-only behaviour, or `context-first` to prefer the thread context classloader [Issue [#2112](https://redirect.github.com/pgjdbc/pgjdbc/issues/2112)]([pgjdbc/pgjdbc#2112](https://redirect.github.com/pgjdbc/pgjdbc/issues/2112))
>
> ### Changed
>
> * refactor: the worker that runs the connection attempt under `loginTimeout` is now a `FutureTask` (`ConnectTask`) instead of the hand-rolled `ConnectThread`. When the caller hits the timeout, the task is now cancelled with `cancel(true)`, which interrupts the worker thread rather than letting it run to completion. This makes the connection attempt interruptible, so `loginTimeout` can stop a slow connection attempt instead of leaking a thread. As before, a connection that the worker still manages to establish after the caller gives up is closed by the worker so that it does not leak. There are no public API changes and this should only lead to faster background resource cleanup for connections that time out.
> * chore: `PGXAConnection.ConnectionHandler` now rejects `setAutoCommit(false)` and `setSavepoint(...)` during an active XA branch, in addition to the long-rejected `setAutoCommit(true)` / `commit()` / `rollback()`. The `setSavepoint` rejection was already meant to be in place but the guard misspelled the method name as `setSavePoint`, so savepoints silently went through. Both changes bring the proxy in line with JTA 1.2 §3.4.
> * chore: `commitPrepared` / `rollback`-of-prepared now return `XAER_RMFAIL` instead of `XAER_RMERR` when the underlying connection is left in a non-idle `TransactionState`. Transaction managers (Geronimo, Narayana, Atomikos) treat `XAER_RMFAIL` as retryable on a fresh `XAResource`; the prepared transaction is no longer abandoned.
>
> ### Fixed
>
> * fix: the published GitHub release now ships the released `postgresql-<version>.jar` and its detached PGP signature, taken from the same signed build that is uploaded to Maven Central, instead of a leftover SNAPSHOT jar [Issue [#3812](https://redirect.github.com/pgjdbc/pgjdbc/issues/3812)]([pgjdbc/pgjdbc#3812](https://redirect.github.com/pgjdbc/pgjdbc/issues/3812)) [PR [#3814](https://redirect.github.com/pgjdbc/pgjdbc/issues/3814)]([pgjdbc/pgjdbc#3814](https://redirect.github.com/pgjdbc/pgjdbc/pull/3814))
> * fix: simplify the `Statement#cancel` state machine by dropping the redundant `CANCELLED` state. `killTimerTask` now waits for the state to return to `IDLE` directly, which removes a spin-forever case when more than one thread observes the cancel completing [PR [#1827](https://redirect.github.com/pgjdbc/pgjdbc/issues/1827)]([pgjdbc/pgjdbc#1827](https://redirect.github.com/pgjdbc/pgjdbc/pull/1827)).
> * perf: defer simple-query flushes until the driver reads the response, allowing `BEGIN` and the following query to share a network flush [Issue [#3894](https://redirect.github.com/pgjdbc/pgjdbc/issues/3894)]([pgjdbc/pgjdbc#3894](https://redirect.github.com/pgjdbc/pgjdbc/issues/3894))
> * fix: `reWriteBatchedInserts` no longer throws `IllegalArgumentException` when batching a parameterless `INSERT` (for example `INSERT INTO t VALUES (1, 2)`) of 256 rows or more.
> * fix: a comment before `CALL` in a `CallableStatement` no longer hides the native call, so OUT parameter registration works for `/* comment */ call proc(?, ?)` and similar. `Parser.modifyJdbcCall` now skips leading whitespace and SQL comments (both `--` and `/* */`) before the call, tolerates a trailing comment after a `{ ... }` escape, and no longer adds a spurious comma when moving an OUT parameter into a call whose arguments are only a comment [Issue [#2538](https://redirect.github.com/pgjdbc/pgjdbc/issues/2538)]([pgjdbc/pgjdbc#2538](https://redirect.github.com/pgjdbc/pgjdbc/issues/2538))
> * fix: `PreparedStatement.toString()` no longer throws for a `bytea` value supplied as text via `PGobject`. Hex-format values (`\x...`) are validated and rendered as a `bytea` literal, and escape-format values are quoted and cast like any other literal [Issue [#3757](https://redirect.github.com/pgjdbc/pgjdbc/issues/3757)]([pgjdbc/pgjdbc#3757](https://redirect.github.com/pgjdbc/pgjdbc/issues/3757))
> * fix: the driver no longer nulls the `contextClassLoader` of shared `ForkJoinPool.commonPool()` worker threads, which previously left unrelated tasks on those threads running with a `null` classloader [Issue [#4155](https://redirect.github.com/pgjdbc/pgjdbc/issues/4155)]([pgjdbc/pgjdbc#4155](https://redirect.github.com/pgjdbc/pgjdbc/issues/4155))
> * fix: getCharacterStream wraps String in StringReader [PR [#4063](https://redirect.github.com/pgjdbc/pgjdbc/issues/4063)]([pgjdbc/pgjdbc#4063](https://redirect.github.com/pgjdbc/pgjdbc/pull/4063))
> * fix: `PGXAConnection` no longer saves and restores the underlying connection's JDBC `autoCommit` flag. All XA-protocol SQL (`BEGIN`, `PREPARE TRANSACTION`, `COMMIT`, `ROLLBACK`, `COMMIT PREPARED`, `ROLLBACK PREPARED`, the `recover()` SELECT) is sent through `QUERY_SUPPRESS_BEGIN`, so the caller's `autoCommit` value is invariant across every `XAResource` call. Fixes the "2nd phase commit must be issued using an idle connection" failure during recovery on managed datasources that pool connections with `autoCommit=false` (TomEE, WildFly, WebSphere Liberty).
> * fix: `PGXAConnection.prepare()` now mutates XA state only after `PREPARE TRANSACTION` succeeds. A failed `PREPARE` previously left the driver thinking the branch was already prepared, so the follow-up `rollback(xid)` tried `ROLLBACK PREPARED` against a non-existent gid and returned `XAER_RMERR`. Transaction managers (Narayana) escalated this to `HeuristicMixedException`. With the fix, `rollback(xid)` takes the active-branch path and issues a plain `ROLLBACK`, which the server accepts cleanly. Fixes [Issue [#3153](https://redirect.github.com/pgjdbc/pgjdbc/issues/3153)]([pgjdbc/pgjdbc#3153](https://redirect.github.com/pgjdbc/pgjdbc/issues/3153)), [Issue [#3123](https://redirect.github.com/pgjdbc/pgjdbc/issues/3123)]([pgjdbc/pgjdbc#3123](https://redirect.github.com/pgjdbc/pgjdbc/issues/3123)).
> * fix: an updatable result set over an unqualified table name is now classified using only the table visible through `search_path`. When two schemas held a table with the same name and the same primary or unique index name but a different set of key columns, the driver took the union of both schemas' columns, so the result set could be wrongly rejected as not updatable [PR [#4214](https://redirect.github.com/pgjdbc/pgjdbc/issues/4214)]([pgjdbc/pgjdbc#4214](https://redirect.github.com/pgjdbc/pgjdbc/pull/4214)). Supersedes [PR [#3400](https://redirect.github.com/pgjdbc/pgjdbc/issues/3400)]([pgjdbc/pgjdbc#3400](https://redirect.github.com/pgjdbc/pgjdbc/pull/3400)).


Commits

* [`77df98e`](pgjdbc/pgjdbc@77df98e) Merge commit from fork
* [`68c53a4`](pgjdbc/pgjdbc@68c53a4) chore: bump version to 42.7.12
* See full diff in [compare view](pgjdbc/pgjdbc@REL42.7.11...REL42.7.12)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=42.7.11&new-version=42.7.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit that referenced this pull request Jul 8, 2026
…skip ci]

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.12 to 42.7.13.
Release notes

*Sourced from [org.postgresql:postgresql's releases](https://github.com/pgjdbc/pgjdbc/releases).*

> v42.7.13
> --------
>
> Changes
> -------
>
> * docs: add 42.7.13 release changelog [`@​davecramer`](https://github.com/davecramer) ([#4270](https://redirect.github.com/pgjdbc/pgjdbc/issues/4270))
> * Adjust EditorConfig für Makefile [`@​BaumiCoder`](https://github.com/BaumiCoder) ([#4279](https://redirect.github.com/pgjdbc/pgjdbc/issues/4279))
> * fix(scram): fail closed on channel-binding downgrade (no scram bump) [`@​vlsi`](https://github.com/vlsi) ([#4272](https://redirect.github.com/pgjdbc/pgjdbc/issues/4272))
> * Bump pgjdbc version from 42.7.12 to 42.7.13 [`@​davecramer`](https://github.com/davecramer) ([#4269](https://redirect.github.com/pgjdbc/pgjdbc/issues/4269))
> * chore: remove test-anorm-sbt module and its disabled CI wiring [`@​vlsi`](https://github.com/vlsi) ([#4261](https://redirect.github.com/pgjdbc/pgjdbc/issues/4261))
> * refactor(test-gss): convert to Java/JUnit 5 submodule of the main build [`@​vlsi`](https://github.com/vlsi) ([#4166](https://redirect.github.com/pgjdbc/pgjdbc/issues/4166))
> * ci: derive PG test versions from a Renovate-managed maxPgVersion [`@​vlsi`](https://github.com/vlsi) ([#4218](https://redirect.github.com/pgjdbc/pgjdbc/issues/4218))
> * feat(insert): cap reWriteBatchedInserts by the protocol limit, not 128 [`@​vlsi`](https://github.com/vlsi) ([#4207](https://redirect.github.com/pgjdbc/pgjdbc/issues/4207))
> * refactor(metadata): derive getPrimaryKeys from pg\_constraint.conkey [`@​vlsi`](https://github.com/vlsi) ([#4202](https://redirect.github.com/pgjdbc/pgjdbc/issues/4202))
> * fix(protocol): defer flushes until response processing [`@​vlsi`](https://github.com/vlsi) ([#4196](https://redirect.github.com/pgjdbc/pgjdbc/issues/4196))
> * fix(build): resolve the Temurin 8 test toolchain by vendor [`@​vlsi`](https://github.com/vlsi) ([#4257](https://redirect.github.com/pgjdbc/pgjdbc/issues/4257))
> * build: include multi-release source sets in the JaCoCo coverage report [`@​vlsi`](https://github.com/vlsi) ([#4256](https://redirect.github.com/pgjdbc/pgjdbc/issues/4256))
> * fix(ci): read java\_vendor before overwriting java\_distribution [`@​vlsi`](https://github.com/vlsi) ([#4255](https://redirect.github.com/pgjdbc/pgjdbc/issues/4255))
> * ci: generate the whole matrix in one batch, coverage job included [`@​vlsi`](https://github.com/vlsi) ([#4253](https://redirect.github.com/pgjdbc/pgjdbc/issues/4253))
> * ci: pass CODECOV\_TOKEN so protected-branch coverage uploads succeed [`@​vlsi`](https://github.com/vlsi) ([#4254](https://redirect.github.com/pgjdbc/pgjdbc/issues/4254))
> * ci: collect coverage on one pinned job [`@​vlsi`](https://github.com/vlsi) ([#4245](https://redirect.github.com/pgjdbc/pgjdbc/issues/4245))
> * ci: apply -DqueryTimeout from the matrix query\_timeout axis [`@​vlsi`](https://github.com/vlsi) ([#4246](https://redirect.github.com/pgjdbc/pgjdbc/issues/4246))
> * ci: make Codecov project and patch statuses informational [`@​vlsi`](https://github.com/vlsi) ([#4244](https://redirect.github.com/pgjdbc/pgjdbc/issues/4244))
> * fix(build): restore JaCoCo XML report so Codecov receives coverage [`@​vlsi`](https://github.com/vlsi) ([#4240](https://redirect.github.com/pgjdbc/pgjdbc/issues/4240))
> * test(replication): shrink big-transaction inserts to avoid CI timeouts [`@​vlsi`](https://github.com/vlsi) ([#4243](https://redirect.github.com/pgjdbc/pgjdbc/issues/4243))
> * update maintainers [`@​davecramer`](https://github.com/davecramer) ([#4222](https://redirect.github.com/pgjdbc/pgjdbc/issues/4222))
> * test: add hermetic test for localSocketAddress [`@​vlsi`](https://github.com/vlsi) ([#4224](https://redirect.github.com/pgjdbc/pgjdbc/issues/4224))
> * docs(translation): clean up leftover German header in ja.po [`@​vlsi`](https://github.com/vlsi) ([#4206](https://redirect.github.com/pgjdbc/pgjdbc/issues/4206))
> * Update ja.po [`@​davecramer`](https://github.com/davecramer) ([#2004](https://redirect.github.com/pgjdbc/pgjdbc/issues/2004))
> * test: add PostgreSQL 18 to the CI test matrix [`@​vlsi`](https://github.com/vlsi) ([#4198](https://redirect.github.com/pgjdbc/pgjdbc/issues/4198))
> * test: silence expected SSPI warning stack trace in SSPIClientWaffleTest [`@​vlsi`](https://github.com/vlsi) ([#4197](https://redirect.github.com/pgjdbc/pgjdbc/issues/4197))
> * fix(ssl): build PKIX trust anchors without a KeyStore so FIPS-mode JVMs can load sslrootcert [`@​vlsi`](https://github.com/vlsi) ([#4193](https://redirect.github.com/pgjdbc/pgjdbc/issues/4193))
> * test: fix flaky sentLocationEqualToLastReceiveLSN replication test [`@​vlsi`](https://github.com/vlsi) ([#4175](https://redirect.github.com/pgjdbc/pgjdbc/issues/4175))
> * build: promote MethodCanBeStatic to error level [`@​vlsi`](https://github.com/vlsi) ([#4172](https://redirect.github.com/pgjdbc/pgjdbc/issues/4172))
> * Fix PGInterval.setSeconds to reject out of range and NaN values [`@​sehrope`](https://github.com/sehrope) ([#4194](https://redirect.github.com/pgjdbc/pgjdbc/issues/4194))
> * Replace connectThreadFactory with connectExecutor [`@​sehrope`](https://github.com/sehrope) ([#4165](https://redirect.github.com/pgjdbc/pgjdbc/issues/4165))
> * Fix deleting temp file when spooling large stream to disk in StreamWrapper [`@​sehrope`](https://github.com/sehrope) ([#4190](https://redirect.github.com/pgjdbc/pgjdbc/issues/4190))
> * chore: Add top level /scratch to gitignore [`@​sehrope`](https://github.com/sehrope) ([#4164](https://redirect.github.com/pgjdbc/pgjdbc/issues/4164))
> * refactor: favour composition over inheritance for Driver.ConnectTask [`@​vlsi`](https://github.com/vlsi) ([#4160](https://redirect.github.com/pgjdbc/pgjdbc/issues/4160))
> * Fix NumberParser.getFastLong(...) handling of overlong values [`@​sehrope`](https://github.com/sehrope) ([#4163](https://redirect.github.com/pgjdbc/pgjdbc/issues/4163))
> * build: produce a multi-release jar from reduced-pom.xml on Java 11+ [`@​vlsi`](https://github.com/vlsi) ([#4157](https://redirect.github.com/pgjdbc/pgjdbc/issues/4157))
> * Add connectThreadFactory and refactor Driver to use FutureTask for loginTimeout connection attempts [`@​sehrope`](https://github.com/sehrope) ([#4120](https://redirect.github.com/pgjdbc/pgjdbc/issues/4120))
> * test: verify custom properties reach socket factory [`@​vlsi`](https://github.com/vlsi) ([#4125](https://redirect.github.com/pgjdbc/pgjdbc/issues/4125))
> * test: fix LazyCleanerTest timeouts for the lingering Java 8 cleanup thread [`@​vlsi`](https://github.com/vlsi) ([#4122](https://redirect.github.com/pgjdbc/pgjdbc/issues/4122))
> * test: stabilise StatementTest.fastCloses on Windows [`@​vlsi`](https://github.com/vlsi) ([#4121](https://redirect.github.com/pgjdbc/pgjdbc/issues/4121))
> * fix: append default non-proxy hosts when socksNonProxyHosts is set [`@​davecramer`](https://github.com/davecramer) ([#4045](https://redirect.github.com/pgjdbc/pgjdbc/issues/4045))
> * test: budget terminating Sync in BatchDeadlockTest small-RETURNING branch [`@​vlsi`](https://github.com/vlsi) ([#4116](https://redirect.github.com/pgjdbc/pgjdbc/issues/4116))
> * test: make message assertions locale-independent [`@​vlsi`](https://github.com/vlsi) ([#4113](https://redirect.github.com/pgjdbc/pgjdbc/issues/4113))
> * build: drop xgettext default keywords; regenerate translations [`@​vlsi`](https://github.com/vlsi) ([#4100](https://redirect.github.com/pgjdbc/pgjdbc/issues/4100))
> * ci: opt-in scheduled workflows via ENABLE\_SCHEDULED\_JOBS repo variable [`@​vlsi`](https://github.com/vlsi) ([#4085](https://redirect.github.com/pgjdbc/pgjdbc/issues/4085))
> * Avoid direct java.lang.management dependency in maxResultBuffer parser [`@​mblakley-casana`](https://github.com/mblakley-casana) ([#4069](https://redirect.github.com/pgjdbc/pgjdbc/issues/4069))
> * fix: restore pre-describe for generated-key batches [`@​bilalshehata`](https://github.com/bilalshehata) ([#4014](https://redirect.github.com/pgjdbc/pgjdbc/issues/4014))

... (truncated)


Changelog

*Sourced from [org.postgresql:postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).*

> [42.7.13] (2026-07-06)
> ----------------------
>
> ### Added
>
> * feat: invalidate the prepared-statement cache when the server reports a `search_path` change via GUC\_REPORT (PostgreSQL 18+), so cached plans are no longer used against the wrong schema [PR [#4259](https://redirect.github.com/pgjdbc/pgjdbc/issues/4259)]([pgjdbc/pgjdbc#4259](https://redirect.github.com/pgjdbc/pgjdbc/pull/4259))
> * feat: `reWriteBatchedInserts` now merges up to 32768 rows into one multi-values `INSERT` (bounded by the 65535 bind-parameter limit on the extended protocol) instead of capping at 128, which speeds up batches of few-column rows. The new `reWriteBatchedInsertsSize` connection property lowers that cap when set; the default of `0` uses that maximum. [PR [#4207](https://redirect.github.com/pgjdbc/pgjdbc/issues/4207)]([pgjdbc/pgjdbc#4207](https://redirect.github.com/pgjdbc/pgjdbc/pull/4207))
> * feat: invalidate the prepared-statement cache after CREATE/DROP/ALTER so callers no longer trip on "cached plan must not change result type" without opting into `autosave=ALWAYS`. Controlled by the new `flushCacheOnDdl` connection property (default `true`); set to `false` for the prior behaviour. [PR [#4067](https://redirect.github.com/pgjdbc/pgjdbc/issues/4067)]([pgjdbc/pgjdbc#4067](https://redirect.github.com/pgjdbc/pgjdbc/pull/4067))
> * feat: add `connectExecutor` connection property to customize the `Executor` used to run the worker task that performs the connection attempt when `loginTimeout` is in effect. The value is the fully qualified name of a class implementing `java.util.concurrent.Executor`. With a null value, the default, the driver retains the prior behavior of running the connection attempt on a daemon thread named `"PostgreSQL JDBC driver connection thread"`. The executor must run the task on a thread other than the caller's. Running the attempt on a named thread lets applications that monitor driver-created threads identify it. [PR [#4165](https://redirect.github.com/pgjdbc/pgjdbc/issues/4165)]([pgjdbc/pgjdbc#4165](https://redirect.github.com/pgjdbc/pgjdbc/pull/4165))
> * feat: add `classLoaderStrategy` connection property to control which classloaders the driver searches when loading a class named by a connection property, for example `socketFactory`. The default `driver-first` now falls back to the thread context classloader when the driver's classloader cannot resolve the class, which fixes class loading in non-flat class paths such as Quarkus and OSGi. Set `driver` to keep the previous driver-classloader-only behaviour, or `context-first` to prefer the thread context classloader [Issue [#2112](https://redirect.github.com/pgjdbc/pgjdbc/issues/2112)]([pgjdbc/pgjdbc#2112](https://redirect.github.com/pgjdbc/pgjdbc/issues/2112)) [PR [#4167](https://redirect.github.com/pgjdbc/pgjdbc/issues/4167)]([pgjdbc/pgjdbc#4167](https://redirect.github.com/pgjdbc/pgjdbc/pull/4167))
> * feat: add OID constants for geometric arrays, `RECORD`, and `refcursor` [PR [#4220](https://redirect.github.com/pgjdbc/pgjdbc/issues/4220)]([pgjdbc/pgjdbc#4220](https://redirect.github.com/pgjdbc/pgjdbc/pull/4220))
> * feat: `LargeObject` `BlobInputStream` now skips by seeking instead of reading, and the driver exposes the server version so it can select the 64-bit large-object API where available [PR [#4204](https://redirect.github.com/pgjdbc/pgjdbc/issues/4204)]([pgjdbc/pgjdbc#4204](https://redirect.github.com/pgjdbc/pgjdbc/pull/4204))
>
> ### Changed
>
> * refactor: the worker that runs the connection attempt under `loginTimeout` is now a `FutureTask` (`ConnectTask`) instead of the hand-rolled `ConnectThread`. When the caller hits the timeout, the task is now cancelled with `cancel(true)`, which interrupts the worker thread rather than letting it run to completion. This makes the connection attempt interruptible, so `loginTimeout` can stop a slow connection attempt instead of leaking a thread. As before, a connection that the worker still manages to establish after the caller gives up is closed by the worker so that it does not leak. There are no public API changes and this should only lead to faster background resource cleanup for connections that time out. [PR [#4120](https://redirect.github.com/pgjdbc/pgjdbc/issues/4120)]([pgjdbc/pgjdbc#4120](https://redirect.github.com/pgjdbc/pgjdbc/pull/4120))
> * chore: `PGXAConnection.ConnectionHandler` now rejects `setAutoCommit(false)` and `setSavepoint(...)` during an active XA branch, in addition to the long-rejected `setAutoCommit(true)` / `commit()` / `rollback()`. The `setSavepoint` rejection was already meant to be in place but the guard misspelled the method name as `setSavePoint`, so savepoints silently went through. Both changes bring the proxy in line with JTA 1.2 §3.4. [PR [#4114](https://redirect.github.com/pgjdbc/pgjdbc/issues/4114)]([pgjdbc/pgjdbc#4114](https://redirect.github.com/pgjdbc/pgjdbc/pull/4114))
> * chore: `commitPrepared` / `rollback`-of-prepared now return `XAER_RMFAIL` instead of `XAER_RMERR` when the underlying connection is left in a non-idle `TransactionState`. Transaction managers (Geronimo, Narayana, Atomikos) treat `XAER_RMFAIL` as retryable on a fresh `XAResource`; the prepared transaction is no longer abandoned. [PR [#4114](https://redirect.github.com/pgjdbc/pgjdbc/issues/4114)]([pgjdbc/pgjdbc#4114](https://redirect.github.com/pgjdbc/pgjdbc/pull/4114))
> * refactor: derive `getPrimaryKeys` from `pg_constraint.conkey` [PR [#4202](https://redirect.github.com/pgjdbc/pgjdbc/issues/4202)]([pgjdbc/pgjdbc#4202](https://redirect.github.com/pgjdbc/pgjdbc/pull/4202))
>
> ### Fixed
>
> * fix: the published GitHub release now ships the released `postgresql-<version>.jar` and its detached PGP signature, taken from the same signed build that is uploaded to Maven Central, instead of a leftover SNAPSHOT jar [Issue [#3812](https://redirect.github.com/pgjdbc/pgjdbc/issues/3812)]([pgjdbc/pgjdbc#3812](https://redirect.github.com/pgjdbc/pgjdbc/issues/3812)) [PR [#3814](https://redirect.github.com/pgjdbc/pgjdbc/issues/3814)]([pgjdbc/pgjdbc#3814](https://redirect.github.com/pgjdbc/pgjdbc/pull/3814))
> * fix: simplify the `Statement#cancel` state machine by dropping the redundant `CANCELLED` state. `killTimerTask` now waits for the state to return to `IDLE` directly, which removes a spin-forever case when more than one thread observes the cancel completing [PR [#1827](https://redirect.github.com/pgjdbc/pgjdbc/issues/1827)]([pgjdbc/pgjdbc#1827](https://redirect.github.com/pgjdbc/pgjdbc/pull/1827)).
> * perf: defer simple-query flushes until the driver reads the response, allowing `BEGIN` and the following query to share a network flush [Issue [#3894](https://redirect.github.com/pgjdbc/pgjdbc/issues/3894)]([pgjdbc/pgjdbc#3894](https://redirect.github.com/pgjdbc/pgjdbc/issues/3894)) [PR [#4196](https://redirect.github.com/pgjdbc/pgjdbc/issues/4196)]([pgjdbc/pgjdbc#4196](https://redirect.github.com/pgjdbc/pgjdbc/pull/4196))
> * fix: `reWriteBatchedInserts` no longer throws `IllegalArgumentException` when batching a parameterless `INSERT` (for example `INSERT INTO t VALUES (1, 2)`) of 256 rows or more [PR [#4207](https://redirect.github.com/pgjdbc/pgjdbc/issues/4207)]([pgjdbc/pgjdbc#4207](https://redirect.github.com/pgjdbc/pgjdbc/pull/4207))
> * fix: a comment before `CALL` in a `CallableStatement` no longer hides the native call, so OUT parameter registration works for `/* comment */ call proc(?, ?)` and similar. `Parser.modifyJdbcCall` now skips leading whitespace and SQL comments (both `--` and `/* */`) before the call, tolerates a trailing comment after a `{ ... }` escape, and no longer adds a spurious comma when moving an OUT parameter into a call whose arguments are only a comment [Issue [#2538](https://redirect.github.com/pgjdbc/pgjdbc/issues/2538)]([pgjdbc/pgjdbc#2538](https://redirect.github.com/pgjdbc/pgjdbc/issues/2538)) [PR [#4209](https://redirect.github.com/pgjdbc/pgjdbc/issues/4209)]([pgjdbc/pgjdbc#4209](https://redirect.github.com/pgjdbc/pgjdbc/pull/4209))
> * fix: `PreparedStatement.toString()` no longer throws for a `bytea` value supplied as text via `PGobject`. Hex-format values (`\x...`) are validated and rendered as a `bytea` literal, and escape-format values are quoted and cast like any other literal [Issue [#3757](https://redirect.github.com/pgjdbc/pgjdbc/issues/3757)]([pgjdbc/pgjdbc#3757](https://redirect.github.com/pgjdbc/pgjdbc/issues/3757)) [PR [#4201](https://redirect.github.com/pgjdbc/pgjdbc/issues/4201)]([pgjdbc/pgjdbc#4201](https://redirect.github.com/pgjdbc/pgjdbc/pull/4201))
> * fix: the driver no longer nulls the `contextClassLoader` of shared `ForkJoinPool.commonPool()` worker threads, which previously left unrelated tasks on those threads running with a `null` classloader [Issue [#4155](https://redirect.github.com/pgjdbc/pgjdbc/issues/4155)]([pgjdbc/pgjdbc#4155](https://redirect.github.com/pgjdbc/pgjdbc/issues/4155)) [PR [#4156](https://redirect.github.com/pgjdbc/pgjdbc/issues/4156)]([pgjdbc/pgjdbc#4156](https://redirect.github.com/pgjdbc/pgjdbc/pull/4156))
> * fix: `PgResultSet#getCharacterStream` wraps `String` in a `StringReader` [PR [#4063](https://redirect.github.com/pgjdbc/pgjdbc/issues/4063)]([pgjdbc/pgjdbc#4063](https://redirect.github.com/pgjdbc/pgjdbc/pull/4063))
> * fix: `PGXAConnection` no longer saves and restores the underlying connection's JDBC `autoCommit` flag. All XA-protocol SQL (`BEGIN`, `PREPARE TRANSACTION`, `COMMIT`, `ROLLBACK`, `COMMIT PREPARED`, `ROLLBACK PREPARED`, the `recover()` SELECT) is sent through `QUERY_SUPPRESS_BEGIN`, so the caller's `autoCommit` value is invariant across every `XAResource` call. Fixes the "2nd phase commit must be issued using an idle connection" failure during recovery on managed datasources that pool connections with `autoCommit=false` (TomEE, WildFly, WebSphere Liberty) [PR [#4114](https://redirect.github.com/pgjdbc/pgjdbc/issues/4114)]([pgjdbc/pgjdbc#4114](https://redirect.github.com/pgjdbc/pgjdbc/pull/4114))
> * fix: `PGXAConnection.prepare()` now mutates XA state only after `PREPARE TRANSACTION` succeeds. A failed `PREPARE` previously left the driver thinking the branch was already prepared, so the follow-up `rollback(xid)` tried `ROLLBACK PREPARED` against a non-existent gid and returned `XAER_RMERR`. Transaction managers (Narayana) escalated this to `HeuristicMixedException`. With the fix, `rollback(xid)` takes the active-branch path and issues a plain `ROLLBACK`, which the server accepts cleanly. Fixes [Issue [#3153](https://redirect.github.com/pgjdbc/pgjdbc/issues/3153)]([pgjdbc/pgjdbc#3153](https://redirect.github.com/pgjdbc/pgjdbc/issues/3153)), [Issue [#3123](https://redirect.github.com/pgjdbc/pgjdbc/issues/3123)]([pgjdbc/pgjdbc#3123](https://redirect.github.com/pgjdbc/pgjdbc/issues/3123)). [PR [#4114](https://redirect.github.com/pgjdbc/pgjdbc/issues/4114)]([pgjdbc/pgjdbc#4114](https://redirect.github.com/pgjdbc/pgjdbc/pull/4114))
> * fix: an updatable result set over an unqualified table name is now classified using only the table visible through `search_path`. When two schemas held a table with the same name and the same primary or unique index name but a different set of key columns, the driver took the union of both schemas' columns, so the result set could be wrongly rejected as not updatable [PR [#4214](https://redirect.github.com/pgjdbc/pgjdbc/issues/4214)]([pgjdbc/pgjdbc#4214](https://redirect.github.com/pgjdbc/pgjdbc/pull/4214)). Supersedes [PR [#3400](https://redirect.github.com/pgjdbc/pgjdbc/issues/3400)]([pgjdbc/pgjdbc#3400](https://redirect.github.com/pgjdbc/pgjdbc/pull/3400)).
> * fix: `LargeObject.close()` now flushes a buffered output stream before marking the object closed, so closing a large object without an explicit `flush()` no longer drops buffered writes. The flush runs while the object is still open (it calls back into `LargeObject.write()`), and `lo_close` always runs afterward; a failure from `lo_close` no longer masks an earlier flush error, and the transaction is not committed when the flush failed [Issue [#4247](https://redirect.github.com/pgjdbc/pgjdbc/issues/4247)]([pgjdbc/pgjdbc#4247](https://redirect.github.com/pgjdbc/pgjdbc/issues/4247)) [PR [#4248](https://redirect.github.com/pgjdbc/pgjdbc/issues/4248)]([pgjdbc/pgjdbc#4248](https://redirect.github.com/pgjdbc/pgjdbc/pull/4248)).
> * fix: reject empty `timestamp`, `timestamptz`, and `date` text with a clear `SQLException` (SQLState `22007`) instead of an `ArrayIndexOutOfBoundsException` [PR [#4278](https://redirect.github.com/pgjdbc/pgjdbc/issues/4278)]([pgjdbc/pgjdbc#4278](https://redirect.github.com/pgjdbc/pgjdbc/pull/4278))
> * fix: return null `CHAR_OCTET_LENGTH` for non-character columns [PR [#4231](https://redirect.github.com/pgjdbc/pgjdbc/issues/4231)]([pgjdbc/pgjdbc#4231](https://redirect.github.com/pgjdbc/pgjdbc/pull/4231))
> * fix: honor scale in `ResultSet.getBigDecimal(int, int)` [PR [#4211](https://redirect.github.com/pgjdbc/pgjdbc/issues/4211)]([pgjdbc/pgjdbc#4211](https://redirect.github.com/pgjdbc/pgjdbc/pull/4211))
> * fix: support `java.time` values in an updatable `ResultSet` `updateRow()` / `insertRow()` [PR [#3848](https://redirect.github.com/pgjdbc/pgjdbc/issues/3848)]([pgjdbc/pgjdbc#3848](https://redirect.github.com/pgjdbc/pgjdbc/pull/3848))
> * fix: improve batching when the `RETURNING` clause contains `varchar` or `numeric` types [PR [#4014](https://redirect.github.com/pgjdbc/pgjdbc/issues/4014)]([pgjdbc/pgjdbc#4014](https://redirect.github.com/pgjdbc/pgjdbc/pull/4014))
> * fix: correct `estimatedReceiveBufferBytes` accounting after a forced `Sync` [PR [#4014](https://redirect.github.com/pgjdbc/pgjdbc/issues/4014)]([pgjdbc/pgjdbc#4014](https://redirect.github.com/pgjdbc/pgjdbc/pull/4014))
> * fix: avoid creating a transient `ResultSet` for describe-statement purposes, and restore the pre-describe path for generated-key batches [PR [#4014](https://redirect.github.com/pgjdbc/pgjdbc/issues/4014)]([pgjdbc/pgjdbc#4014](https://redirect.github.com/pgjdbc/pgjdbc/pull/4014))
> * fix: add an explicit failure message when a multi-statement command executes in a batch [PR [#4014](https://redirect.github.com/pgjdbc/pgjdbc/issues/4014)]([pgjdbc/pgjdbc#4014](https://redirect.github.com/pgjdbc/pgjdbc/pull/4014))
> * fix: detect `search_path` changes case-insensitively [PR [#4216](https://redirect.github.com/pgjdbc/pgjdbc/issues/4216)]([pgjdbc/pgjdbc#4216](https://redirect.github.com/pgjdbc/pgjdbc/pull/4216))
> * fix: auto-detect the SSL key format instead of relying on the `.key` extension [PR [#3946](https://redirect.github.com/pgjdbc/pgjdbc/issues/3946)]([pgjdbc/pgjdbc#3946](https://redirect.github.com/pgjdbc/pgjdbc/pull/3946))
> * fix: build PKIX trust anchors without a `KeyStore` so FIPS JVMs work [PR [#4193](https://redirect.github.com/pgjdbc/pgjdbc/issues/4193)]([pgjdbc/pgjdbc#4193](https://redirect.github.com/pgjdbc/pgjdbc/pull/4193))
> * fix: use `gssResponseTimeout` rather than `sslResponseTimeout` for GSS connections [PR [#4076](https://redirect.github.com/pgjdbc/pgjdbc/issues/4076)]([pgjdbc/pgjdbc#4076](https://redirect.github.com/pgjdbc/pgjdbc/pull/4076))
> * fix: skip the autosave savepoint for `SET LOCAL` / `SET SESSION TRANSACTION` [PR [#4203](https://redirect.github.com/pgjdbc/pgjdbc/issues/4203)]([pgjdbc/pgjdbc#4203](https://redirect.github.com/pgjdbc/pgjdbc/pull/4203))
> * fix: do not throw `AssertionError` from `BatchResultHandler` on a closed connection [PR [#4187](https://redirect.github.com/pgjdbc/pgjdbc/issues/4187)]([pgjdbc/pgjdbc#4187](https://redirect.github.com/pgjdbc/pgjdbc/pull/4187))
> * fix: reject `SQL_TSI_FRAC_SECOND` with an explicit, explained error [PR [#4229](https://redirect.github.com/pgjdbc/pgjdbc/issues/4229)]([pgjdbc/pgjdbc#4229](https://redirect.github.com/pgjdbc/pgjdbc/pull/4229))
> * fix: reject a null URL in `Driver.acceptsURL` with a clear `NullPointerException` [PR [#4205](https://redirect.github.com/pgjdbc/pgjdbc/issues/4205)]([pgjdbc/pgjdbc#4205](https://redirect.github.com/pgjdbc/pgjdbc/pull/4205))
> * fix: reject overlong inputs in `NumberParser.getFastLong` instead of silently wrapping [PR [#4163](https://redirect.github.com/pgjdbc/pgjdbc/issues/4163)]([pgjdbc/pgjdbc#4163](https://redirect.github.com/pgjdbc/pgjdbc/pull/4163))
> * fix: reject out-of-range and NaN values in `PGInterval.setSeconds` [PR [#4194](https://redirect.github.com/pgjdbc/pgjdbc/issues/4194)]([pgjdbc/pgjdbc#4194](https://redirect.github.com/pgjdbc/pgjdbc/pull/4194))
> * fix: close the socket when `PgConnection` setup fails after connect [PR [#4161](https://redirect.github.com/pgjdbc/pgjdbc/issues/4161)]([pgjdbc/pgjdbc#4161](https://redirect.github.com/pgjdbc/pgjdbc/pull/4161))
> * fix: keep the `LazyCleanerImpl` cleanup task alive across a transient empty queue [PR [#4038](https://redirect.github.com/pgjdbc/pgjdbc/issues/4038)]([pgjdbc/pgjdbc#4038](https://redirect.github.com/pgjdbc/pgjdbc/pull/4038))

... (truncated)


Commits

* [`3297557`](pgjdbc/pgjdbc@3297557) docs: add 42.7.13 release changelog ([#4270](https://redirect.github.com/pgjdbc/pgjdbc/issues/4270))
* [`d93d370`](pgjdbc/pgjdbc@d93d370) style: apply Autostyle to docs/ and .github/
* [`2e05ff9`](pgjdbc/pgjdbc@2e05ff9) build: check docs/ and .github/ formatting with Autostyle
* [`b4a6087`](pgjdbc/pgjdbc@b4a6087) Adjust EditorConfig für Makefiles
* [`725cebb`](pgjdbc/pgjdbc@725cebb) fix(jdbc): reject empty timestamp/timestamptz text with a clear error
* [`23a1b0d`](pgjdbc/pgjdbc@23a1b0d) fix(scram): fail closed on channel-binding downgrade (no scram bump)
* [`0b4077a`](pgjdbc/pgjdbc@0b4077a) Bump pgjdbc version from 42.7.12 to 42.7.13 ([#4269](https://redirect.github.com/pgjdbc/pgjdbc/issues/4269))
* [`394800a`](pgjdbc/pgjdbc@394800a) fix: flush LargeObject output stream before marking closed ([#4248](https://redirect.github.com/pgjdbc/pgjdbc/issues/4248))
* [`83780f1`](pgjdbc/pgjdbc@83780f1) Maintain consistency with the use of the word maintainer vs comitter ([#4234](https://redirect.github.com/pgjdbc/pgjdbc/issues/4234))
* [`d42cad5`](pgjdbc/pgjdbc@d42cad5) fix(jdbc): classify updatable result set by search\_path visibility
* Additional commits viewable in [compare view](pgjdbc/pgjdbc@REL42.7.12...REL42.7.13)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=42.7.12&new-version=42.7.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant