Skip to content

Commit 4cff994

Browse files
committed
Upgrade jline 3.23.0
- Backport #725 - Fixes #726
1 parent 60287c7 commit 4cff994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</scm>
2323

2424
<properties>
25-
<jline.version>3.21.0</jline.version>
25+
<jline.version>3.23.0</jline.version>
2626
<antlr-st4.version>4.3.1</antlr-st4.version>
2727
<jimfs.version>1.2</jimfs.version>
2828
</properties>

spring-shell-core/src/test/java/org/springframework/shell/component/AbstractShellTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public ThemeSettings getSettings() {
8080

8181
pipedInputStream.connect(pipedOutputStream);
8282
terminal = new DumbTerminal("terminal", "ansi", pipedInputStream, consoleOut, StandardCharsets.UTF_8);
83-
terminal.setSize(new Size(1, 1));
83+
terminal.setSize(new Size(80, 24));
8484

8585
executorService.execute(() -> {
8686
try {

0 commit comments

Comments
 (0)