Skip to content

build(deps): bump slf4j.version from 2.0.16 to 2.0.17 - #2023

Merged
robfrank merged 1 commit into
mainfrom
dependabot/maven/slf4j.version-2.0.17
Mar 4, 2025
Merged

build(deps): bump slf4j.version from 2.0.16 to 2.0.17#2023
robfrank merged 1 commit into
mainfrom
dependabot/maven/slf4j.version-2.0.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2025

Copy link
Copy Markdown
Contributor

Bumps slf4j.version from 2.0.16 to 2.0.17.
Updates org.slf4j:slf4j-api from 2.0.16 to 2.0.17

Updates org.slf4j:slf4j-jdk14 from 2.0.16 to 2.0.17

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 `slf4j.version` from 2.0.16 to 2.0.17.

Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-jdk14` from 2.0.16 to 2.0.17

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
  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 java labels Mar 3, 2025
@robfrank
robfrank merged commit 250c366 into main Mar 4, 2025
@dependabot
dependabot Bot deleted the dependabot/maven/slf4j.version-2.0.17 branch March 4, 2025 09:18
mergify Bot added a commit that referenced this pull request Jun 7, 2026
…5 [skip ci]

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.14 to 0.8.15.
Release notes

*Sourced from [org.jacoco:jacoco-maven-plugin's releases](https://github.com/jacoco/jacoco/releases).*

> 0.8.15
> ------
>
> New Features
> ------------
>
> * JaCoCo now officially supports Java 26 (GitHub [#2076](https://redirect.github.com/jacoco/jacoco/issues/2076)).
> * Experimental support for Java 27 class files (GitHub [#2004](https://redirect.github.com/jacoco/jacoco/issues/2004)).
> * Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub [#1905](https://redirect.github.com/jacoco/jacoco/issues/1905)).
> * Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub [#1944](https://redirect.github.com/jacoco/jacoco/issues/1944)).
> * Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub [#2097](https://redirect.github.com/jacoco/jacoco/issues/2097)).
> * Improved filtering of bytecode generated by Kotlin compiler for when expressions and statements with kotlin.String subject where first branch condition contains string with largest hash (GitHub [#2098](https://redirect.github.com/jacoco/jacoco/issues/2098)).
> * Part of bytecode that javac versions from 24 to 26 generate for switch statements and expressions with selector expression of type java.lang.String inside lambdas is filtered out during generation of report (GitHub [#2023](https://redirect.github.com/jacoco/jacoco/issues/2023)).
> * Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub [#2114](https://redirect.github.com/jacoco/jacoco/issues/2114)).
> * For better performance agent output methods tcpclient and tcpserver use BufferedOutputStream to write execution data to socket. Maven plugin, Ant tasks, CLI, API usage examples, and ExecDumpClient API use BufferedInputStream to read execution data from socket. Third-party integrations should do the same to benefit from this change in agent (GitHub [#2089](https://redirect.github.com/jacoco/jacoco/issues/2089)).
>
> Fixed bugs
> ----------
>
> * Fixed processing of Kotlin SMAP in synthetic classes (GitHub [#1985](https://redirect.github.com/jacoco/jacoco/issues/1985)).
> * Multiple JaCoCo runtimes within one JVM writing to the same output file should not cause data corruption when running on JDK versions from 6 to 10 affected by [JDK-8166253](https://bugs.openjdk.org/browse/JDK-8166253) (GitHub [#2065](https://redirect.github.com/jacoco/jacoco/issues/2065), [#2074](https://redirect.github.com/jacoco/jacoco/issues/2074)).
> * For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub [#2073](https://redirect.github.com/jacoco/jacoco/issues/2073)).
> * Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub [#1651](https://redirect.github.com/jacoco/jacoco/issues/1651)).
>
> Non-functional Changes
> ----------------------
>
> * JaCoCo now depends on ASM 9.10.1 (GitHub [#2134](https://redirect.github.com/jacoco/jacoco/issues/2134)).


Commits

* [`6c5260a`](jacoco/jacoco@6c5260a) Prepare release v0.8.15
* [`5c05141`](jacoco/jacoco@5c05141) Transfer of execution data through socket should use buffered stream ([#2089](https://redirect.github.com/jacoco/jacoco/issues/2089))
* [`ab5efa9`](jacoco/jacoco@ab5efa9) Remove from Azure Pipelines all builds except with JDK 5 and JDK EA ([#2148](https://redirect.github.com/jacoco/jacoco/issues/2148))
* [`5f6ea38`](jacoco/jacoco@5f6ea38) Use Windows 2025 image in GitHub Actions ([#2130](https://redirect.github.com/jacoco/jacoco/issues/2130))
* [`35a8af2`](jacoco/jacoco@35a8af2) Use Renovate instead of Dependabot for updates of ASM ([#2137](https://redirect.github.com/jacoco/jacoco/issues/2137))
* [`85b8ddf`](jacoco/jacoco@85b8ddf) Upgrade ASM to 9.10.1 ([#2134](https://redirect.github.com/jacoco/jacoco/issues/2134))
* [`2988647`](jacoco/jacoco@2988647) AgentModule should use ClassLoader of agent instead of SystemClassLoader ([#1651](https://redirect.github.com/jacoco/jacoco/issues/1651))
* [`75a4e31`](jacoco/jacoco@75a4e31) Add filter for Kotlin `@JvmExposeBoxed` ([#1944](https://redirect.github.com/jacoco/jacoco/issues/1944))
* [`691fa1d`](jacoco/jacoco@691fa1d) Use Renovate instead of Dependabot for updates of GitHub Actions ([#2132](https://redirect.github.com/jacoco/jacoco/issues/2132))
* [`3e18f17`](jacoco/jacoco@3e18f17) Require at least JDK 21 for build ([#2128](https://redirect.github.com/jacoco/jacoco/issues/2128))
* Additional commits viewable in [compare view](jacoco/jacoco@v0.8.14...v0.8.15)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.14&new-version=0.8.15)](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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…[skip ci]

Bumps `slf4j.version` from 2.0.16 to 2.0.17.

Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-jdk14` from 2.0.16 to 2.0.17

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
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
…5 [skip ci]

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.14 to 0.8.15.
Release notes

*Sourced from [org.jacoco:jacoco-maven-plugin's releases](https://github.com/jacoco/jacoco/releases).*

> 0.8.15
> ------
>
> New Features
> ------------
>
> * JaCoCo now officially supports Java 26 (GitHub [ArcadeData#2076](https://redirect.github.com/jacoco/jacoco/issues/2076)).
> * Experimental support for Java 27 class files (GitHub [ArcadeData#2004](https://redirect.github.com/jacoco/jacoco/issues/2004)).
> * Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub [#1905](https://redirect.github.com/jacoco/jacoco/issues/1905)).
> * Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub [ArcadeData#1944](https://redirect.github.com/jacoco/jacoco/issues/1944)).
> * Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub [ArcadeData#2097](https://redirect.github.com/jacoco/jacoco/issues/2097)).
> * Improved filtering of bytecode generated by Kotlin compiler for when expressions and statements with kotlin.String subject where first branch condition contains string with largest hash (GitHub [#2098](https://redirect.github.com/jacoco/jacoco/issues/2098)).
> * Part of bytecode that javac versions from 24 to 26 generate for switch statements and expressions with selector expression of type java.lang.String inside lambdas is filtered out during generation of report (GitHub [ArcadeData#2023](https://redirect.github.com/jacoco/jacoco/issues/2023)).
> * Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub [ArcadeData#2114](https://redirect.github.com/jacoco/jacoco/issues/2114)).
> * For better performance agent output methods tcpclient and tcpserver use BufferedOutputStream to write execution data to socket. Maven plugin, Ant tasks, CLI, API usage examples, and ExecDumpClient API use BufferedInputStream to read execution data from socket. Third-party integrations should do the same to benefit from this change in agent (GitHub [ArcadeData#2089](https://redirect.github.com/jacoco/jacoco/issues/2089)).
>
> Fixed bugs
> ----------
>
> * Fixed processing of Kotlin SMAP in synthetic classes (GitHub [ArcadeData#1985](https://redirect.github.com/jacoco/jacoco/issues/1985)).
> * Multiple JaCoCo runtimes within one JVM writing to the same output file should not cause data corruption when running on JDK versions from 6 to 10 affected by [JDK-8166253](https://bugs.openjdk.org/browse/JDK-8166253) (GitHub [ArcadeData#2065](https://redirect.github.com/jacoco/jacoco/issues/2065), [ArcadeData#2074](https://redirect.github.com/jacoco/jacoco/issues/2074)).
> * For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub [#2073](https://redirect.github.com/jacoco/jacoco/issues/2073)).
> * Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub [ArcadeData#1651](https://redirect.github.com/jacoco/jacoco/issues/1651)).
>
> Non-functional Changes
> ----------------------
>
> * JaCoCo now depends on ASM 9.10.1 (GitHub [ArcadeData#2134](https://redirect.github.com/jacoco/jacoco/issues/2134)).


Commits

* [`6c5260a`](jacoco/jacoco@6c5260a) Prepare release v0.8.15
* [`5c05141`](jacoco/jacoco@5c05141) Transfer of execution data through socket should use buffered stream ([ArcadeData#2089](https://redirect.github.com/jacoco/jacoco/issues/2089))
* [`ab5efa9`](jacoco/jacoco@ab5efa9) Remove from Azure Pipelines all builds except with JDK 5 and JDK EA ([ArcadeData#2148](https://redirect.github.com/jacoco/jacoco/issues/2148))
* [`5f6ea38`](jacoco/jacoco@5f6ea38) Use Windows 2025 image in GitHub Actions ([ArcadeData#2130](https://redirect.github.com/jacoco/jacoco/issues/2130))
* [`35a8af2`](jacoco/jacoco@35a8af2) Use Renovate instead of Dependabot for updates of ASM ([ArcadeData#2137](https://redirect.github.com/jacoco/jacoco/issues/2137))
* [`85b8ddf`](jacoco/jacoco@85b8ddf) Upgrade ASM to 9.10.1 ([ArcadeData#2134](https://redirect.github.com/jacoco/jacoco/issues/2134))
* [`2988647`](jacoco/jacoco@2988647) AgentModule should use ClassLoader of agent instead of SystemClassLoader ([ArcadeData#1651](https://redirect.github.com/jacoco/jacoco/issues/1651))
* [`75a4e31`](jacoco/jacoco@75a4e31) Add filter for Kotlin `@JvmExposeBoxed` ([ArcadeData#1944](https://redirect.github.com/jacoco/jacoco/issues/1944))
* [`691fa1d`](jacoco/jacoco@691fa1d) Use Renovate instead of Dependabot for updates of GitHub Actions ([ArcadeData#2132](https://redirect.github.com/jacoco/jacoco/issues/2132))
* [`3e18f17`](jacoco/jacoco@3e18f17) Require at least JDK 21 for build ([#2128](https://redirect.github.com/jacoco/jacoco/issues/2128))
* Additional commits viewable in [compare view](jacoco/jacoco@v0.8.14...v0.8.15)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.14&new-version=0.8.15)](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 Aug 30, 2026
Bumps `jline.version` from 4.3.1 to 4.4.0.
Updates `org.jline:jline-terminal` from 4.3.1 to 4.4.0
Release notes

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

> JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.
>
> **Highlights:**
>
> * **Kitty Keyboard Protocol** — full support for the [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/), enabling unambiguous key event reporting ([#2007](https://redirect.github.com/jline/jline3/issues/2007))
> * **In-band window resize** — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) ([#2021](https://redirect.github.com/jline/jline3/issues/2021), [#2198](https://redirect.github.com/jline/jline3/issues/2198))
> * **Synchronized output** — full mode 2026 support to eliminate flicker during rapid screen updates ([#2022](https://redirect.github.com/jline/jline3/issues/2022))
> * **musl libc support** — native libraries now load on Alpine and other musl-based distributions ([#2197](https://redirect.github.com/jline/jline3/issues/2197))
> * **JdkConsoleProvider** — drop-in JLine console that can replace `System.console()` ([#2031](https://redirect.github.com/jline/jline3/issues/2031))
> * **Reproducible builds** — source archives can now be built without a git checkout, thanks to nisse property fallbacks ([#2151](https://redirect.github.com/jline/jline3/issues/2151), [#2153](https://redirect.github.com/jline/jline3/issues/2153))
> * **Security hardening** — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules
> * **FFM signal handling rewrite** — replaced shared Arena with self-pipe trick for reliable signal delivery ([#2141](https://redirect.github.com/jline/jline3/issues/2141))
>
> ⚠️ **Breaking:** the ambiguous key binding timeout has been reduced from 1000ms to 100ms ([#2186](https://redirect.github.com/jline/jline3/issues/2186)), and SSH agent forwarding now requires the explicit `-A` flag ([#2106](https://redirect.github.com/jline/jline3/issues/2106)).
>
> 💥 Breaking changes
> -----------------------
>
> * fix: reduce ambiguous binding timeout from 1000ms to 100ms ([#2186](https://redirect.github.com/jline/jline3/pull/2186)) [`@​gnodet`](https://github.com/gnodet)
> * fix: only forward the ssh agent when -A is given ([#2106](https://redirect.github.com/jline/jline3/pull/2106)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins ([#2198](https://redirect.github.com/jline/jline3/pull/2198)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add musl libc support for native libraries ([#2197](https://redirect.github.com/jline/jline3/pull/2197)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add Kitty Keyboard Protocol support ([#2007](https://redirect.github.com/jline/jline3/pull/2007)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add configurable behavior for too many completion candidates (fixes [#2154](https://redirect.github.com/jline/jline3/issues/2154)) ([#2196](https://redirect.github.com/jline/jline3/pull/2196)) [`@​gnodet`](https://github.com/gnodet)
> * feat: support in-band window resize notifications (mode 2048) ([#2021](https://redirect.github.com/jline/jline3/pull/2021)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add JdkConsoleProvider for drop-in JLine console ([#2031](https://redirect.github.com/jline/jline3/pull/2031)) [`@​gnodet`](https://github.com/gnodet)
> * feat: verify macOS native library signatures in CI ([#2173](https://redirect.github.com/jline/jline3/pull/2173)) [`@​gnodet`](https://github.com/gnodet)
> * feat: allow customizing the help source in Less pager (fixes [#2056](https://redirect.github.com/jline/jline3/issues/2056)) ([#2065](https://redirect.github.com/jline/jline3/pull/2065)) [`@​gnodet`](https://github.com/gnodet)
> * feat: full synchronized output (mode 2026) support ([#2022](https://redirect.github.com/jline/jline3/pull/2022)) [`@​gnodet`](https://github.com/gnodet)
> * refactor: batch DEC mode probing into single DECRQM round-trip ([#2023](https://redirect.github.com/jline/jline3/pull/2023)) [`@​gnodet`](https://github.com/gnodet)
> * feat: allow customizing the default prompt in Less pager ([#2036](https://redirect.github.com/jline/jline3/pull/2036)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add factory to simplify LineDisciplineTerminal + ScreenTerminal wiring ([#2035](https://redirect.github.com/jline/jline3/pull/2035)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add AttributedStringBuilder.appendCodePoint(int) ([#2163](https://redirect.github.com/jline/jline3/pull/2163)) [`@​gnodet`](https://github.com/gnodet)
> * Enable reproducible builds from source archives ([#2151](https://redirect.github.com/jline/jline3/pull/2151)) [`@​gnodet`](https://github.com/gnodet)
> * Add Terminal.getenv() for remote terminal environment support ([#2030](https://redirect.github.com/jline/jline3/pull/2030)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: remove eval from MVX demo launchers (fixes [#2191](https://redirect.github.com/jline/jline3/issues/2191)) ([#2193](https://redirect.github.com/jline/jline3/pull/2193)) [`@​gnodet`](https://github.com/gnodet)
> * fix: DefaultHistory.read() records per-file entry count instead of total (fixes [#2179](https://redirect.github.com/jline/jline3/issues/2179)) ([#2194](https://redirect.github.com/jline/jline3/pull/2194)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle IOError in BindingReader gracefully instead of crashing (fixes [#2155](https://redirect.github.com/jline/jline3/issues/2155)) ([#2195](https://redirect.github.com/jline/jline3/pull/2195)) [`@​gnodet`](https://github.com/gnodet)
> * fix: lower native library candidate log level from WARNING to DEBUG (fixes [#2185](https://redirect.github.com/jline/jline3/issues/2185)) ([#2192](https://redirect.github.com/jline/jline3/pull/2192)) [`@​gnodet`](https://github.com/gnodet)
> * fix: reimplement FFM signal handling with self-pipe trick (fixes [#2139](https://redirect.github.com/jline/jline3/issues/2139)) ([#2141](https://redirect.github.com/jline/jline3/pull/2141)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add software signal interception to Windows terminals (fixes [#2127](https://redirect.github.com/jline/jline3/issues/2127)) ([#2148](https://redirect.github.com/jline/jline3/pull/2148)) [`@​gnodet`](https://github.com/gnodet)
> * fix: escape control chars in oversized line-buffer display ([#2175](https://redirect.github.com/jline/jline3/pull/2175)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: escape IAC byte in the telnet data output stream ([#2164](https://redirect.github.com/jline/jline3/pull/2164)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: strip control characters from Less status messages ([#2156](https://redirect.github.com/jline/jline3/pull/2156)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: preserve termios baud rate when setting attributes ([#2170](https://redirect.github.com/jline/jline3/issues/2170)) ([#2172](https://redirect.github.com/jline/jline3/pull/2172)) [`@​arimu1`](https://github.com/arimu1)
> * fix: mask password value in DefaultPrompter result display ([#2167](https://redirect.github.com/jline/jline3/pull/2167)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)

... (truncated)


Commits

* [`57f82ce`](jline/jline3@57f82ce) fix: preserve pending buffer and message during Less resize
* [`f21f332`](jline/jline3@f21f332) fix: enforce dimension bounds in InBandResize.applyResizeParams
* [`1c3801c`](jline/jline3@1c3801c) test: add unit tests for InBandResize utility, fix resize aborting Less file ...
* [`6be4759`](jline/jline3@6be4759) fix: address SonarCloud issues — rename Binding enum to UPPER\_SNAKE\_CASE, red...
* [`571f0fe`](jline/jline3@571f0fe) feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins (fi...
* [`6e02fe4`](jline/jline3@6e02fe4) feat: add musl libc support for native libraries (fixes [#1092](https://redirect.github.com/jline/jline3/issues/1092))
* [`11f9346`](jline/jline3@11f9346) fix: remove eval from MVX demo launchers (fixes [#2191](https://redirect.github.com/jline/jline3/issues/2191))
* [`a701558`](jline/jline3@a701558) feat: add Kitty Keyboard Protocol support (fixes [#1217](https://redirect.github.com/jline/jline3/issues/1217))
* [`c7170ea`](jline/jline3@c7170ea) fix: DefaultHistory.read() records per-file entry count instead of total (fix...
* [`e5202a3`](jline/jline3@e5202a3) feat: add configurable behavior for too many completion candidates (fixes [#2154](https://redirect.github.com/jline/jline3/issues/2154))
* Additional commits viewable in [compare view](jline/jline3@4.3.1...4.4.0)
  
Updates `org.jline:jline-reader` from 4.3.1 to 4.4.0
Release notes

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

> JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.
>
> **Highlights:**
>
> * **Kitty Keyboard Protocol** — full support for the [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/), enabling unambiguous key event reporting ([#2007](https://redirect.github.com/jline/jline3/issues/2007))
> * **In-band window resize** — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) ([#2021](https://redirect.github.com/jline/jline3/issues/2021), [#2198](https://redirect.github.com/jline/jline3/issues/2198))
> * **Synchronized output** — full mode 2026 support to eliminate flicker during rapid screen updates ([#2022](https://redirect.github.com/jline/jline3/issues/2022))
> * **musl libc support** — native libraries now load on Alpine and other musl-based distributions ([#2197](https://redirect.github.com/jline/jline3/issues/2197))
> * **JdkConsoleProvider** — drop-in JLine console that can replace `System.console()` ([#2031](https://redirect.github.com/jline/jline3/issues/2031))
> * **Reproducible builds** — source archives can now be built without a git checkout, thanks to nisse property fallbacks ([#2151](https://redirect.github.com/jline/jline3/issues/2151), [#2153](https://redirect.github.com/jline/jline3/issues/2153))
> * **Security hardening** — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules
> * **FFM signal handling rewrite** — replaced shared Arena with self-pipe trick for reliable signal delivery ([#2141](https://redirect.github.com/jline/jline3/issues/2141))
>
> ⚠️ **Breaking:** the ambiguous key binding timeout has been reduced from 1000ms to 100ms ([#2186](https://redirect.github.com/jline/jline3/issues/2186)), and SSH agent forwarding now requires the explicit `-A` flag ([#2106](https://redirect.github.com/jline/jline3/issues/2106)).
>
> 💥 Breaking changes
> -----------------------
>
> * fix: reduce ambiguous binding timeout from 1000ms to 100ms ([#2186](https://redirect.github.com/jline/jline3/pull/2186)) [`@​gnodet`](https://github.com/gnodet)
> * fix: only forward the ssh agent when -A is given ([#2106](https://redirect.github.com/jline/jline3/pull/2106)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins ([#2198](https://redirect.github.com/jline/jline3/pull/2198)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add musl libc support for native libraries ([#2197](https://redirect.github.com/jline/jline3/pull/2197)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add Kitty Keyboard Protocol support ([#2007](https://redirect.github.com/jline/jline3/pull/2007)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add configurable behavior for too many completion candidates (fixes [#2154](https://redirect.github.com/jline/jline3/issues/2154)) ([#2196](https://redirect.github.com/jline/jline3/pull/2196)) [`@​gnodet`](https://github.com/gnodet)
> * feat: support in-band window resize notifications (mode 2048) ([#2021](https://redirect.github.com/jline/jline3/pull/2021)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add JdkConsoleProvider for drop-in JLine console ([#2031](https://redirect.github.com/jline/jline3/pull/2031)) [`@​gnodet`](https://github.com/gnodet)
> * feat: verify macOS native library signatures in CI ([#2173](https://redirect.github.com/jline/jline3/pull/2173)) [`@​gnodet`](https://github.com/gnodet)
> * feat: allow customizing the help source in Less pager (fixes [#2056](https://redirect.github.com/jline/jline3/issues/2056)) ([#2065](https://redirect.github.com/jline/jline3/pull/2065)) [`@​gnodet`](https://github.com/gnodet)
> * feat: full synchronized output (mode 2026) support ([#2022](https://redirect.github.com/jline/jline3/pull/2022)) [`@​gnodet`](https://github.com/gnodet)
> * refactor: batch DEC mode probing into single DECRQM round-trip ([#2023](https://redirect.github.com/jline/jline3/pull/2023)) [`@​gnodet`](https://github.com/gnodet)
> * feat: allow customizing the default prompt in Less pager ([#2036](https://redirect.github.com/jline/jline3/pull/2036)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add factory to simplify LineDisciplineTerminal + ScreenTerminal wiring ([#2035](https://redirect.github.com/jline/jline3/pull/2035)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add AttributedStringBuilder.appendCodePoint(int) ([#2163](https://redirect.github.com/jline/jline3/pull/2163)) [`@​gnodet`](https://github.com/gnodet)
> * Enable reproducible builds from source archives ([#2151](https://redirect.github.com/jline/jline3/pull/2151)) [`@​gnodet`](https://github.com/gnodet)
> * Add Terminal.getenv() for remote terminal environment support ([#2030](https://redirect.github.com/jline/jline3/pull/2030)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: remove eval from MVX demo launchers (fixes [#2191](https://redirect.github.com/jline/jline3/issues/2191)) ([#2193](https://redirect.github.com/jline/jline3/pull/2193)) [`@​gnodet`](https://github.com/gnodet)
> * fix: DefaultHistory.read() records per-file entry count instead of total (fixes [#2179](https://redirect.github.com/jline/jline3/issues/2179)) ([#2194](https://redirect.github.com/jline/jline3/pull/2194)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle IOError in BindingReader gracefully instead of crashing (fixes [#2155](https://redirect.github.com/jline/jline3/issues/2155)) ([#2195](https://redirect.github.com/jline/jline3/pull/2195)) [`@​gnodet`](https://github.com/gnodet)
> * fix: lower native library candidate log level from WARNING to DEBUG (fixes [#2185](https://redirect.github.com/jline/jline3/issues/2185)) ([#2192](https://redirect.github.com/jline/jline3/pull/2192)) [`@​gnodet`](https://github.com/gnodet)
> * fix: reimplement FFM signal handling with self-pipe trick (fixes [#2139](https://redirect.github.com/jline/jline3/issues/2139)) ([#2141](https://redirect.github.com/jline/jline3/pull/2141)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add software signal interception to Windows terminals (fixes [#2127](https://redirect.github.com/jline/jline3/issues/2127)) ([#2148](https://redirect.github.com/jline/jline3/pull/2148)) [`@​gnodet`](https://github.com/gnodet)
> * fix: escape control chars in oversized line-buffer display ([#2175](https://redirect.github.com/jline/jline3/pull/2175)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: escape IAC byte in the telnet data output stream ([#2164](https://redirect.github.com/jline/jline3/pull/2164)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: strip control characters from Less status messages ([#2156](https://redirect.github.com/jline/jline3/pull/2156)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: preserve termios baud rate when setting attributes ([#2170](https://redirect.github.com/jline/jline3/issues/2170)) ([#2172](https://redirect.github.com/jline/jline3/pull/2172)) [`@​arimu1`](https://github.com/arimu1)
> * fix: mask password value in DefaultPrompter result display ([#2167](https://redirect.github.com/jline/jline3/pull/2167)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)

... (truncated)


Commits

* [`57f82ce`](jline/jline3@57f82ce) fix: preserve pending buffer and message during Less resize
* [`f21f332`](jline/jline3@f21f332) fix: enforce dimension bounds in InBandResize.applyResizeParams
* [`1c3801c`](jline/jline3@1c3801c) test: add unit tests for InBandResize utility, fix resize aborting Less file ...
* [`6be4759`](jline/jline3@6be4759) fix: address SonarCloud issues — rename Binding enum to UPPER\_SNAKE\_CASE, red...
* [`571f0fe`](jline/jline3@571f0fe) feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins (fi...
* [`6e02fe4`](jline/jline3@6e02fe4) feat: add musl libc support for native libraries (fixes [#1092](https://redirect.github.com/jline/jline3/issues/1092))
* [`11f9346`](jline/jline3@11f9346) fix: remove eval from MVX demo launchers (fixes [#2191](https://redirect.github.com/jline/jline3/issues/2191))
* [`a701558`](jline/jline3@a701558) feat: add Kitty Keyboard Protocol support (fixes [#1217](https://redirect.github.com/jline/jline3/issues/1217))
* [`c7170ea`](jline/jline3@c7170ea) fix: DefaultHistory.read() records per-file entry count instead of total (fix...
* [`e5202a3`](jline/jline3@e5202a3) feat: add configurable behavior for too many completion candidates (fixes [#2154](https://redirect.github.com/jline/jline3/issues/2154))
* Additional commits viewable in [compare view](jline/jline3@4.3.1...4.4.0)
  
Updates `org.jline:jline-terminal-jni` from 4.3.1 to 4.4.0
Release notes

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

> JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.
>
> **Highlights:**
>
> * **Kitty Keyboard Protocol** — full support for the [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/), enabling unambiguous key event reporting ([#2007](https://redirect.github.com/jline/jline3/issues/2007))
> * **In-band window resize** — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) ([#2021](https://redirect.github.com/jline/jline3/issues/2021), [#2198](https://redirect.github.com/jline/jline3/issues/2198))
> * **Synchronized output** — full mode 2026 support to eliminate flicker during rapid screen updates ([#2022](https://redirect.github.com/jline/jline3/issues/2022))
> * **musl libc support** — native libraries now load on Alpine and other musl-based distributions ([#2197](https://redirect.github.com/jline/jline3/issues/2197))
> * **JdkConsoleProvider** — drop-in JLine console that can replace `System.console()` ([#2031](https://redirect.github.com/jline/jline3/issues/2031))
> * **Reproducible builds** — source archives can now be built without a git checkout, thanks to nisse property fallbacks ([#2151](https://redirect.github.com/jline/jline3/issues/2151), [#2153](https://redirect.github.com/jline/jline3/issues/2153))
> * **Security hardening** — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules
> * **FFM signal handling rewrite** — replaced shared Arena with self-pipe trick for reliable signal delivery ([#2141](https://redirect.github.com/jline/jline3/issues/2141))
>
> ⚠️ **Breaking:** the ambiguous key binding timeout has been reduced from 1000ms to 100ms ([#2186](https://redirect.github.com/jline/jline3/issues/2186)), and SSH agent forwarding now requires the explicit `-A` flag ([#2106](https://redirect.github.com/jline/jline3/issues/2106)).
>
> 💥 Breaking changes
> -----------------------
>
> * fix: reduce ambiguous binding timeout from 1000ms to 100ms ([#2186](https://redirect.github.com/jline/jline3/pull/2186)) [`@​gnodet`](https://github.com/gnodet)
> * fix: only forward the ssh agent when -A is given ([#2106](https://redirect.github.com/jline/jline3/pull/2106)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins ([#2198](https://redirect.github.com/jline/jline3/pull/2198)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add musl libc support for native libraries ([#2197](https://redirect.github.com/jline/jline3/pull/2197)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add Kitty Keyboard Protocol support ([#2007](https://redirect.github.com/jline/jline3/pull/2007)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add configurable behavior for too many completion candidates (fixes [#2154](https://redirect.github.com/jline/jline3/issues/2154)) ([#2196](https://redirect.github.com/jline/jline3/pull/2196)) [`@​gnodet`](https://github.com/gnodet)
> * feat: support in-band window resize notifications (mode 2048) ([#2021](https://redirect.github.com/jline/jline3/pull/2021)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add JdkConsoleProvider for drop-in JLine console ([#2031](https://redirect.github.com/jline/jline3/pull/2031)) [`@​gnodet`](https://github.com/gnodet)
> * feat: verify macOS native library signatures in CI ([#2173](https://redirect.github.com/jline/jline3/pull/2173)) [`@​gnodet`](https://github.com/gnodet)
> * feat: allow customizing the help source in Less pager (fixes [#2056](https://redirect.github.com/jline/jline3/issues/2056)) ([#2065](https://redirect.github.com/jline/jline3/pull/2065)) [`@​gnodet`](https://github.com/gnodet)
> * feat: full synchronized output (mode 2026) support ([#2022](https://redirect.github.com/jline/jline3/pull/2022)) [`@​gnodet`](https://github.com/gnodet)
> * refactor: batch DEC mode probing into single DECRQM round-trip ([#2023](https://redirect.github.com/jline/jline3/pull/2023)) [`@​gnodet`](https://github.com/gnodet)
> * feat: allow customizing the default prompt in Less pager ([#2036](https://redirect.github.com/jline/jline3/pull/2036)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add factory to simplify LineDisciplineTerminal + ScreenTerminal wiring ([#2035](https://redirect.github.com/jline/jline3/pull/2035)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add AttributedStringBuilder.appendCodePoint(int) ([#2163](https://redirect.github.com/jline/jline3/pull/2163)) [`@​gnodet`](https://github.com/gnodet)
> * Enable reproducible builds from source archives ([#2151](https://redirect.github.com/jline/jline3/pull/2151)) [`@​gnodet`](https://github.com/gnodet)
> * Add Terminal.getenv() for remote terminal environment support ([#2030](https://redirect.github.com/jline/jline3/pull/2030)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: remove eval from MVX demo launchers (fixes [#2191](https://redirect.github.com/jline/jline3/issues/2191)) ([#2193](https://redirect.github.com/jline/jline3/pull/2193)) [`@​gnodet`](https://github.com/gnodet)
> * fix: DefaultHistory.read() records per-file entry count instead of total (fixes [#2179](https://redirect.github.com/jline/jline3/issues/2179)) ([#2194](https://redirect.github.com/jline/jline3/pull/2194)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle IOError in BindingReader gracefully instead of crashing (fixes [#2155](https://redirect.github.com/jline/jline3/issues/2155)) ([#2195](https://redirect.github.com/jline/jline3/pull/2195)) [`@​gnodet`](https://github.com/gnodet)
> * fix: lower native library candidate log level from WARNING to DEBUG (fixes [#2185](https://redirect.github.com/jline/jline3/issues/2185)) ([#2192](https://redirect.github.com/jline/jline3/pull/2192)) [`@​gnodet`](https://github.com/gnodet)
> * fix: reimplement FFM signal handling with self-pipe trick (fixes [#2139](https://redirect.github.com/jline/jline3/issues/2139)) ([#2141](https://redirect.github.com/jline/jline3/pull/2141)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add software signal interception to Windows terminals (fixes [#2127](https://redirect.github.com/jline/jline3/issues/2127)) ([#2148](https://redirect.github.com/jline/jline3/pull/2148)) [`@​gnodet`](https://github.com/gnodet)
> * fix: escape control chars in oversized line-buffer display ([#2175](https://redirect.github.com/jline/jline3/pull/2175)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: escape IAC byte in the telnet data output stream ([#2164](https://redirect.github.com/jline/jline3/pull/2164)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: strip control characters from Less status messages ([#2156](https://redirect.github.com/jline/jline3/pull/2156)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)
> * fix: preserve termios baud rate when setting attributes ([#2170](https://redirect.github.com/jline/jline3/issues/2170)) ([#2172](https://redirect.github.com/jline/jline3/pull/2172)) [`@​arimu1`](https://github.com/arimu1)
> * fix: mask password value in DefaultPrompter result display ([#2167](https://redirect.github.com/jline/jline3/pull/2167)) [`@​uchiha-bug-hunter`](https://github.com/uchiha-bug-hunter)

... (truncated)


Commits

* [`57f82ce`](jline/jline3@57f82ce) fix: preserve pending buffer and message during Less resize
* [`f21f332`](jline/jline3@f21f332) fix: enforce dimension bounds in InBandResize.applyResizeParams
* [`1c3801c`](jline/jline3@1c3801c) test: add unit tests for InBandResize utility, fix resize aborting Less file ...
* [`6be4759`](jline/jline3@6be4759) fix: address SonarCloud issues — rename Binding enum to UPPER\_SNAKE\_CASE, red...
* [`571f0fe`](jline/jline3@571f0fe) feat: support in-band resize (mode 2048) in Nano, Less, and Tmux builtins (fi...
* [`6e02fe4`](jline/jline3@6e02fe4) feat: add musl libc support for native libraries (fixes [#1092](https://redirect.github.com/jline/jline3/issues/1092))
* [`11f9346`](jline/jline3@11f9346) fix: remove eval from MVX demo launchers (fixes [#2191](https://redirect.github.com/jline/jline3/issues/2191))
* [`a701558`](jline/jline3@a701558) feat: add Kitty Keyboard Protocol support (fixes [#1217](https://redirect.github.com/jline/jline3/issues/1217))
* [`c7170ea`](jline/jline3@c7170ea) fix: DefaultHistory.read() records per-file entry count instead of total (fix...
* [`e5202a3`](jline/jline3@e5202a3) feat: add configurable behavior for too many completion candidates (fixes [#2154](https://redirect.github.com/jline/jline3/issues/2154))
* Additional commits viewable in [compare view](jline/jline3@4.3.1...4.4.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)
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