From d7c61239dd38d993ca58c4227725e37a9c394588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:49:01 +0000 Subject: [PATCH] Bump org.jline:jline-terminal-jansi from 3.26.0 to 3.26.1 Bumps [org.jline:jline-terminal-jansi](https://github.com/jline/jline3) from 3.26.0 to 3.26.1. - [Release notes](https://github.com/jline/jline3/releases) - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md) - [Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.0...jline-parent-3.26.1) --- updated-dependencies: - dependency-name: org.jline:jline-terminal-jansi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- standalone/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/build.gradle b/standalone/build.gradle index 65ab145..7f112f0 100644 --- a/standalone/build.gradle +++ b/standalone/build.gradle @@ -22,7 +22,7 @@ dependencies { include "me.tongfei:progressbar:0.9.5" - include("org.jline:jline-terminal-jansi:3.26.0") + include("org.jline:jline-terminal-jansi:3.26.1") } application {