From f260ce9c7fde0d253e53816d4c80f98a4a4b26d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 06:06:12 +0000 Subject: [PATCH] Bump jansi from 1.18 to 2.3.1 Bumps [jansi](https://github.com/fusesource/jansi) from 1.18 to 2.3.1. - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md) - [Commits](https://github.com/fusesource/jansi/commits) Signed-off-by: dependabot-preview[bot] --- docs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.gradle b/docs/build.gradle index 2a4c0f04..9916d8e8 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'org.asciidoctor.convert' dependencies { documentation "org.codehaus.groovy:groovy-all:$groovyVersion" - documentation 'org.fusesource.jansi:jansi:1.18' + documentation 'org.fusesource.jansi:jansi:2.3.1' for(p in coreProjects) { documentation "org.grails:grails-datastore-$p:$datastoreVersion" }