Skip to content

Commit a970f44

Browse files
Bump org.jline:jline-terminal from 3.30.0 to 3.30.1 (#45)
Bumps [org.jline:jline-terminal](https://github.com/jline/jline3) from 3.30.0 to 3.30.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal's releases</a>.</em></p> <blockquote> <h2>JLine 3.30.1</h2> <p>[maven-release-plugin] copy for tag jline-3.30.1</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/8976af9db0dc2afede6d48d3be0b069851c45c84"><code>8976af9</code></a> [maven-release-plugin] prepare release jline-3.30.1</li> <li><a href="https://github.com/jline/jline3/commit/117acafcde8888bd9dbdef3861a1b88ea557b9a8"><code>117acaf</code></a> Fix release process</li> <li><a href="https://github.com/jline/jline3/commit/7bc3dd11a8600d050aedc4f7c2adac3fa3bb8a03"><code>7bc3dd1</code></a> Use Njord (<a href="https://redirect.github.com/jline/jline3/issues/1273">#1273</a>)</li> <li><a href="https://github.com/jline/jline3/commit/bfdcd724563ce950f0a2bb8a8e7db0614011c47f"><code>bfdcd72</code></a> docs: correct PicocliJLineExample snippet name in library-integration.md (<a href="https://redirect.github.com/jline/jline3/issues/1271">#1271</a>)</li> <li><a href="https://github.com/jline/jline3/commit/281081f5d81be43add497ec39cafa57e31bda820"><code>281081f</code></a> docs: validate code snippets during build time instead of runtime (<a href="https://redirect.github.com/jline/jline3/issues/1272">#1272</a>)</li> <li><a href="https://github.com/jline/jline3/commit/2cd30a78dff72642cd9c60dfe204259c8ea45259"><code>2cd30a7</code></a> docs: add missing <a href="https://github.com/since"><code>@​since</code></a> 3.30.0 annotations to new methods in Terminal (<a href="https://redirect.github.com/jline/jline3/issues/1270">#1270</a>)</li> <li><a href="https://github.com/jline/jline3/commit/db37cee70aba4a87fb51654c066e8072a4dd1816"><code>db37cee</code></a> chore: Improve build scripts and demo integration (<a href="https://redirect.github.com/jline/jline3/issues/1269">#1269</a>)</li> <li><a href="https://github.com/jline/jline3/commit/70e7cb6fc055626529b67bf4ab344df27b4e7a8b"><code>70e7cb6</code></a> docs: Fix website deployment</li> <li><a href="https://github.com/jline/jline3/commit/b5f49125b49d3c94af46b96aaccab91805d6d254"><code>b5f4912</code></a> docs: integrate GitHub wiki content into website documentation (<a href="https://redirect.github.com/jline/jline3/issues/1262">#1262</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3501fadc7f70a8fcbc1b75f438a292c724e4d7aa"><code>3501fad</code></a> docs: Improve website build system and documentation management (<a href="https://redirect.github.com/jline/jline3/issues/1268">#1268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.0...jline-3.30.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jline:jline-terminal&package-manager=gradle&previous-version=3.30.0&new-version=3.30.1)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 561648c commit a970f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assertj-db-version = "2.0.2"
99
mockito-version = "5.17.0"
1010
lombok-version = "1.18.38"
1111
jacocoVersion = "0.8.12"
12-
jline-version = "3.30.0"
12+
jline-version = "3.30.1"
1313

1414
shadow-version = "8.1.1"
1515
git-version-plugin-version = "3.2.0"

0 commit comments

Comments
 (0)