From f26f72dd9b4d57f093efb8a71faff6fb9d0a01d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 02:01:35 +0000 Subject: [PATCH] Bump org.jline:jline-terminal-jansi from 3.25.1 to 3.26.0 Bumps [org.jline:jline-terminal-jansi](https://github.com/jline/jline3) from 3.25.1 to 3.26.0. - [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.25.1...jline-parent-3.26.0) --- updated-dependencies: - dependency-name: org.jline:jline-terminal-jansi dependency-type: direct:production update-type: version-update:semver-minor ... 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 39ec3b5..65ab145 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.25.1") + include("org.jline:jline-terminal-jansi:3.26.0") } application {