From e72490db640f1393d04e48bec1140ae289d28304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:01:57 +0000 Subject: [PATCH] Bump rsyntaxtextarea from 3.1.2 to 3.1.6 Bumps [rsyntaxtextarea](https://github.com/bobbylight/RSyntaxTextArea) from 3.1.2 to 3.1.6. - [Release notes](https://github.com/bobbylight/RSyntaxTextArea/releases) - [Commits](https://github.com/bobbylight/RSyntaxTextArea/compare/3.1.2...3.1.6) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index a5da0c7..bcba6a4 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -43,7 +43,7 @@ dependencies { // api 'com.github.mickleness:pumpernickel:7721e5641f' api 'com.github.DeflatedPickle:pumpernickel:9fb38d8acc' - api 'com.fifesoft:rsyntaxtextarea:3.1.2' + api 'com.fifesoft:rsyntaxtextarea:3.1.6' api 'com.fifesoft:languagesupport:3.1.1' api 'com.fifesoft:spellchecker:3.1.1' api 'com.fifesoft:autocomplete:3.1.1'