Skip to content

Commit d44604a

Browse files
Bump org.jline:jline-terminal from 4.2.0 to 4.2.1 (#114)
Bumps [org.jline:jline-terminal](https://github.com/jline/jline3) from 4.2.0 to 4.2.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 4.2.1</h2> <p><strong>JLine 4.2.1</strong> is a security patch release addressing two denial-of-service vulnerabilities in the <code>remote-telnet</code> module.</p> <h2>🔒 Security Fixes</h2> <ul> <li>fix: clamp NAWS terminal dimensions to prevent CPU exhaustion (GHSA-2r2c-cx56-8933)</li> <li>fix: cap NEW-ENVIRON variable count to prevent heap exhaustion (GHSA-47qp-hqvx-6r3f)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: add compiled groovy classes to javadoc classpath (<a href="https://redirect.github.com/jline/jline3/pull/1972">#1972</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.6.0 to 3.7.0 (<a href="https://redirect.github.com/jline/jline3/pull/1973">#1973</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/ee6981e7a8676dc2ffb5548c4527bf7e4b418ddb"><code>ee6981e</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1973">#1973</a>)</li> <li><a href="https://github.com/jline/jline3/commit/561d0f2e679c09feecc7503fdb6d50400b982c15"><code>561d0f2</code></a> fix: add compiled groovy classes to javadoc classpath (<a href="https://redirect.github.com/jline/jline3/issues/1972">#1972</a>)</li> <li><a href="https://github.com/jline/jline3/commit/733eb353dca7b0ea0252e724445b6defa29c393e"><code>733eb35</code></a> Merge commit from fork</li> <li><a href="https://github.com/jline/jline3/commit/934f09e6128cee33c2b13d42b6e859c1ee2d194b"><code>934f09e</code></a> Merge commit from fork</li> <li>See full diff in <a href="https://github.com/jline/jline3/compare/4.2.0...4.2.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=4.2.0&new-version=4.2.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 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 66e1856 commit d44604a

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
@@ -7,7 +7,7 @@ assertj-core-version = "3.27.7"
77
mockito-version = "5.23.0"
88
lombok-version = "1.18.46"
99
jacocoVersion = "0.8.12"
10-
jline-version = "4.2.0"
10+
jline-version = "4.2.1"
1111

1212

1313
[libraries]

0 commit comments

Comments
 (0)