Преглед на файлове

Upgrade jANSI dependency to 2.4.0 (#83566)

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
Ioannis Kakavas преди 3 години
родител
ревизия
facec15e87

+ 1 - 1
distribution/tools/ansi-console/build.gradle

@@ -15,7 +15,7 @@ dependencies {
   testImplementation project(":test:framework")
   testImplementation project(":test:framework")
 
 
   // multi-platform (Windows too) terminal detection and output formatting
   // multi-platform (Windows too) terminal detection and output formatting
-  api "org.fusesource.jansi:jansi:2.3.4"
+  api "org.fusesource.jansi:jansi:2.4.0"
 }
 }
 
 
 // the code and tests in this project cover console initialization
 // the code and tests in this project cover console initialization

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

@@ -1 +0,0 @@
-d924b796e05ff6924df34bc97404131f0c4b46b0

+ 1 - 0
distribution/tools/ansi-console/licenses/jansi-2.4.0.jar.sha1

@@ -0,0 +1 @@
+321c614f85f1dea6bb08c1817c60d53b7f3552fd

+ 5 - 0
docs/changelog/83566.yaml

@@ -0,0 +1,5 @@
+pr: 83566
+summary: Upgrade jANSI dependency to 2.4.0
+area: Security
+type: bug
+issues: []