Skip to content

Commit a839b3a

Browse files
authored
Upgrade jANSI dependency to 2.4.0 (#83566) (#83579)
2.4.0 Introduces support for linux and macOS aarch64. Without this we cannot detect whether a terminal is attached to elasticsearch on macoOS/linux aarch64 and so we do not generate and print the elastic password and enrollment token on startup
1 parent 3015662 commit a839b3a

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

distribution/tools/ansi-console/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation project(":test:framework")
1616

1717
// multi-platform (Windows too) terminal detection and output formatting
18-
api "org.fusesource.jansi:jansi:2.3.4"
18+
api "org.fusesource.jansi:jansi:2.4.0"
1919
}
2020

2121
// the code and tests in this project cover console initialization

distribution/tools/ansi-console/licenses/jansi-2.3.4.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
321c614f85f1dea6bb08c1817c60d53b7f3552fd

docs/changelog/83566.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 83566
2+
summary: Upgrade jANSI dependency to 2.4.0
3+
area: Security
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)