Skip to content

[8.1] Upgrade jANSI dependency to 2.4.0 (#83566) #83579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/tools/ansi-console/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation project(":test:framework")

// 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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
321c614f85f1dea6bb08c1817c60d53b7f3552fd
5 changes: 5 additions & 0 deletions docs/changelog/83566.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 83566
summary: Upgrade jANSI dependency to 2.4.0
area: Security
type: bug
issues: []