Bump jline.version from 3.30.4 to 3.30.5
Closed
Number: #1646
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
September 05, 2025 at 11:01 AM UTC
(28 days ago)
(28 days ago)
Updated:
September 29, 2025 at 09:21 PM UTC
(4 days ago)
(4 days ago)
Closed:
September 29, 2025 at 09:21 PM UTC
(4 days ago)
(4 days ago)
Time to Close:
24 days
Labels:
dependencies OCA Verified java
dependencies OCA Verified java
Description:
Bumps jline.version
from 3.30.4 to 3.30.5.
Updates org.jline:jline-terminal-jni
from 3.30.4 to 3.30.5
Release notes
Sourced from org.jline:jline-terminal-jni's releases.
3.30.5
🚀 New features and improvements
- Improve console variable expansion (fixes #1370) (#1371)
@paulk-asert
- ConsoleEngineImpl: change method and field visibilities (#1357)
@mattirn
- Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
@paulk-asert
- feat: add reusable POSIX commands to builtins module (#1341)
@gnodet
- feat: support slurp command to be renamed (#1333)
@paulk-asert
- feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc (#1297)
@vorburger
- Allow system commands to be renamed. (#1334)
@paulk-asert
🐛 Bug Fixes
- Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
@gnodet
- enhancement: only compute suggestions in the Nano editor if something… (#1327)
@johnpoth
- fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319)
@gnodet
- Fix System.out not working after closing dumb terminal (#1337)
@gnodet
📦 Dependency updates
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#1364) @dependabot[bot]
- chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 (#1369) @dependabot[bot]
- chore: Bump junit.version from 5.13.3 to 5.13.4 (#1363) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 (#1359) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 (#1354) @dependabot[bot]
- chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 (#1352) @dependabot[bot]
- chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 (#1351) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1355) @dependabot[bot]
- chore: Bump on-headers and compression in /website (#1356) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1347) @dependabot[bot]
- chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 (#1346) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 (#1342) @dependabot[bot]
- chore: Bump junit.version from 5.13.0 to 5.13.3 (#1343) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 (#1322) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#1315) @dependabot[bot]
- chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#1326) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 (#1339) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 (#1340) @dependabot[bot]
- chore: Bump junit.version from 5.12.2 to 5.13.0 (#1321) @dependabot[bot]
- chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 (#1330) @dependabot[bot]
📝 Documentation updates
- docs: Link to Nano Customization from Builtins doc page (#1312)
@vorburger
- docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode tip (#1311)
@vorburger
- Remove double
docs/docs
in edit links on jline.org (fixes #1309) (#1310)@vorburger
- Update intro.md (#1332)
@paulk-asert
... (truncated)
Commits
b91a3b3
Zero-commit release process (#1335)e2422d7
[maven-release-plugin] prepare for next development iterationae95742
[maven-release-plugin] prepare release jline-3.30.587bf8b3
Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)0ee349c
provide smarter arg parsing #1370 (#1371)0088a70
ConsoleEngineImpl: change method and field visibilities (#1357)6152f8b
Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)aafaf9c
chore: Bump com.diffplug.spotless:spotless-maven-plugin (#1364)ba9f347
chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365)e085017
chore: Bump com.palantir.javaformat:palantir-java-format (#1369)- Additional commits viewable in compare view
Updates org.jline:jline-terminal
from 3.30.4 to 3.30.5
Release notes
Sourced from org.jline:jline-terminal's releases.
3.30.5
🚀 New features and improvements
- Improve console variable expansion (fixes #1370) (#1371)
@paulk-asert
- ConsoleEngineImpl: change method and field visibilities (#1357)
@mattirn
- Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
@paulk-asert
- feat: add reusable POSIX commands to builtins module (#1341)
@gnodet
- feat: support slurp command to be renamed (#1333)
@paulk-asert
- feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc (#1297)
@vorburger
- Allow system commands to be renamed. (#1334)
@paulk-asert
🐛 Bug Fixes
- Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
@gnodet
- enhancement: only compute suggestions in the Nano editor if something… (#1327)
@johnpoth
- fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319)
@gnodet
- Fix System.out not working after closing dumb terminal (#1337)
@gnodet
📦 Dependency updates
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#1364) @dependabot[bot]
- chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 (#1369) @dependabot[bot]
- chore: Bump junit.version from 5.13.3 to 5.13.4 (#1363) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 (#1359) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 (#1354) @dependabot[bot]
- chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 (#1352) @dependabot[bot]
- chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 (#1351) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1355) @dependabot[bot]
- chore: Bump on-headers and compression in /website (#1356) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1347) @dependabot[bot]
- chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 (#1346) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 (#1342) @dependabot[bot]
- chore: Bump junit.version from 5.13.0 to 5.13.3 (#1343) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 (#1322) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#1315) @dependabot[bot]
- chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#1326) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 (#1339) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 (#1340) @dependabot[bot]
- chore: Bump junit.version from 5.12.2 to 5.13.0 (#1321) @dependabot[bot]
- chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 (#1330) @dependabot[bot]
📝 Documentation updates
- docs: Link to Nano Customization from Builtins doc page (#1312)
@vorburger
- docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode tip (#1311)
@vorburger
- Remove double
docs/docs
in edit links on jline.org (fixes #1309) (#1310)@vorburger
- Update intro.md (#1332)
@paulk-asert
... (truncated)
Commits
b91a3b3
Zero-commit release process (#1335)e2422d7
[maven-release-plugin] prepare for next development iterationae95742
[maven-release-plugin] prepare release jline-3.30.587bf8b3
Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)0ee349c
provide smarter arg parsing #1370 (#1371)0088a70
ConsoleEngineImpl: change method and field visibilities (#1357)6152f8b
Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)aafaf9c
chore: Bump com.diffplug.spotless:spotless-maven-plugin (#1364)ba9f347
chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365)e085017
chore: Bump com.palantir.javaformat:palantir-java-format (#1369)- Additional commits viewable in compare view
Updates org.jline:jline-reader
from 3.30.4 to 3.30.5
Release notes
Sourced from org.jline:jline-reader's releases.
3.30.5
🚀 New features and improvements
- Improve console variable expansion (fixes #1370) (#1371)
@paulk-asert
- ConsoleEngineImpl: change method and field visibilities (#1357)
@mattirn
- Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
@paulk-asert
- feat: add reusable POSIX commands to builtins module (#1341)
@gnodet
- feat: support slurp command to be renamed (#1333)
@paulk-asert
- feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc (#1297)
@vorburger
- Allow system commands to be renamed. (#1334)
@paulk-asert
🐛 Bug Fixes
- Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
@gnodet
- enhancement: only compute suggestions in the Nano editor if something… (#1327)
@johnpoth
- fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319)
@gnodet
- Fix System.out not working after closing dumb terminal (#1337)
@gnodet
📦 Dependency updates
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#1364) @dependabot[bot]
- chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 (#1369) @dependabot[bot]
- chore: Bump junit.version from 5.13.3 to 5.13.4 (#1363) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 (#1359) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 (#1354) @dependabot[bot]
- chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 (#1352) @dependabot[bot]
- chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 (#1351) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1355) @dependabot[bot]
- chore: Bump on-headers and compression in /website (#1356) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1347) @dependabot[bot]
- chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 (#1346) @dependabot[bot]
- chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 (#1342) @dependabot[bot]
- chore: Bump junit.version from 5.13.0 to 5.13.3 (#1343) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 (#1322) @dependabot[bot]
- chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#1315) @dependabot[bot]
- chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#1326) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 (#1339) @dependabot[bot]
- chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 (#1340) @dependabot[bot]
- chore: Bump junit.version from 5.12.2 to 5.13.0 (#1321) @dependabot[bot]
- chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 (#1330) @dependabot[bot]
📝 Documentation updates
- docs: Link to Nano Customization from Builtins doc page (#1312)
@vorburger
- docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode tip (#1311)
@vorburger
- Remove double
docs/docs
in edit links on jline.org (fixes #1309) (#1310)@vorburger
- Update intro.md (#1332)
@paulk-asert
... (truncated)
Commits
b91a3b3
Zero-commit release process (#1335)e2422d7
[maven-release-plugin] prepare for next development iterationae95742
[maven-release-plugin] prepare release jline-3.30.587bf8b3
Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)0ee349c
provide smarter arg parsing #1370 (#1371)0088a70
ConsoleEngineImpl: change method and field visibilities (#1357)6152f8b
Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)aafaf9c
chore: Bump com.diffplug.spotless:spotless-maven-plugin (#1364)ba9f347
chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365)e085017
chore: Bump com.palantir.javaformat:palantir-java-format (#1369)- Additional commits viewable in compare view
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)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
ID: | 7014673 |
UUID: | 2802238161 |
Node ID: | PR_kwDOBzEBBc6nBsLR |
Host: | GitHub |
Repository: | oracle/weblogic-deploy-tooling |
Mergeable: | Yes |
Merge State: | Clean |