From 8ed45e1acf4a9cf2bafcf6c17984c93b8c2d8e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 12:01:33 +0000 Subject: [PATCH] Bump jansi from 2.3.4 to 2.4.0 Bumps [jansi](https://github.com/fusesource/jansi) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/jansi-2.4.0/changelog.md) - [Commits](https://github.com/fusesource/jansi/compare/jansi-2.3.4...jansi-2.4.0) --- updated-dependencies: - dependency-name: org.fusesource.jansi:jansi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- launcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/build.gradle b/launcher/build.gradle index 02e6253..e1d3f91 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -7,7 +7,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8 dependencies { // Terminal colours - implementation 'org.fusesource.jansi:jansi:2.3.4' + implementation 'org.fusesource.jansi:jansi:2.4.0' implementation project(':core') }