Skip to content

build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0#1695

Merged
lvca merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.4.0
Aug 19, 2024
Merged

build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0#1695
lvca merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0.

Commits
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • 817695a Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
  • 675c02a Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0
  • 4bd36a1 [SUREFIRE-1385] Add new parameter "promoteUserPropertiesToSystemProperties" (...
  • 1d19ec8 [Doc] Failsafe Verify goal should mention failsafe
  • a93783a [SUREFIRE-2251] [REGRESSION] java.lang.NoSuchMethodException: org.apache.mave...
  • daa011b Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 805f6b7 Improve internal field order
  • 26ae10d Remove outdated invoker conditions
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Aug 19, 2024
@lvca lvca self-assigned this Aug 19, 2024
@lvca lvca added this to the 24.8.1 milestone Aug 19, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.4.0 branch from 7aac8b8 to 51f6713 Compare August 19, 2024 14:51
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.4.0 branch from 51f6713 to 2c8fb08 Compare August 19, 2024 14:52
@lvca lvca merged commit 2b7666b into main Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.4.0 branch August 19, 2024 14:52
mergify bot added a commit that referenced this pull request Feb 2, 2026
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3.
Release notes

*Sourced from [actions/cache's releases](https://github.com/actions/cache/releases).*

> v5.0.3
> ------
>
> What's Changed
> --------------
>
> * Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>)
> * Bump `@actions/core` to v2.0.3
>
> **Full Changelog**: <actions/cache@v5...v5.0.3>


Changelog

*Sourced from [actions/cache's changelog](https://github.com/actions/cache/blob/main/RELEASES.md).*

> Releases
> ========
>
> How to prepare a release
> ------------------------
>
> > [!NOTE]  
> > Relevant for maintainers with write access only.
>
> 1. Switch to a new branch from `main`.
> 2. Run `npm test` to ensure all tests are passing.
> 3. Update the version in [`https://github.com/actions/cache/blob/main/package.json`](https://github.com/actions/cache/blob/main/package.json).
> 4. Run `npm run build` to update the compiled files.
> 5. Update this [`https://github.com/actions/cache/blob/main/RELEASES.md`](https://github.com/actions/cache/blob/main/RELEASES.md) with the new version and changes in the `## Changelog` section.
> 6. Run `licensed cache` to update the license report.
> 7. Run `licensed status` and resolve any warnings by updating the [`https://github.com/actions/cache/blob/main/.licensed.yml`](https://github.com/actions/cache/blob/main/.licensed.yml) file with the exceptions.
> 8. Commit your changes and push your branch upstream.
> 9. Open a pull request against `main` and get it reviewed and merged.
> 10. Draft a new release <https://github.com/actions/cache/releases> use the same version number used in `package.json`
>     1. Create a new tag with the version number.
>     2. Auto generate release notes and update them to match the changes you made in `RELEASES.md`.
>     3. Toggle the set as the latest release option.
>     4. Publish the release.
> 11. Navigate to <https://github.com/actions/cache/actions/workflows/release-new-action-version.yml>
>     1. There should be a workflow run queued with the same version number.
>     2. Approve the run to publish the new version and update the major tags for this action.
>
> Changelog
> ---------
>
> ### 5.0.3
>
> * Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>)
> * Bump `@actions/core` to v2.0.3
>
> ### 5.0.2
>
> * Bump `@actions/cache` to v5.0.3 [#1692](https://github.com/actions/cache/pull/1692)
>
> ### 5.0.1
>
> * Update `@azure/storage-blob` to `^12.29.1` via `@actions/cache@5.0.1` [#1685](https://github.com/actions/cache/pull/1685)
>
> ### 5.0.0
>
> > [!IMPORTANT]
> > `actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.
> > If you are using self-hosted runners, ensure they are updated before upgrading.
>
> ### 4.3.0
>
> * Bump `@actions/cache` to [v4.1.0](https://github.com/actions/toolkit/pull/2132)

... (truncated)


Commits

* [`cdf6c1f`](actions/cache@cdf6c1f) Merge pull request [#1695](https://github.com/actions/cache/issues/1695) from actions/Link-/prepare-5.0.3
* [`a1bee22`](actions/cache@a1bee22) Add review for the `@​actions/http-client` license
* [`4695763`](actions/cache@4695763) Add licensed output
* [`dc73bb9`](actions/cache@dc73bb9) Upgrade dependencies and address security warnings
* [`345d5c2`](actions/cache@345d5c2) Add 5.0.3 builds
* See full diff in [compare view](actions/cache@8b402f5...cdf6c1f)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/cache&package-manager=github\_actions&previous-version=5.0.2&new-version=5.0.3)](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 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  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 Mar 23, 2026
Bumps `jline.version` from 3.30.6 to 4.0.7.
Updates `org.jline:jline-terminal` from 3.30.6 to 4.0.7
Release notes

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

> JLine 4.0.7
> -----------
>
> 🐛 Bug Fixes
> -----------
>
> * Suppress dumb terminal warning when no streams are TTYs ([#1703](https://github.com/jline/jline3/pull/1703)) [`@​gnodet`](https://github.com/gnodet)
>   + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available
>
> **Full Changelog**: <jline/jline3@4.0.6...4.0.7>
>
> JLine 4.0.6
> -----------
>
> 🔧 Build
> -------
>
> * Simplify versioning by using nisse property directly ([#1702](https://github.com/jline/jline3/pull/1702)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([#1700](https://github.com/jline/jline3/pull/1700)) [`@​dependabot`](https://github.com/dependabot)
>
> **Full Changelog**: <jline/jline3@4.0.5...4.0.6>
>
> JLine 4.0.5
> -----------
>
> What's Changed
> --------------
>
> * fix: Revert build to Maven 3.9.x compatibility by [`@​gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://github.com/jline/jline3/pull/1699)
> * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://github.com/jline/jline3/pull/1698)
>
> **Full Changelog**: <jline/jline3@4.0.4...4.0.5>
>
> JLine 4.0.4
> -----------
>
> Bug Fixes
> ---------
>
> * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([#1696](https://github.com/jline/jline3/issues/1696))
>   + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments
>
> Full Changelog
> --------------
>
> <jline/jline3@4.0.3...4.0.4>
>
> JLine 4.0.3
> -----------
>
> Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).
>
> ### Bug Fixes
>
> * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([#1695](https://github.com/jline/jline3/issues/1695))
>
> JLine 4.0.2
> -----------
>
> Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.
>
> > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

... (truncated)


Commits

* [`beabe4e`](jline/jline3@beabe4e) Merge pull request [#1703](https://github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty
* [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs
* [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [#1700](https://github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo...
* [`372a1bb`](jline/jline3@372a1bb) Merge pull request [#1702](https://github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup
* [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly
* [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
* [`ee52d32`](jline/jline3@ee52d32) Merge pull request [#1698](https://github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-...
* [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [#1699](https://github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat
* [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow
* [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7)
  
Updates `org.jline:jline-reader` from 3.30.6 to 4.0.7
Release notes

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

> JLine 4.0.7
> -----------
>
> 🐛 Bug Fixes
> -----------
>
> * Suppress dumb terminal warning when no streams are TTYs ([#1703](https://github.com/jline/jline3/pull/1703)) [`@​gnodet`](https://github.com/gnodet)
>   + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available
>
> **Full Changelog**: <jline/jline3@4.0.6...4.0.7>
>
> JLine 4.0.6
> -----------
>
> 🔧 Build
> -------
>
> * Simplify versioning by using nisse property directly ([#1702](https://github.com/jline/jline3/pull/1702)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([#1700](https://github.com/jline/jline3/pull/1700)) [`@​dependabot`](https://github.com/dependabot)
>
> **Full Changelog**: <jline/jline3@4.0.5...4.0.6>
>
> JLine 4.0.5
> -----------
>
> What's Changed
> --------------
>
> * fix: Revert build to Maven 3.9.x compatibility by [`@​gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://github.com/jline/jline3/pull/1699)
> * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://github.com/jline/jline3/pull/1698)
>
> **Full Changelog**: <jline/jline3@4.0.4...4.0.5>
>
> JLine 4.0.4
> -----------
>
> Bug Fixes
> ---------
>
> * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([#1696](https://github.com/jline/jline3/issues/1696))
>   + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments
>
> Full Changelog
> --------------
>
> <jline/jline3@4.0.3...4.0.4>
>
> JLine 4.0.3
> -----------
>
> Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).
>
> ### Bug Fixes
>
> * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([#1695](https://github.com/jline/jline3/issues/1695))
>
> JLine 4.0.2
> -----------
>
> Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.
>
> > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

... (truncated)


Commits

* [`beabe4e`](jline/jline3@beabe4e) Merge pull request [#1703](https://github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty
* [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs
* [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [#1700](https://github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo...
* [`372a1bb`](jline/jline3@372a1bb) Merge pull request [#1702](https://github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup
* [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly
* [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
* [`ee52d32`](jline/jline3@ee52d32) Merge pull request [#1698](https://github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-...
* [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [#1699](https://github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat
* [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow
* [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7)
  
Updates `org.jline:jline-terminal-jni` from 3.30.6 to 4.0.7
Release notes

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

> JLine 4.0.7
> -----------
>
> 🐛 Bug Fixes
> -----------
>
> * Suppress dumb terminal warning when no streams are TTYs ([#1703](https://github.com/jline/jline3/pull/1703)) [`@​gnodet`](https://github.com/gnodet)
>   + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available
>
> **Full Changelog**: <jline/jline3@4.0.6...4.0.7>
>
> JLine 4.0.6
> -----------
>
> 🔧 Build
> -------
>
> * Simplify versioning by using nisse property directly ([#1702](https://github.com/jline/jline3/pull/1702)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([#1700](https://github.com/jline/jline3/pull/1700)) [`@​dependabot`](https://github.com/dependabot)
>
> **Full Changelog**: <jline/jline3@4.0.5...4.0.6>
>
> JLine 4.0.5
> -----------
>
> What's Changed
> --------------
>
> * fix: Revert build to Maven 3.9.x compatibility by [`@​gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://github.com/jline/jline3/pull/1699)
> * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://github.com/jline/jline3/pull/1698)
>
> **Full Changelog**: <jline/jline3@4.0.4...4.0.5>
>
> JLine 4.0.4
> -----------
>
> Bug Fixes
> ---------
>
> * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([#1696](https://github.com/jline/jline3/issues/1696))
>   + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments
>
> Full Changelog
> --------------
>
> <jline/jline3@4.0.3...4.0.4>
>
> JLine 4.0.3
> -----------
>
> Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).
>
> ### Bug Fixes
>
> * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([#1695](https://github.com/jline/jline3/issues/1695))
>
> JLine 4.0.2
> -----------
>
> Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.
>
> > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

... (truncated)


Commits

* [`beabe4e`](jline/jline3@beabe4e) Merge pull request [#1703](https://github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty
* [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs
* [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [#1700](https://github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo...
* [`372a1bb`](jline/jline3@372a1bb) Merge pull request [#1702](https://github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup
* [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly
* [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
* [`ee52d32`](jline/jline3@ee52d32) Merge pull request [#1698](https://github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-...
* [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [#1699](https://github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat
* [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow
* [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7)
  
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