Skip to content

build(deps): bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1#1734

Merged
lvca merged 1 commit intomainfrom
dependabot/maven/io.fabric8-docker-maven-plugin-0.45.1
Sep 30, 2024
Merged

build(deps): bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1#1734
lvca merged 1 commit intomainfrom
dependabot/maven/io.fabric8-docker-maven-plugin-0.45.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 30, 2024

Bumps io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1.

Release notes

Sourced from io.fabric8:docker-maven-plugin's releases.

0.45.1 (2024-09-29)

  • Make copy docker-buildx binary to temporary config directory work on windows too (1819)
  • Pull FROM images in relative path Dockerfiles (1823)

New Contributors

Full Changelog: fabric8io/docker-maven-plugin@v0.45.0...v0.45.1

Changelog

Sourced from io.fabric8:docker-maven-plugin's changelog.

ChangeLog

  • 0.46-SNAPSHOT:

  • 0.45.1 (2024-09-29):

    • Make copy docker-buildx binary to temporary config directory work on windows too (1819)
    • Pull FROM images in relative path Dockerfiles (1823)
  • 0.45.0 (2024-07-27):

    • Automatically create parent directories of portPropertyFile path (1761)
    • Use complete image id in DockerAccessWithHcClient while fetching image id (1764)
    • Add skip tag to the image level by <skipTag> (1787)
    • Remove usage of AnsiConsole (1791)
    • Gracefully handle 404 when removing container (1793)
    • Added support for platform attribute of a container in the docker-compose configuration.
    • Image Build Config BuildArgs should be passed while pulling images (1756)
    • docker:push failed with build ARG in FROM (1778)
    • Add the possibility to give secret to buildx build (1798
    • FROM can reference ARG that references other ARG (1800)
  • 0.44.0 (2024-02-17):

    • Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files (1708)
    • The option is now propagated down to the buildx command, if it is set in the section. (1717)
    • Fix Buildx build with Dockerfile outside of the Docker build context directory (1721)
    • Add support setting driverOpts for buildx (1704)
    • Multi-Architecture push is not sending pull registry auth credentials (1709)
    • Adding support for --cacheFrom and --cacheTo buildX arguments (1621)
    • Add support for using maven/system properties for an ARG used as the FROM image in a dockerfile (1731)
    • Revert workaround for checking docker version for checking whether to add docker --config flag or not. (1754)
    • Add a workaround to copy docker-buildx binary to temporary config directory created for docker buildx build. This seems to make docker recognize buildx even after config override. (1754)
    • Fix Windows volume bindings for Rancher, Podman and Windows-based containers (1719)
    • Extract the Docker Compose v2.1+ depends_on conditions and apply them as Docker Maven Plugin waiting configurations (888)
    • Update org.apache.maven:maven-core to 3.8.1 (1702)
  • 0.43.4 (2023-08-18):

    • Always pass --config option for latest versions of Docker CLI (1701)
  • 0.43.3 (2023-08-13):

    • Only add --config to buildx command string when authentication credentials are coming from outside sources
    • Remove hardcoded --node value while creating buildx builder
  • 0.43.2 (2023-07-29):

    • Make --config from buildx command string generation optional (1673) @​robfrank
  • 0.43.1 (2023-07-28):

... (truncated)

Commits
  • d256420 [RELEASE] Update Project version to v0.45.1
  • dfef172 add changelog entry
  • a7f6829 change imports
  • fd20eda change imports in vc-code style
  • 14f1290 make the workaround to work for windows
  • 25e61bf Pull FROM images in relative path Dockerfiles
  • bd80572 refactor: replace list iteration with List.replaceAll method
  • 1d9b769 ci : Add Docker versions v27.1.1 and v26.1.4 to E2E tests matrix
  • 99c52cb ci : Fix wrong server id in release github action workflow
  • e44bafb ci : fix typo in release GitHub action workflow
  • 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 [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.45.0 to 0.45.1.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](fabric8io/docker-maven-plugin@v0.45.0...v0.45.1)

---
updated-dependencies:
- dependency-name: io.fabric8:docker-maven-plugin
  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 Sep 30, 2024
@lvca lvca self-assigned this Sep 30, 2024
@lvca lvca added this to the 24.8.1 milestone Sep 30, 2024
@lvca lvca merged commit 6112227 into main Sep 30, 2024
@dependabot dependabot Bot deleted the dependabot/maven/io.fabric8-docker-maven-plugin-0.45.1 branch September 30, 2024 04:51
mergify Bot added a commit that referenced this pull request Apr 6, 2026
Bumps `jline.version` from 4.0.9 to 4.0.10.
Updates `org.jline:jline-terminal` from 4.0.9 to 4.0.10
Release notes

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

> JLine 4.0.10
> ------------
>
> **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@​gnodet`](https://github.com/gnodet)
> * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@​gnodet`](https://github.com/gnodet)
> * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@​gnodet`](https://github.com/gnodet)
> * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@​gnodet`](https://github.com/gnodet)
> * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@​gnodet`](https://github.com/gnodet)
> * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@​gnodet`](https://github.com/gnodet)
> * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@​gnodet`](https://github.com/gnodet)
>
> 👻 Maintenance
> -------------
>
> * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753))
* [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096
* [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket
* [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions
* [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699)
* [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues
* [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues
* [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437)
* [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752))
* [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5
* Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10)
  
Updates `org.jline:jline-reader` from 4.0.9 to 4.0.10
Release notes

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

> JLine 4.0.10
> ------------
>
> **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@​gnodet`](https://github.com/gnodet)
> * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@​gnodet`](https://github.com/gnodet)
> * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@​gnodet`](https://github.com/gnodet)
> * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@​gnodet`](https://github.com/gnodet)
> * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@​gnodet`](https://github.com/gnodet)
> * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@​gnodet`](https://github.com/gnodet)
> * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@​gnodet`](https://github.com/gnodet)
>
> 👻 Maintenance
> -------------
>
> * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753))
* [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096
* [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket
* [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions
* [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699)
* [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues
* [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues
* [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437)
* [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752))
* [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5
* Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10)
  
Updates `org.jline:jline-terminal-jni` from 4.0.9 to 4.0.10
Release notes

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

> JLine 4.0.10
> ------------
>
> **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@​gnodet`](https://github.com/gnodet)
> * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@​gnodet`](https://github.com/gnodet)
> * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@​gnodet`](https://github.com/gnodet)
> * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@​gnodet`](https://github.com/gnodet)
> * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@​gnodet`](https://github.com/gnodet)
> * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@​gnodet`](https://github.com/gnodet)
> * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@​gnodet`](https://github.com/gnodet)
>
> 👻 Maintenance
> -------------
>
> * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753))
* [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096
* [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket
* [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions
* [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699)
* [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues
* [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues
* [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437)
* [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752))
* [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5
* Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10)
  
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